* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: "Yantramanav", sans-serif;
    
}

/*  background-color: #f898f879 
 background-color: #ffbaff;*/

body {
    background: linear-gradient(160deg, #f6e2f9, #ffbaff);
    height: 180vh;
    z-index: -10;
    
 }

.icon{
    position: relative;
    width: 15vw;
    
}

.Cabeçalho{
    display: flex;
    box-shadow: 1px 1px 20px #000000;
    position: sticky;
    justify-content: space-between;
    top: 0;
    z-index: 2;
    background-color: #f9f5f5;
}

nav{
    height: 352px;
    width: 0px;
    border: solid 2px #000000;
    border-top: none;
    border-left: none;
    background-color: 	#ffd4ff;
    border-radius: 8px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    transition: width 0.3s;
    gap: 10px;
    
    overflow: hidden;
}

.x {
    width: 10px;
    height: 20px;
    position: relative;
    
    background-color: transparent;
    border: none;
    margin-bottom: 40px;
}
.icon-x{
    position: relative;
    width: 50px;
}
.produtos{
    position: relative;
    width: 80px;
    top: -80px;
    left: 100px;
}

.x:active {
    opacity: 0.8;
}

.links{
    position: relative;
    top: -75px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Vollkorn", serif;
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
    left: 5px;
    
}

#fotos::before{
    content: "📸";
    margin-right: 7px;
}

#custo::before{
    content: "💲";
    margin-right: 7px;
}

#limpeza::before{
    content: "🧼";
    margin-right: 4px;
    padding-left: 2px;
}

.rose-icon{
    position: relative;
    white-space: nowrap;
    object-fit: fill;
    width: 165px;
    left: 20px;
    top: -102px;
    
}

.menu {
    position: relative;
    top: 10px;
    right: 10px;
    z-index: 4;
    border: none;
}

.close-menu{
    border-radius: 10px;
}

h1 {
    position: relative;
    top: 30px;
    z-index: 1;
    font-size: 52px;
    font-weight: 800;
    color: #ae4cfd;
    left: 4%;
    font-family: "Kanit", sans-serif;
}
.texto{
    position: relative;
    top: 70px;
    left: 2%;
    color: #ae4cfd;
    font-size: 24px;
    font-weight: 600;
    font-family: "Kanit", sans-serif;
}

.logo2 {
    width: 300px; 
}
.container-img{
    width: 20px;
    height: 180px;
    position: relative;
    top: -100px;
    left: 40%;
}

.color-rosa {
   
    height: 345px;
    border-radius: 10px;
}

.info {
    background-color: #ffffff;
    width: 95%;
    display: inline-block;
    margin: 12px 9px;
    height: 320px;
    border-radius: 10px;
    position: relative;
    
}

h2 {
    padding-left: 10px;
    padding-top: 10px;
    color: #ae4cfd;
}
.services{
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 90%;
    padding-left: 10px;
    padding-top: 10px;
}
input {
    background-color: 	#A9A9A9;
    border: none;
    height: 38px;
    width: 95%;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
}
input:active {
    background-color: 	#838383;
}

input::placeholder {
    color: #ffffff;
}

h3 {
    margin-top: 10px;
   text-align: center;
   font-size: 45px;
   font-weight: 500;
   color: #ae4cfd;
   font-family: "Titan One", sans-serif;
}

.hidden {
    opacity: 1;
    
}


.button-left:active{
    background-color:  #bc73bc;
}

.button-right:active {
    background-color:  #bc73bc;
}

.last-one{
    animation: appear 2s;
    animation-timeline: scroll();
    
}

@keyframes appear {
    from {
        opacity: 0;
        translate: -100vw 0;
    }
    to {
        opacity: 1;
        translate: 0 0;
    }
}

.btn-menu {
    border: none;
    
}

.galery{
    width: 150vw;
    height: 50vh;
    overflow: hidden;
    position: relative;
    top: -2%;
    left: 29%;
    border-radius: 20px;
    margin-bottom: 50px;
}
video {
    visibility: hidden;
    
    position: relative;
    top: -3px;
    right: 22%;
    width: 58%;
    height: 10%;
    border: none;
    border-radius: 15px;
}



.next-prov{
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: 10%;
    
}
.nextb, .provb{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;

}
.next-prov button:active{
    background-color: #a6a3a3;
}


.boxImage {
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
    display: flex;
     
}
.boxImage img{
    width: 70vw ;
    
}

@media screen and (max-height: 350px){
    .galery{
        height: 90vh;
    }

    body{
        width: 100vw;
        height: 300vh;
    }

    .Cabeçalho{
        
        height: 15vh;
    }

    .Cabeçalho .icon{
        width: 8vw;

    }
}
footer img{
    width: 125vw;
    position: relative;
    top: 5px;

}
footer {
    position: relative;
    top: -22%;
    width: 80%;
}