.hero-section{min-height:60vh;justify-content:center;gap:2rem;margin:0 auto;padding:2rem;border-radius:15px}.hero-section,.scroll-down-container{display:flex;flex-direction:column;align-items:center}.scroll-down-container{gap:1rem}.scroll-mice{display:flex;align-items:flex-start;justify-content:center;width:50px;height:80px;border:1px solid #fff;border-radius:25px;position:relative}.scroller{width:3px;height:15px;background:#fff;border-radius:20px;animation-name:scroll;animation-duration:2.5s;animation-timing-function:cubic-bezier(.15,.41,.69,.94);animation-iteration-count:infinite}@keyframes scroll{0%{opacity:0}10%{transform:translateY(0);opacity:1}to{transform:translateY(15px);opacity:0}}.hero-section h1{text-align:center;background:-webkit-linear-gradient(1turn,#dea2ff,#fff);color:#000;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500;line-height:94%;padding:1rem 0}.hero-section .paragraph{width:80%}.hero-section .text-div button{background:#dea2ff;color:#000;padding:.8em 2.9em;border:none;border-radius:14px;cursor:pointer;font-size:1.1em;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:transform .3s ease,background-color .3s ease;font-weight:700;font-family:inherit;text-align:center;display:inline-block;width:-moz-fit-content;width:fit-content}.hero-section .text-div{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.hero-section .text-div button:hover{transform:translateY(-2px)}.animated-btn:before{content:"";position:absolute;top:var(--y);left:var(--x);transform:translate(-50%,-50%);width:0;height:0;background:#fff;border-radius:100%;transition:width .5s,height .5s;z-index:1}.home-section-2{display:flex;flex-direction:column;gap:2rem;padding:1rem}.section-2-grid{min-height:80vh;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,1fr);grid-gap:2rem;gap:2rem;justify-content:center}.home-section-2-title{font-size:clamp(56px,4.6vw,120px);font-weight:500;line-height:94%;background:-webkit-linear-gradient(1turn,#dea2ff,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.home-section-2-title>svg{width:40px;height:40px;margin-left:1rem}.section-2-grid .card-main{position:relative;cursor:pointer;overflow:hidden}.section-2-grid .card-main:before{content:"";position:absolute;top:0;left:5%;transform:translate(-50%,-50%);width:0;height:0;background:var(--primary-accent);filter:blur(70px);border-radius:100%;transition:width .5s,height .5s;z-index:-1;font-weight:600}.section-2-grid .card-main:hover:before{width:300px;height:300px}@media screen and (min-width:1024px){.home-section-2-title{padding:0 2rem;font-size:clamp(100px,7.778vw,120px)}.home-section-2-title>svg{width:80px;height:80px}.section-2-grid{grid-template-columns:38% 28% 28%;grid-template-rows:repeat(2,1fr);gap:2rem;padding:2rem}.section-2-grid .card-main:first-child{grid-row:1/3}.section-2-grid .card-main:nth-child(4){grid-column:2/4}}@media screen and (min-width:1440px){.hero-section{min-height:80vh}}