#hero{background-color:#dedede;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:calc(100vh - 120px);padding:0;display:flex;position:relative;overflow:hidden}#hero:before{content:"";z-index:1;pointer-events:none;background:url(/assets/img/hero-carousel/1.jpg) 50% 8%/80% no-repeat;width:100%;height:100%;animation:10s ease-in-out infinite heartbeat;position:absolute;top:0;left:0}@keyframes heartbeat{0%{transform:scale(1)}15%{transform:scale(1.05)}30%{transform:scale(1)}45%{transform:scale(1.05)}70%{transform:scale(1)}to{transform:scale(1)}}#hero .hero-content{z-index:10;flex-direction:column;align-items:center;width:100%;padding-bottom:5vh;display:flex;position:relative}.graphy-link-logo{width:100%;max-width:350px;margin:0 auto 20px;transition:transform .3s}.graphy-link-logo:hover{transform:scale(1.02)}.graphy-link-logo img{width:100%;height:auto}.hero-btn-container{opacity:0;margin-bottom:25px;animation:.8s .5s forwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.explore-btn{letter-spacing:1px;color:#fff;text-transform:uppercase;background:#081e5b;border-radius:50px;align-items:center;padding:12px 32px;font-family:Montserrat,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:all .4s;display:inline-flex;box-shadow:0 8px 20px #081e5b33}.blink-text{animation:1.5s infinite textBlink}@keyframes textBlink{0%,to{opacity:1}50%{opacity:.3}}.explore-btn i{margin-left:8px;font-size:24px;line-height:0;transition:transform .3s}.explore-btn:hover{color:#fff;background:#567204;transform:translateY(-3px);box-shadow:0 10px 25px #5672044d}.explore-btn:hover i{transform:translate(5px)}.cover-div{flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:10px;display:flex}.rect-s{width:55px;padding:0 8px;transition:transform .3s}.rect-s:hover{transform:scale(1.1)}.rect-s img{width:100%;height:auto}@media (max-width:991px){#hero:before{background-position:50% 10%;background-size:90%}}@media only screen and (max-width:768px){#hero{height:calc(100dvh - 110px)}#hero:before{background:url(/assets/img/hero-carousel/md-1.jpg) 50% 4%/95% no-repeat}#hero .hero-content{padding-bottom:15px}.graphy-link-logo{max-width:200px;margin-bottom:15px}.hero-btn-container{margin-bottom:15px}.explore-btn{padding:10px 24px;font-size:13px}.cover-div{margin-bottom:5px}.rect-s{width:38px;padding:0 5px}}@media only screen and (max-height:700px) and (max-width:600px){#hero:before{background-position:50% 5%;background-size:85%}#hero .hero-content{padding-bottom:10px}.graphy-link-logo{max-width:160px;margin-bottom:10px}.explore-btn{padding:8px 20px;font-size:12px}.rect-s{width:32px}}
