/********** Template CSS **********/
:root {
    --primary: #DAA520;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

body {
    background-color: #000; /* Código de cor preta */
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'COPPERPLATE', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'COPPERPLATE', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--light) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 100px; /*** 60px ***/
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 85px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #000000;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: hsl(0, 0%, 100%);
    }

    .navbar-light .navbar-brand img {
        max-height: 70px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/bg-hero.jpg); /*** #DAA520 ***/
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
/* Estilize o contêiner da imagem para ser um "slider" horizontal */
.package-item {
    position: relative; /* Adiciona posição relativa ao contêiner pai */
}

.image-container {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    transition: transform 0.5s ease-in-out;
    max-width: 100%;
    width: 100%;
    min-height: 300px;
    height: 300px;
}



/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** personalize ***/
.personalize {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/personalize.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/*whastapp*/

        /* Estilo para o botão do WhatsApp */
#whatsapp-button {
    position: fixed;
    right: 40px; /* Ajuste a distância da borda esquerda conforme necessário */
    bottom: 100px; /* Ajuste a distância da borda inferior conforme necessário */
    z-index: 1000; /* Certifique-se de que o botão esteja acima de outros elementos */
}

/* ABOUT DIFERENCE */

.services .service-itens {
    border-radius: 5px;
    padding: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
  }
  
  .services .service-itens:hover i {
    margin-top: 15px;
  }
  
  .services .service-itens h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .services .service-itens i {
    transition: all .5s;
    float: left;
    font-size: 64px;
    color: var(--primary) !important;
    margin-bottom: 30px;
    margin-right: 30px;
  }
  
  .main-services .service-itens {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ecf8f2;
  }
  
  .services .service-itens i {
    margin-bottom: 35px;
  }

  .carousel-item img {
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.carousel-item img.active {
    box-shadow: none;
}

/* mapa dos packages */
#map {
    height: 400px;
    width: 100%;
}

    .containner {
        height: 250px;
        margin: 30px auto;
        position: relative;
        z-index: 0;
    }
    

    .containner ul li {
        /* transition: width .5s, height .5s, top .5s, left .5s;
            -webkit-transition: width .5s, height .5s, top .5s, left .5s;
            */
            border:1px solid #fff;
    }

    .left,
    .right {
    cursor: pointer;
}



/* estilos.css */
.carooousel {
    width: 100%;
    overflow: hidden;
  }
  
  .carooousel-inner {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .carooousel-item {
    flex: 0 0 auto;
  }
  
  .carooousel-item img {
    max-width: 100%;
    height: auto;
  }
  
  .text-center-xx {
    text-align: center;
}
.container-xxsl {
    position: relative;
    color: white; /* Define a cor do texto para garantir que seja visível sobre a imagem */
    padding: 50px; /* Ajuste conforme necessário */
}

.gold-line {
    width: 100%;
    height: 2px;
    background-color: #DAA520;
}

.loader {
    display: none; /* Oculta o loader inicialmente */
    border: 8px solid #f3f3f3; /* Cor da borda */
    border-top: 8px solid #3498db; /* Cor do topo */
    border-radius: 50%; /* Forma redonda */
    width: 40px; /* Largura do loader */
    height: 40px; /* Altura do loader */
    animation: spin 1s linear infinite; /* Animação */
    position: absolute; /* Para posicionamento no centro */
    top: 50%; /* Centro vertical */
    left: 50%; /* Centro horizontal */
    margin: -20px 0 0 -20px; /* Para ajustar a posição */
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.imagem-container {
    max-width: 100%;
    overflow-x: auto; /* Permite o scroll horizontal */
    padding-bottom: 10px; /* Espaço para evitar cortes */
    white-space: nowrap; /* Garante que o conteúdo não quebre linha */
}

.carousel-imagens {
    display: flex;
    gap: 10px; /* Espaço entre as imagens */
    padding: 10px; /* Margem interna para um visual mais limpo */
    justify-content: center;
}

.carousel-imagens img {
    height: 150px; /* Altura fixa e proporcional */
    width: auto; /* Largura ajustada automaticamente */
    border-radius: 12px; /* Bordas arredondadas */
    object-fit: cover; /* Garante que a imagem preencha sem distorcer */
    flex-shrink: 0; /* Impede que as imagens encolham */
    cursor: pointer; /* Indica interatividade */
}

/* Estilo para a barra de rolagem */
.imagem-container::-webkit-scrollbar {
    height: 8px;
}

.imagem-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.imagem-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Responsividade para telas pequenas */
@media (max-width: 768px) {
    .carousel-imagens img {
        height: 120px; /* Altura menor para telas médias */
    }
}

@media (max-width: 480px) {
    .carousel-imagens img {
        height: 100px; /* Altura ainda menor para dispositivos muito pequenos */
    }
}



.dropdown-item {
    display: flex;
    justify-content: space-between; /* Espaça o texto e o ícone */
    align-items: center; /* Alinha verticalmente os elementos */
}

.vehicle-info {
    color: #333; /* Cor escura para contrastar com o fundo branco */
}

/* Estilizar a lista para alinhar os ícones à esquerda */
.vehicle-info p {
    display: flex;
    align-items: center; /* Garante alinhamento vertical */
    color: #555; /* Define a cor para todo o texto da lista */
    margin-bottom: 8px; /* Espaçamento entre as linhas */
}

.vehicle-info i {
    color: #007bff; /* Cor azul para os ícones */
    margin-right: 10px; /* Espaço entre o ícone e o texto */
    font-size: 18px; /* Tamanho do ícone */
}


/* Swiper container styling */
.swiper-container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}



.close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

/* Container do Swiper */
.swiper-container {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.vehicle-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.vehicle-image:hover {
    transform: scale(1.05);
}

/* Estilos para o swiper e seus botões */
.vehicle-slider {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente para os botões */
    color: white;
    padding: 10px;
    border-radius: 50%;
}

/* Posicionamento do botão "next" à direita */
.swiper-button-next {
    right: 10px;
}

/* Posicionamento do botão "prev" à esquerda */
.swiper-button-prev {
    left: 10px;
}

/* Ajustes para responsividade */
@media (max-width: 768px) {
    .swiper-container {
        width: 100%;
    }
    .vehicle-image {
        max-width: 250px;
    }
}

/* Evita que o carrossel afete o scroll da página */
.swiper-container {
    overflow: hidden; /* Impede que o conteúdo ultrapasse a área visível */
    width: 100%; /* Garante que o carrossel ocupe toda a largura */
    margin: 0 auto; /* Centraliza o carrossel */
}

body {
    overflow-x: hidden; /* Remove scroll horizontal da página */
}
.text-center-xx {
            text-align: center;
        }
        .container-xxsl {
            position: relative;
            color: white; /* Define a cor do texto para garantir que seja visível sobre a imagem */
            padding: 50px; /* Ajuste conforme necessário */
        }
        .background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('img/Vclass3.jpeg');
            background-size: cover;
            background-position: center;
            filter: blur(5px); /* Aplica um filtro de desfoque */
            z-index: -1; /* Coloca o elemento por trás do texto */
            opacity: 0.5; /* Define a opacidade para escurecer a imagem */
            background-color: black; /* Define a cor de sobreposição escura */
        }
        .content {
            position: relative;
            z-index: 1; /* Garante que o conteúdo fique sobre o elemento de fundo desfocado */
        }
        .container-xxsl h5, .container-xxsl p {
            max-width: 800px; /* Define uma largura máxima para o texto para evitar que se espalhe demais */
            margin: auto; /* Centraliza o texto horizontalmente */
        }
       
        
/* Classe para uniformizar o tamanho das imagens dos veículos */
.vehicle-img {
    width: 100%; /* Ajusta a largura para ocupar o contêiner */
    height: 250px; /* Altura consistente */
    object-fit: contain; /* Mantém a imagem inteira dentro do contêiner */
    max-width: 500px; /* Define uma largura máxima para manter consistência */
    margin: auto; /* Centraliza a imagem */
}

.video-container {
            position: relative;
            width: 100%;
            height: 100%;
            min-height: 400px;
            overflow: hidden;
        }
        
        .video-container video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        .video-fallback {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
            max-height: 400px; /* Limita a altura máxima */
        }
        
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background-color: rgba(255, 193, 7, 0.8);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 2;
        }
        
        .play-button i {
            color: white;
            font-size: 40px;
            margin-left: 8px; /* Ajuste para centralizar o ícone de play */
        }


