body,html{overflow:hidden}*{padding:0;margin:0;box-sizing:border-box}.home-body{min-height:100vh;width:100%;display:grid;place-items:center;--bkg:#5eb3fd;--white:#e7e6e6;background-color:var(--white);background-image:url(https://www.transparenttextures.com/patterns/concrete-wall.png);overflow:hidden}.home-container{width:100%;height:100%;display:grid;place-items:center;overflow:hidden}.home-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-title h1{font-size:clamp(3rem,12vw,12rem);font-weight:900;line-height:1.1}.home-subtitle h2,.home-title h1{font-family:Montserrat,sans-serif;color:#000}.home-subtitle h2{font-size:clamp(1rem,5vw,3rem);font-weight:700;margin-top:1rem}.ghost-shape-container{width:100%;height:auto;position:absolute;top:50%;margin-top:-6vmin;display:grid;place-items:center;overflow:hidden}.ghost-shape{width:8vmin;height:12vmin;background-color:var(--white);background-image:url(https://www.transparenttextures.com/patterns/concrete-wall.png);background-image:radial-gradient(ellipse at 35% 40%,#000 8%,transparent 0),radial-gradient(ellipse at 65% 40%,#000 8%,transparent 0),radial-gradient(ellipse at 50% 60%,#000 8%,transparent 0);border-radius:100%/70% 70% 0 0;transform:translateX(100em) rotate(-90deg);position:relative;opacity:.9;mix-blend-mode:exclusion;animation:ghostMove 7s ease-out infinite;pointer-events:none}@media (max-width:768px){.ghost-shape{width:5vmin;height:8vmin}.ghost-shape div:first-of-type{height:4vmin;bottom:-3.5vmin}.ghost-shape div:nth-of-type(2),.ghost-shape div:nth-of-type(4){height:2.5vmin;bottom:-2vmin}.ghost-shape div:nth-of-type(3){height:2.5vmin;bottom:-2.5vmin}.ghost-shape div:nth-of-type(5){height:2vmin;bottom:-1.8vmin}.ghost-shape-container{margin-top:-4vmin}}@keyframes ghostMove{0%{transform:translateX(120vw) rotate(-90deg)}to{transform:translateX(-120vw) rotate(-90deg)}}.ghost-shape div{position:absolute;width:20%;background-color:var(--white);background-image:url(https://www.transparenttextures.com/patterns/concrete-wall.png)}.ghost-shape div:first-of-type{height:7vmin;left:0;bottom:-6vmin;border-radius:100%/0 0 50% 50%}.ghost-shape div:nth-of-type(2),.ghost-shape div:nth-of-type(4){height:4vmin;left:20%;bottom:-3vmin;border-radius:100%/50% 50% 0 0;background-color:transparent}.ghost-shape div:nth-of-type(3){height:4vmin;left:40%;bottom:-3.95vmin;border-radius:100%/0 0 60% 60%;background-color:var(--white)}.ghost-shape div:nth-of-type(4){left:60%}.ghost-shape div:nth-of-type(5){height:3vmin;left:80%;bottom:-2.9vmin;border-radius:100%/0 0 70% 70%;background-color:var(--white)}