   * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;

        }

        body {
            font-family: 'Inter', sans-serif;

        }


        header {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 60px;
            margin-top: 30px;

        }

        .titulo img {
            height: 90px;

            width: auto;

            display: block;
            margin-right: 200px;

        }

        .nav {
            display: flex;
            list-style: none;
            gap: 80px;

        }

        .nav li {
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: 0.3s;
            padding-bottom: 5px;
            border-bottom: 2px solid transparent;
        }

        .nav li:hover {
            color: rgb(14, 70, 223);
            border-bottom: 2px solid rgb(14, 70, 223);
        }

       .nav a {
    text-decoration: none;
    color: #0a0c13;             
    font-weight: 500;
}

        /* HERO */
        .hero-container {
            display: flex;
            flex-direction: row;
            justify-content: center;
            margin-right: 350px;
            gap: 70px;
        }

        .hero {
            display: flex;
            justify-content: center;
            padding: 100px 0px 0px;

        }

        .hero img {
            width: 1700px;
            height: 900px;
            position: relative;
            bottom: 45px;
            padding: 0px 0px 100px 0px;
            filter: brightness(60%);

        }


        .vilarejo img {
            width: 500px;
            height: 500px;
        }

        .conatiner-text h1 {
            position: relative;
            left: 50px;
            font-size: 50px;
        }

        .hero-text {
            display: flex;
            flex-direction: column;
            gap: 35px;
            position: absolute;
            color: white;
            margin-top: 300px;


        }

        .hero-text button {

            width: 150px;
            height: 60px;
            border-radius: 15px;
            background-color: rgba(83, 43, 226, 0);
            color: white;
            border: none;
            font-weight: bold;
            margin-left: 500px;
            margin-top: 50px;
            border: 1px solid rgb(248, 238, 238);

        }

        .hero-text p {
            font-size: 30px;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .hero-text h1 {
            font-size: 60px;
        }


        .slide-up {
            opacity: 0;
            transform: translateY(30px);
            animation: slideUp 1.8s ease forwards;
        }

        @keyframes slideUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }


        /* minhas viagens */

        .viagem {
            padding-bottom: 100px;
        }

        .intro {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 15px;
        }

        .container-card {
            display: flex;
            justify-content: center;
            margin-top: 80px;
            gap: 50px;
            flex-wrap: wrap;
        }

        .card-1 {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 400px;
            background-color: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease;

        }

        .card-1:hover {
            transform: translateY(-8px);
        }

        .card-1 img {
            width: 100%;
            height: 220px;
            object-fit: cover;
        }

        .card-1 h2 {
            margin: 16px 0 8px;
            font-size: 22px;
            letter-spacing: 2px;
        }

        .card-1 .descricao {
            padding: 0 20px 20px;
            text-align: center;
            font-size: 14px;
            line-height: 1.6;
            color: #444;
        }

        /* quem somos nos*/
        .nos {
            padding: 100px 0;
        }

        
        .container-nos {
            position: relative;
            height: 80vh;
            max-width: 1800px;
            margin: 0 auto;
            border-radius: 20px;
            overflow: hidden;
        }

        /* imagem do banner */
        .aviao {
            width: 150%;

            object-fit: cover;
        }

        .container-nos::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.55);
            z-index: 1;
        }

    
        .descricao-nos {
            position: absolute;
            z-index: 2;
            top: 50%;
            left: 60px;
            transform: translateY(-50%);
            max-width: 600px;
            color: #fff;
        }

        .descricao-nos h1 {
            font-size: 42px;
            letter-spacing: 3px;
            margin-bottom: 20px;
        }

        .descricao-nos p {
            font-size: 16px;
            line-height: 1.7;
        }

        /****************************/

        .estilo h1 {
            display: flex;
            justify-content: center;
        }

        /* estilo */
        .estilo {
            padding: 100px 0px;
        }

        .estilo h1 {
            position: relative;
            bottom: 50px;
        }




        .container-estilo {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 25px;
        }

        .estilo-card {
            display: flex;
            gap: 30px;
        }

        .img-estilo {
            height: 300px;
            width: 300px;
            object-fit: cover;
        }


        .img-box {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
        }

        .texto-hover {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;

            display: flex;
            align-items: center;
            justify-content: center;

            font-size: 22px;
            font-weight: bold;
            letter-spacing: 1px;

            opacity: 0;
            transition: 0.4s ease;
        }

        .img-box:hover .texto-hover {
            opacity: 1;
        }

      
        .img-estilo {
            transition: transform 0.4s ease;
        }

        .img-box:hover .img-estilo {
            transform: scale(1.1);
        }

        /****depiomento***/

        .depoimentos {
            padding: 120px 10% 110px;
            background-color: #f5f5f5;
            text-align: center;
        }

        .depoimentos h1 {}

        .depoimentos h2 {
            font-size: 32px;
            margin-bottom: 40px;
        }

        .depoimentos-container {
            display: flex;
            gap: 30px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .card-depoimento {
            background: #fff;
            padding: 30px;
            width: 300px;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        .card-depoimento img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
        }

        .card-depoimento .texto {
            font-style: italic;
            color: #555;
            margin-bottom: 20px;
        }

        .card-depoimento h4 {
            margin: 0;
            font-size: 18px;
        }

        .card-depoimento span {
            font-size: 14px;
            color: #888;
        }

        /* conato */

        .contato {
            padding: 80px 20px;
            display: flex;
            justify-content: center;
        }

        .container-contato {
            display: flex;
            flex-direction: column;
            gap: 18px;
            width: 100%;
            max-width: 600px;
            padding: 40px;
            border-radius: 8px;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        .container-contato img {
            width: 100%;
            max-height: 180px;
            object-fit: contain;
        }

        .container-contato h1 {
            text-align: center;
            color: #333;
            margin-bottom: 20px;
        }

        .container-contato label {
            font-size: 14px;
            color: #444;
        }

        .container-contato input {
            padding: 14px;
            border-radius: 6px;
            border: 1px solid rgba(0, 0, 0, 0.25);
            font-size: 15px;
        }

        .container-contato input:focus {
            outline: none;
            border-color: #0077ff;
        }

        .container-contato button {
            margin-top: 20px;
            padding: 14px;
            border: none;
            border-radius: 6px;
            background: #0077ff;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
        }

        .container-contato button:hover {
            background: #005fd1;
        }

        /* foooter*/
          
         .foot{
            background-color: black;
         }


        .foot-container {
            background-color: #333;
            padding: 50px 20px;
            display: flex;
            justify-content: center;
            gap: 90px;

        }

        .foot-descricao {
            max-width: 400px;
            display: flex;
            flex-direction: column;
            align-items: center;
             text-align: justify;
            gap: 30px;
            color: #f5f5f5;


        }

        .foot-descricao img {
            width: 180px;
            max-height: 180px;
            object-fit: contain;
        }

        .foot-descricao p {
            line-height: 1.6;
            font-size: 16px;
        }

        .servico h2 {
            color: #e3f0ff;
            border-bottom: 3px solid blue;
        }

        .servico {
            display: flex;
            flex-direction: column;
            gap: 50px;
        }

        .servico ul {
            display: flex;
            flex-direction: column;
            gap: 30px;
            list-style: none;
        }

        .servico ul {
            color: white;
        }

        .servico ul li:hover {
            color: #0077ff;
        }

        .servico-loca {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .servico-loca h2 {
            color: #e3f0ff;
            border-bottom: 3px solid blue;
        }

        .servico-loca {
            color: white;
        }

        .servico-loca ul {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .social i {
            font-size: 30px;
        }

        .social {
            display: flex;
            flex-direction: row;
            gap: 15px;
        }
        .footer-copy{
            display: flex;
            flex-direction: row;
              background-color: #333;
              justify-content: center;
              padding: 50px 0px;
        }
         .footer-copy {
            color: white;
         }