.home{padding:0 25px}.home-hero-inner{border-radius:25px;flex-direction:column;justify-content:flex-end;min-height:calc(100svh - 20px);padding:70px 10px 10px;animation:2s cubic-bezier(.75,.5,.25,1) forwards animateHomeTitle;display:flex;position:relative;overflow:hidden;scale:.25}@keyframes animateHomeTitle{to{scale:1}}.home-hero-inner__bg-img{object-fit:cover;object-position:center;width:100%;height:100%;animation:2s cubic-bezier(.75,.5,.25,1) forwards animateBgImg;position:absolute;inset:0;scale:2}@keyframes animateBgImg{to{scale:1}}.loading__title{color:#fff;pointer-events:none;opacity:0;justify-content:center;align-items:center;column-gap:5px;width:100%;font-size:clamp(1.5rem,4vw,4rem);font-weight:500;animation:2s forwards animateLoadingTitle;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes animateLoadingTitle{50%{opacity:1}to{opacity:0}}.home-top__details-container{justify-content:space-between;align-items:flex-end;gap:10px;display:flex;bottom:10px;left:10px;right:10px}.home-top__details{flex-direction:column;align-items:flex-start;row-gap:10px;display:flex}.home-top__title,.home-top__sec-title{background:var(--bg-light-clr);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;opacity:0;border-radius:25px;justify-content:center;justify-self:flex-start;align-items:center;min-height:50px;padding:0 12.5px;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:500;animation:1s 2s forwards animateTitle;display:flex}.home-top__info{color:#fff;opacity:0;font-size:clamp(2rem,4vw,4rem);font-weight:600;animation:1s 2s forwards animateTitle}.home-top__link-container{flex-direction:column;flex-shrink:0;align-items:flex-end;row-gap:10px;display:flex}.home-top__link{background:var(--bg-light-clr);color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);white-space:nowrap;opacity:0;border-radius:25px;justify-content:center;align-items:center;height:50px;padding:12.5px;transition:background-color .3s;animation:1s 2s forwards animateTitle;display:flex}.home-top__link svg{transition:transform .3s}.home-top__link:hover{background:var(--bg-light-lighter-clr)}.home-top__link:hover svg{transform:rotate(45deg)}@keyframes animateTitle{to{opacity:1}}@media screen and (max-width:800px){.home-top__details-container{flex-direction:column-reverse;align-items:flex-start;display:flex}.home-top__link-container{align-items:flex-start}}@media screen and (max-width:896px){.home{padding:0 10px}}
