@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
    --cor-fundo: #f2f2f2;
    --cor-texto: rgb(255, 255, 255);
    --cor-botao: #E7038C;
}

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

body {
    font-family: "Manrope", sans-serif;
}

section {
    padding: 40px;
}

ol, ul, li {
    list-style: none;
}

.backgound-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

video {
    min-width: 100%;
    min-height: 100%;
}

.mascara {
    height: 100%;
    width: 100%;
    top:0;
    position: absolute;
    background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);
    

}

.cabecalho-menu, .sub-menu{
    position: relative;
    z-index:2;
    
}

.cabecalho {
    position: relative;
    width: 100%;
    height: 580px;
    padding: 20px;
    background: linear-gradient(to bottom, black 85%, #E7038C 125%, white);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.cabecalho-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    display: flex;
    gap: 80px;

}

.menu-item {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: var(--cor-texto);

}

.menu-item:hover {
    color: var(--cor-botao);
    font-size: 20px;
    transition: 0.6s ease-in-out;
}
.menu-mobile {
    display: none;
    background-color: transparent;
}

.sub-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.sub-conteudo {
    width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sub-titulo {
    font-size: 52px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.Sub-texto {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
}

.sub-btn {
    width: 170px;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    background-color: #E7038C;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.sub-btn:hover {
    background-color: #f14baf;
}

.Sobre-mim {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: var(--cor-fundo);


}

.Sobre-titulo {
    text-align: center;
    font-size: 46px;
    font-weight: 500;
}

.nome {
    color: #E7038C;
    text-shadow: 2px 2px 5px #B0026E;
}

.Sobre-mim_cards {
    width: 240px;
    display: flex;
    direction: column;
    flex-wrap: wrap;
    gap: 8px;
}

.Sobre-cards {
    display: flex;
    justify-content: space-around;
}
.Servicos-items img {
    border-radius: 6px;
}
.cards_T {
    font-size: 24px;
    font-weight: 500;
    color: rgb(29, 29, 29);
}

.cards_P {
    font-size: 16px;
    font-weight: 400;
    color: rgb(125, 125, 125);
}

.Sobre-cards i {
    font-size: 19px;
    color: #E7038C;
}

.Servicos-titulo {
    font-size: 46px;
    font-weight: 500;
    text-align: center;
    color: rgb(29, 29, 29);
    margin-bottom: 40px;

}

.Servicos-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.Servicos-items {
    width: 342px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.items-titulo {
    font-size: 26px;
    font-weight: 500;
    color: rgb(63, 68, 75);
}

.items-p {
    font-size: 15px;
    font-weight: 400;
    color: rgb(63, 68, 75);

}

.Servicos-bt {
    width: 230px;
    height: 53px;
    font-size: 16px;
    font-weight: 500;
    background-color: #E7038C;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.Servicos-bt:hover {
    background-color: #f14baf;
}

.Personalizados {
    background: var(--cor-fundo);
}

.Personalizados-titulo {
    font-size: 46px;
    font-weight: 500;
    text-align: center;
    color: rgb(29, 29, 29);
    margin-bottom: 40px;

}

.Personalizados-cards {
    display: flex;
    justify-content: space-between;

}

.Personalizados-items {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}
.Personalizados-items img {
    border-radius: 6px;
}

.contato {
    text-align: center;
}
.contato-titulo  {
    font-size: 46px;
    font-weight: 500;
    color: rgb(29, 29, 29);
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:50px;
}
.formulario {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: start;
    
}

.formulario-contato {
    background-color: var(--cor-fundo);
    padding: 15px;
    border-radius: 5px;
}

form input {
    width: 250px;
    height: 40px;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    outline-color: var(--cor-botao);
}

textarea {
    width: 250px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid grey;
    padding: 5px;
    outline-color: var(--cor-botao)
}

.form-botao {
    width: 250px;
    height: 53px;
    font-size: 16px;
    font-weight: 500;
    background-color: #E7038C;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    
}

.form-botao:hover {
    background-color: #f14baf;
}

.link-whatssap{
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
}
.link-instagram {
    height: 50px;
    position: fixed;
    bottom: 82px;
    right: 15px;
    border-radius: 50%;
    z-index: 1000;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--cor-botao);
    height: 80px;
}
footer a {
    text-decoration: none;
    color: white;
}

@media (max-width:720px) {
    html {
        font-size: 16px;
    }
    .sub-titulo {
        font-size: 2rem; 
    }

    .Sobre-titulo, .Personalizados-titulo, .Servicos-titulo, .Persona-Titulo {
        font-size: 1.8rem;
    }

    .Sobre-cards .cards_T {
        font-size: 1.5rem;
    }

    .Sobre-cards .cards_P,
    .Servicos-cards .items-p {
        font-size: 1rem;
    }

    .cabecalho {
        height: 90vh;
        
    }
    .cabecalho-menu img{
        display: none;
    }

    .menu-mobile {
        display: block;
        position: relative;
        margin-left: auto;
        z-index: 2;
        background-color: transparent;
        border: none;
        cursor: pointer;
        border-radius: 50%;
    }
    .img-menu-mobile {
        border-radius: 50%;
    }
    
    .menu {
        display: flex;
        justify-content: space-around;
        gap: 10px;
        position: absolute;
        top: 0;
        width: 100%;
        height: 0;
        padding: 40px 0;
        margin: 20px 0;
        background-color: #f14baf38;
        border-radius: 8px;
        opacity: 0;
        transition: opacity .6s ease-in-out, height .9s ease-in-out;
    }
      
    .menu.active {
        height: 30vh;
        opacity: 1; 
    }
    
    .menu-item {
        font-size: 16px;
        background: none;
    }
    
    .cabecalho-menu {
        justify-content: center;
        padding: 10px;
    }

    .sub-menu {
        width: 100%;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        margin-bottom: 40px;
    }
    .sub-conteudo {
        width: 70%;
        order: 2;
        align-items: center;
        justify-content: center;
        gap: 40px;

        
    }
    .sub-titulo{
        display: none;
    }
    .img-cabecalho {
        width: 80%;
        
    }
    .Sobre-titulo, .Personalizados-titulo, .Servicos-titulo, .Persona-Titulo {
        font-size: 30px;
    }
    .Sobre-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        
    }
        
    .Sobre-mim_cards {
        width: 90%;
        
    }
    .Servicos-cards {
        align-items: center;
        justify-content: center;
    }
    .Personalizados-cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px
        
    }
    .Personalizados-items img{
        width: 70vw;
        height: auto;

    }
    .container {
        flex-direction: column;
       
        
    }
    .localizacao iframe{
        width: 80vw;
    }
    .formulario-contato {
        width: 80vw;
        display:flex;
        justify-content: center;
        
        
        
    }

}