@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,800;1,700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background-image:linear-gradient(50deg,#fff5f6,#ffd5dc);font-family:Montserrat,sans-serif;overflow-x:hidden;scroll-behavior:smooth}.app{align-items:center;display:flex;flex-direction:column;justify-content:center}.gallery{height:100vh;margin-top:10rem}.heading{align-items:center;display:flex;flex-direction:row;text-align:center}.heading p{color:#ff6e87;font-size:2rem;font-weight:800}.testimonial{background-color:#ffd2d9;border-radius:10px;margin-bottom:10rem;padding:4rem 3rem;width:40rem}.testimonial .body{padding:2rem 0}.testimonial .body p{padding-bottom:1rem}.testimonial .footer{display:flex;justify-content:flex-end}.nick-name{align-items:center;margin:5rem 0;text-align:center}.box{animation:animate 80s linear infinite;height:13rem;position:relative;transform-style:preserve-3d;width:13rem}@keyframes animate{0%{transform:perspective(1000px) rotateY(0deg)}to{transform:perspective(1000px) rotateY(-1turn)}}.box span{-webkit-box-reflect:below 0 linear-gradient(#0000,#0000,#0004);transform:rotateY(calc(var(--i)*36deg)) translateZ(400px);transform-origin:center;transform-style:preserve-3d}.box span,.box span img{height:100%;left:0;position:absolute;top:0;width:100%}.box span img{object-fit:cover}
/*# sourceMappingURL=main.1d1dad2f.css.map*/