.container{opacity:0;background-color:red;justify-content:center;align-items:center;width:100vw;height:150vh;animation:1s forwards fadeIn;display:flex;position:relative}.box{opacity:0;border-width:1px;border-color:#fff;width:220px;height:300px;position:absolute}.image{opacity:0;background-color:"transparent";background-position:50%;background-repeat:no-repeat;background-size:cover;width:400px;height:320px;position:absolute}@media (max-width:1024px){.box{background-color:#015379cc;width:220px}}@media (max-width:768px){.box{background-color:#015379cc;width:180px}}@media (max-width:480px){.box{background-color:#015379cc;width:150px}}.box1{border-width:3px;border-color:#737b7e;border-radius:1rem .15rem;animation:1.5s ease-out forwards scatter1}.box2{border-width:3px;border-color:#737b7e;border-radius:.15rem 1rem;animation:1.5s ease-out .2s forwards scatter2}.box3{border-width:3px;border-color:#737b7e;border-radius:16px;animation:1.5s ease-out .4s forwards scatter3}.box4{border-width:3px;border-color:#737b7e;border-radius:.15rem 1rem .2px;animation:1.5s ease-out .6s forwards scatter4}.box5{border-width:3px;border-color:#737b7e;border-radius:1rem .15rem;animation:1.5s ease-out .8s forwards scatter5}.box6{border-width:3px;border-color:#737b7e;border-radius:16px;animation:1.5s ease-out .1s forwards scatter6}.center{animation:ease-out forwards scatter7}.fade-in{opacity:0;transition:all 1s ease-out;transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}@keyframes scatter1{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(-400px,-150px)}}@keyframes scatter2{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(400px,-150px)}}@keyframes scatter3{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translateY(380px)}}@keyframes scatter4{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(-400px,220px)}}@keyframes scatter5{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(400px,220px)}}@keyframes scatter6{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translateY(-380px)}}@keyframes scatter7{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
