*{box-sizing:border-box;margin:0;padding:0;font-family:"PT Sans",sans-serif}.contact,.home,.products,.sudoku{display:flex;align-items:center;justify-content:center}.sand,.sudoku{text-shadow:0 6px 20px #010102}.sudoku{background-color:#e3eaed;background-position:fixed;background-attachment:fixed;background-size:cover;background-repeat:no-repeat;color:#fff;justify-content:center;flex-direction:column;padding-top:5rem;margin-top:-90px}.sudoku>h1{padding:1rem;font-size:4rem;color:#fff;text-shadow:0 6px 20px #010102}.arrow{text-align:center;font-size:20px}.sudoku>p{font-size:20px;padding:3rem}.sudoku__container{background-color:#5387ce;width:75%;margin:auto;box-shadow:0 10px 40px rgba(2,5,9,.961);padding:.5rem}.sudoku__wrapper{width:100%;margin-top:-90px}.sudoku__container__1{width:75%;margin:auto;font-size:20px;padding-bottom:1rem;padding-top:3rem}.contact{background-color:#e3eaed;background-position:fixed;background-attachment:fixed;background-size:cover;background-repeat:no-repeat;color:#000;justify-content:center;flex-direction:column;padding-bottom:20rem;font-size:2rem;margin-top:-90px}.contact__container{width:100%;margin:auto;box-shadow:0 10px 40px rgba(2,5,9,.961);padding:5rem}.contact__wrapper{width:75%;background-color:rgba(237,234,229,.6862745098039216)}.contact>h1{text-align:center;padding:5rem;font-size:5rem;color:#fff;text-shadow:0 6px 20px #010102}.navbar{height:90px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;position:sticky;top:0;z-index:999}.navbar.active{background:linear-gradient(90deg,#40c4ff,#1f98f4)}.navbar-logo{color:#fff;justify-self:start;margin-left:20px;cursor:pointer;text-decoration:none;font-size:2.5rem;display:flex;align-items:center}.navbar-logo:hover{text-shadow:0 6px 20px #010102}.navbar-container{display:flex;justify-content:center;align-items:center;height:80px;max-width:1500px}.nav-menu{display:grid;grid-template-columns:repeat(5,auto);list-style:none;text-align:center;width:100vw;justify-content:end}.nav-item{height:-80px}.x-active-navbar{text-align:right;padding:2rem;font-size:2.3rem;color:#5387ce;cursor:pointer}.x-active-navbar:hover{text-shadow:0 6px 20px #010102}.nav-links{color:#e3eaed;display:flex;align-items:center;text-decoration:none;padding:1rem;height:100%;text-shadow:0 6px 10px #010102;font-size:2rem}.nav-links:hover{border-bottom:4px solid #fff;transition:all .2s ease-out}.fa-bars{color:#fff}.fa-bars:hover{text-shadow:0 6px 20px #010102}.menu-icon,.nav-links-mobile{display:none}@media screen and (max-width:1000px){.NavbarItems{position:relative;background-color:green}.nav-menu{display:flex;flex-direction:column;width:100%;height:120vh;position:absolute;bottom:80px;left:-100%}.nav-menu,.nav-menu.active{top:0;opacity:1;transition:all .3s ease}.nav-menu.active{background-color:#40c4ff;left:0;z-index:1}.nav-links{text-align:center;padding:2rem;width:100%;display:table}.nav-links:hover{background-color:#fff;color:#242424;border-radius:0}.navbar-logo{position:absolute;top:0;left:0;-webkit-transform:translate(25%,50%);transform:translate(25%,50%)}.menu-icon{display:block;position:absolute;top:0;right:0;-webkit-transform:translate(-100%,60%);transform:translate(-100%,60%);font-size:2.5rem;cursor:pointer}.fa-times{color:#fff;font-size:2.3rem}.nav-links-mobile{display:block;text-align:center;margin:2rem auto;border-radius:4px;width:80%;text-decoration:none;font-size:1.5rem;background-color:transparent;color:#fff;padding:14px 20px;border:1px solid #fff;transition:all .3s ease-out}.nav-links-mobile:hover{background:#fff;color:#242424;transition:.25s}}.cards{padding:4rem;background-color:#e3eaed}h1{font-size:3.5rem;padding-top:1rem}.cards,p{color:#000}.cards__container{display:flex;flex-flow:column;width:100%;height:100%;margin:0 auto}.cards__wrapper{position:relative;margin:50px 0 45px}.cards__items{padding-bottom:5rem}.cards__item{display:flex;flex:1 1;margin:0 1rem;border-radius:10px;background-color:#fff;width:50%;height:20rem}.cards__item__link{display:flex;flex-flow:column;width:100%;-webkit-filter:drop-shadow(0 6px 20px rgba(56,126,255,.276));filter:drop-shadow(0 6px 20px rgba(56,126,255,.276));overflow:hidden;text-decoration:none;padding-bottom:.5rem}.fade-img{-webkit-animation-name:fade-img;animation-name:fade-img;-webkit-animation-duration:1s;animation-duration:1s}.cards__item__pic-wrap:after{content:attr(data-category);position:absolute;bottom:0;margin-left:10px;padding:6px 8px;max-width:calc(100% - 60px);font-size:12px;font-weight:700;color:#fff;background-color:#1f98f4;box-sizing:border-box}.cards__item__img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:100%;max-height:100%;object-fit:cover;transition:all .2s linear}.cards__item__img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.cards__item__info{padding:20px 30px 30px}.cards__item__text{color:#252e48;font-size:16px;line-height:22px}h2{text-align:center;font-size:70px}h3{text-align:left;font-size:40px;padding-top:10rem}.about{padding:5rem;background-color:#e3eaed}.about,p{font-size:50px}ul{font-size:40px;color:#1f98f4}:root{--primary:#fff}.btn{padding:8px 20px;border-radius:2px;outline:none;border:none;cursor:pointer}.btn--primary{background-color:#fff;background-color:var(--primary);color:#242424}.btn--outline,.btn--primary{border:1px solid #fff;border:1px solid var(--primary)}.btn--outline{background-color:transparent;color:#fff;padding:8px 20px;transition:all .3s ease-out}.btn--medium{padding:8px 20px;font-size:18px}.btn--large{padding:12px 26px;font-size:20px}.btn--large:hover,.btn--medium:hover{transition:all .3s ease-out;background:#fff;color:#242424;transition:.25s}video{object-fit:cover;width:100%;height:100%;position:fixed;z-index:-1}h1{text-align:center}.hero{flex-direction:row;box-shadow:inset 0 0 0 1000px rgba(0,0,0,.2);background-size:cover}.hero,.hero-container{display:flex;height:100vh;margin-top:-90px;width:100%}.hero-container{background-attachment:fixed;flex-direction:column;justify-content:center;align-items:center;align-self:center;object-fit:contain}.hero-container>h1{color:#fff;font-size:70px;width:100%;text-shadow:0 6px 20px #010102}.hero-container>p{margin-top:8px;color:#9fedd7;font-size:32px;font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;text-shadow:0 6px 20px #010102}.hero-btns{margin-top:50px}.hero-btns>p{margin-top:20px;color:#fff;font-size:32px;font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;text-shadow:0 6px 20px #010102}.hero-btns .btn{margin:6px}.fa-play-circle{margin-left:4px}@media screen and (max-width:1200px){.hero-container>h1{font-size:60px;margin-top:-150px}}@media screen and (max-width:900px){.hero-container>h1{font-size:50px;margin-top:-100px}.hero-container>p{font-size:30px}.btn-mobile{display:block;text-decoration:none}.btn{width:100%}}.footer-container{background-color:#1f98f4;padding:6rem 0 4rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.social-icon-link{color:#fff;font-size:24px}.social-media{max-width:1000px;width:100%}.social-media-wrap{width:90%;max-width:1000px;margin:16px auto 0;padding-top:3rem}.social-icons,.social-media-wrap{display:flex;justify-content:space-between;align-items:center}.social-icons{width:240px}.social-logo{justify-self:start;margin-left:10px;cursor:pointer;text-decoration:none;font-size:2rem;display:flex;align-items:center}.social-logo,.website-rights{color:#fff;margin-bottom:16px}@media screen and (max-width:1800px){.footer-links{padding-top:2rem}.btn,.footer-input{width:100%}.footer-link-wrapper,.social-media-wrap{flex-direction:column}}
/*# sourceMappingURL=main.b42bda9d.chunk.css.map */