*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: rgb(234, 225, 231);
    width: 100%;
    height: auto;
    font-family: sans-serif;
}
.fashion{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem;
}
.fashion strong{
    font-size: 25px;
    font-weight: bold;
    
    color: #131313;
    letter-spacing: 2px;
    
}
.box{
    width: 700px;
    height: 200px;
    background-color: rgb(133, 76, 111);
    border-radius: 50px;
    margin: 4rem;
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.box img{
    width: 200px;
    height: 200px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    object-fit: cover;

}


.gia{
display: flex;
flex-direction: column;
    margin: 1rem;
    animation: pop 5s ease-in-out infinite;
}

@keyframes pop{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
.gia p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.gia i{
    color: #fff;
    margin-top: 2rem;
}
.box0{
    position: relative;
    height: 200px;
}
.box-1{
    width: 700px;
    height: 200px;
    background-color: rgb(83, 78, 81);
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    margin-left: 4rem;
    margin-right: 4rem;
    position:absolute;
    right: 0;
    
}
.box-1 img{
    width: 200px;
    height: 200px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    object-fit: cover;

}
.gis{
display: flex;
flex-direction: column;
    margin: 2rem;
    animation: pop 5s ease-in-out infinite;
}

@keyframes pop{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }

}
.gis p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.gis i{
    color: #fff;
    margin-top: 2rem;
}
.box-2{
    width: 700px;
    height: 200px;
    background-color: rgb(133, 76, 111);
    border-radius: 50px;
    margin: 4rem;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    
}
.box-2 img{
    width: 200px;
    height: 200px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    object-fit: cover;

}


.giaa{
display: flex;
flex-direction: column;
    margin: 1rem;
    animation: pop 5s ease-in-out infinite;
}

@keyframes pop{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }

}
.giaa p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.giaa i{
    color: #fff;
    margin-top: 2rem;
}
.box-3{
    width: 700px;
    height: 200px;
    background-color: rgb(83, 78, 81);
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    margin-left: 4rem;
    margin-right: 4rem;
    position:absolute;
    right: 0;
    
}
.box-3 img{
    width: 200px;
    height: 200px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    object-fit: cover;

}
.giss{
display: flex;
flex-direction: column;
    margin: 2rem;
    animation: pop 5s ease-in-out infinite;
}

@keyframes pop{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }

}
.giss p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.giss i{
    color: #fff;
    margin-top: 2rem;
}
.compere{
    animation: popinout 2s ease-in-out forwards;
}
@keyframes popinout{
 0%{
    opacity: 0;
 }
 
 100%{
    opacity: 1;
 }
}
@media(max-width: 768px){
    .box, .box-1, .box-2, .box-3{
        width: 100%;  
    }
    .gia i{
        font-size: 12.5px;
    }
}

  
@media (max-width: 1024px){

   

    .box,
    .box-1,
    .box-2,
    .box-3{
        max-width: 100%;
    }

}

    
    


  