* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

@font-face {
    font-family: "Benguiat";
    src: url(./fontes/Benguiat\ Bold.ttf);
}

html, body{
    overflow-x: hidden !important;
}

body{
    background-color: #0C0102;
    color: rgba(255, 255, 255, 0.9);
}

button{
    font-family: "Poppins", sans-serif;
    background-color: transparent;
    color: white;
    font-size: 16px;
    display: flex;
    gap: 12px;
    border: none;
    outline: none;
    padding: 16px 0;
    border-bottom: 1px solid white;
    cursor: pointer;
}

section{
    width: 100%;
    display: flex;
    padding: 7vw;
}

li{
    list-style: none;
}

#preloader{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #0C0102;
    display: flex;
    justify-content: center;
    align-items: center;

    svg{
        width: 40vw;
        height: auto;

        path{
            fill: rgba(168, 19, 19, 0.364);
            stroke: rgb(168, 19, 19);
            stroke-dasharray: 1140;
            stroke-dashoffset: 1140;
        }
    }
}

.bg-show{
    background-image: url(./assets/bg-sec2.webp);
    background-position: center;
    background-size: cover;
    z-index: 2;
    position: relative;
    background-color: #0C0102;
}

header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 4vw;
    position: absolute;
    z-index: 9;
}

.hero {
    
    background-position: 50% 0;
    background-size: cover;
    height: 100vh;
    justify-content: space-between;
    align-items: center;
    padding: 0 7vw 7vw 7vw;
    position: relative;

    picture{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;

        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
        }
    }
}

.hero:before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(12, 1, 2, 0.00) 0%, #0C0102 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.hero-left{
    width: 30%;
    z-index: 3;

    h3{
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 4px;
    }

    h1{
        font-size: 3.7vw;
        text-transform: uppercase;
        font-family: "Benguiat";
    }
}

.hero-right{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: end;
    z-index: 3;

    p{
        font-size: 2vw;
        margin-bottom: 32px;
        text-align: end;
    }

}

.cities {
    flex-direction: column;

    .cities-title{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    h2{
        font-size: 40px;
        font-weight: 500;
    }

    .cities-card{
        margin-top: 52px;
        display: flex;
        justify-content: space-between;

        .card{
            background-image: url(./assets/card1.webp);
            width: 32%;
            border-radius: 5px;
            aspect-ratio: 16/9;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: end;
            justify-content: space-between;
            padding: 20px;
        }

        .card:nth-child(2){
            background-image: url(./assets/card2.webp);
        }

        .card:nth-child(3){
            background-image: url(./assets/card3.webp);
        }
    }
}

.section-testimonials{
    flex-direction: column;

    .testimoials-title{
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    .container-testimoials{
        margin-top: 62px;
        display: flex;
        justify-content: space-between;

        .testimoials{
            width: 31%;
        }
    }
}

.section-thanks{
    flex-direction: column;
    align-items: center;
    background-color: #0C0102;
    position: relative;
    z-index: 2;
    
    h2{
        font-size: 40px;
        font-weight: 500;
    }

    .infinite-list{
        width: max-content;
        display: flex;
    }

    ul{
        margin-top: 62px;
        display: flex;
        width: 100%;
        padding-left: 1vw;
        justify-content: space-between;
        animation: infiniteList 20s linear infinite;

        li{
            padding-left: 2vw;
        }
    }

}

@keyframes infiniteList{
    100%{
        transform: translateX(-100%);
    }
}

footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(./assets/bg-footer.webp);
    background-position: center;
    background-size: cover;

    .content-footer{
        width: 100%;
        display: flex;
        padding: 7vw;

        .logo-footer{
            width: 30%;

            h3{
                font-size: 24px;
                font-weight: 400;
                letter-spacing: 4px;
            }

            h2{
                font-size: 3.7vw;
                text-transform: uppercase;
                font-family: "Benguiat";
            }
        }

        .section-footer{
            display: flex;
            flex: 1;
            justify-content: end;
            gap: 6%;
            align-items: end;

            h3{
                font-size: 18px;
                font-weight: 500;
                margin-bottom: 12px;
            }

            .social{
                
                ul{
                    display: flex;
                    gap: 12px;
                    cursor: pointer;
                }
            }
        }
    }

    .logo-section-footer{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding:0 4vw;
    }

    .infinite-text{
        width: max-content;
        display: flex;

        h3{
            color: rgb(212, 212, 212);
            font-size: 12vw;
            font-family: "Benguiat", sans-serif;
            padding-left: 8vw;
            mix-blend-mode: color-dodge;
            animation: infiniteText 10s linear infinite;
        }
    }
}

@keyframes infiniteText{
    100%{
        transform: translateX(-100%);
    }
}

@media (max-width:1500px){
    section{
        padding: 4vw;
    }
}

@media (max-width:1400px){
    .cities .cities-card .card{
        flex-direction: column;
        align-items: start;
        justify-content: end;
    }
}

@media (max-width:600px){
    
    header h2{
        font-size: 28px;
    }

    section{
        padding: 4vw;
    }

    .hero{
        flex-direction: column;
        padding: 26% 4vw 0;
        
         .hero-left, .hero-right{
            width: 100%;
        }

        .hero-left{
            h3, h1{
                text-align: center;
            }

            h1{
                font-size: 12vw;
            }
        }

        .hero-right{
            align-items: start;

            p{
                font-size: 5.5vw;
                text-align: start;
                margin-bottom: 16px;
            }
        }
            
    }
        
    .cities{
        margin-top: 80px;
        flex-direction: column;
        position: relative;

        button{
            display: none;
        }

        h2{
            font-size: 6vw;
        }

        .cities-card{
            margin-top: 20px;
            flex-direction: column;
            gap: 20px;
           
            .card{
                width: 100%;
            }
        }
    }

    .section-testimonials{

        .testimoials-title{
            img:nth-child(1), img:nth-child(3){
                width: 20%;
            }

            img:nth-child(2){
                width: 40%;
            }
        }

        .container-testimoials{
            flex-direction: column;
            gap: 48px;

            .testimoials{
                width: 100%;
            }
        }
    
    }

    .section-thanks{
        margin: 40px 0 60px;

        h2{
            font-size: 6vw;
            text-align: center;
        }

        ul{
            width: max-content;
            margin-top: 32px;
            gap: 32px;
        }
    }

    footer{
        padding-top: 40px;

        .content-footer{
            flex-direction: column;
            padding: 4vw;

            .logo-footer{
                width: 100%;

                h2, h3{
                    text-align: center;
                }

                h2{
                    font-size: 12vw;
                }
            }

            .section-footer{
                flex-wrap: wrap;
                justify-content: center;
                align-items: start;

                .social{
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    flex-direction: column;
                    align-items: center;
                    margin: 40px 0 32px;
                }

                .menu{
                    width: 40%;
                }

                .partner{
                    width: 50%;

                    img{
                        width: 100%;
                    }
                }
            }
        }

        .logo-section-footer{
            margin-top: 40px;
        }

        .infinite-text h3{
            font-size: 20vw;
        }
    }

}