@property --gradient-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}:root{--_main-clr: #003459;--_main-clr-lighter: #001b2564;--_main-clr-dark: #003459;--_black-clr: #00171f;--_white-clr: #e7ecef;--_main-font:"Cinzel", serif ;--_secondary-font: "Raleway", sans-serif}button,.link{cursor:pointer}@keyframes scroll{to{transform:translate(calc(-50% - .5rem))}}@keyframes spin{0%{--gradient-angle: 0deg}to{--gradient-angle: 360deg}}*{padding:0;margin:0;box-sizing:border-box}h1,.sub-heading,.huge-text{font-family:var(--_main-font)}p,li,button,label{font-family:var(--_secondary-font)}button{border:1px solid;padding:.5rem 1rem;border-radius:5px}i{font-size:.8rem}.sub-heading{max-width:40ch;font-size:3rem;text-decoration:underline .1rem;text-underline-offset:.2rem;margin-bottom:1rem;color:var(--_main-clr)}.desc-text{max-width:60ch;margin-bottom:1rem;font-size:1rem;opacity:.9;line-height:1.7em}.huge-text{max-width:40ch;text-transform:capitalize;font-size:2rem;margin-bottom:1rem}.catalog{padding:3rem 5%;margin:2rem auto;border-radius:0 0 20px 20px}.catalog .box-container{margin:3em auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.catalog .box-container .box{display:grid;align-items:center;justify-content:center;grid-template-rows:1fr 1fr;background-color:#fff;position:relative;border-radius:5px;box-shadow:2px 1px 5px var(--_main-clr-lighter);padding:1rem .5rem;margin-bottom:2rem;min-height:50svh;width:220px}.catalog .box-container .box .info{display:grid;grid-template-rows:1fr 1.5fr .5fr;gap:1rem}.catalog .box-container .box:before{content:"";position:absolute;width:100%;height:100%;border-radius:8px;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1;padding:.1rem;background-image:conic-gradient(from var(--gradient-angle),var(--_main-clr),transparent,var(--_main-clr-lighter),transparent,var(--_main-clr));animation:spin 10s cubic-bezier(.175,.885,.32,1.275) infinite}.catalog .box-container .box:nth-child(2n):before{animation-delay:2s}.catalog .box-container .box img{width:100%;aspect-ratio:1}.catalog .box-container .box .box-header{font-size:1rem;font-weight:600;text-transform:uppercase;margin-bottom:.5rem;color:var(--_black-clr)}.catalog .box-container .box p{color:var(--_black-clr)}.catalog .box-container .box button{background:var(--_main-clr-dark);color:var(--_white-clr)}.catalog .box-container .box button:hover{background:var(--_white-clr);color:var(--_main-clr-dark)}footer{width:100%;padding:2rem 0;margin:0;background-image:linear-gradient(to bottom left,var(--_black-clr),var(--_black-clr));background-size:cover;color:var(--_white-clr)}footer .huge-text{color:var(--_white-clr);padding:0 5%}footer .bbee{font-size:1.5rem;padding:1rem 5% 2rem;border-bottom:2px solid}footer p,footer i,footer address{padding:1rem 5%}footer i{padding:0 5%;font-size:1.3rem;font-weight:600;margin:1rem 0 .5rem}@media screen and (max-width: 450px){.nav-top .logo{display:none}.quick-contact-details{flex-direction:column;align-items:center;gap:.5em!important}.box{min-width:90vw}}.scroller{overflow:hidden;margin:auto;width:80vw}.scroller .scroller-inner{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;margin:1rem;gap:1rem;justify-content:center}.scroller .scroller-inner img{z-index:2;width:200px}.scroller[data-animated=true]{-webkit-mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent);mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent)}.scroller[data-animated=true] .scroller-inner{width:max-content;animation:scroll var(--_animation-duration, 30s) var(--_animation-direction, forwards) linear infinite}.scroller[data-direction=right]{--_animation-direction: reverse}.scroller[data-direction=left]{--_animation-direction: forwards}.scroller[data-speed=fast]{--_animation-duration: 20s}.scroller[data-speed=slow]{--_animation-duration: 40s}.z-2{z-index:2}
