@import url(https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap);:root{--orange:#fb9a17;--baronial_brown:#5a463f;--dark_grayish_magenta:#3c353c;--green:#145450;--red:#fb050b;--back-pale:#f5f5f5;--back-dark:#3c353c;font-family:EB Garamond,serif}*{box-sizing:border-box;margin:0;padding:0}body{color:#3c353c;color:var(--dark_grayish_magenta);position:relative}.biggest{align-items:center;display:flex;justify-content:center;padding:1rem;width:100%}.biggest .main{width:80%}.header{background-color:#00baf0;background:linear-gradient(270deg,#f46b45,#eea849);height:50vh}.words{font-size:1.5rem;font-weight:700}.img{height:70px;margin:0;width:15vw}.img img{height:55px;margin:5px auto;object-fit:cover;width:100%}.header-writings{margin:3rem;max-height:300px;overflow:auto;padding:1rem;position:absolute;top:60px;width:80%}.header-writings h1{color:#fff;font-size:2rem;font-weight:bolder;margin-bottom:.5rem}.header-writings h1,.header-writings p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.header-writings p{font-size:1.3rem}.top-nav{align-items:center;background-color:#00baf0;background:linear-gradient(270deg,#f46b45,#eea849);color:#fff;height:70px;justify-content:space-between;padding:1em;position:fixed;top:0;width:100%;z-index:2}.menu,.top-nav{display:flex;flex-direction:row}.menu{list-style-type:none;margin:0;padding:0}.menu li a{color:#fff;padding:2px;position:relative;text-decoration:none}.menu li a:before{background-color:#145450;border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right;transform-origin:right;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;width:100%}.menu li a:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;transform-origin:left}.menu li a:hover{color:#5a463f;color:var(--baronial_brown)}.menu>li{margin:0 1rem;overflow:hidden}.menu-button-container{align-items:center;bottom:2rem;cursor:pointer;display:none;flex-direction:column;height:100%;justify-content:center;position:relative;width:30px}#menu-toggle{display:none}.menu-button,.menu-button:after,.menu-button:before{background-color:#5a463f;background-color:var(--baronial_brown);border-radius:2px;display:block;height:4px;position:absolute;transition:-webkit-transform .4s cubic-bezier(.23,1,.32,1);transition:transform .4s cubic-bezier(.23,1,.32,1);transition:transform .4s cubic-bezier(.23,1,.32,1),-webkit-transform .4s cubic-bezier(.23,1,.32,1);width:30px}.menu-button:before{content:"";margin-top:-8px}.menu-button:after{content:"";margin-top:8px}#menu-toggle:checked+.menu-button-container .menu-button:before{margin-top:0;-webkit-transform:rotate(405deg);transform:rotate(405deg)}#menu-toggle:checked+.menu-button-container .menu-button{background:hsla(0,0%,100%,0)}#menu-toggle:checked+.menu-button-container .menu-button:after{margin-top:0;-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}.first{top:50px}.whyus{background-color:#f5f5f5;background-color:var(--back-pale);padding:1rem}.reasons,.whyus{margin-bottom:3rem;margin-top:3rem}.reasons{flex-wrap:wrap;justify-content:space-around;text-align:center}.reasons,.reasons h2{display:flex;width:100%}.reasons h2{align-items:center;border-bottom:1px solid #000;font-size:2rem;justify-content:center;padding:10px}.reasons .reasons-div{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:5px;min-width:300px;width:40%}.experiment{padding:5px}.reasons .reasons-div div{align-items:center;display:flex;margin:5px;padding:10px}.reasons .reasons-div div p{padding:10px}.reasons .reasons-div div h3{font-weight:bolder;padding:10px}.reasons .reasons-div div .nums{height:3rem;margin:5px;object-fit:cover;width:2.5rem}.reasons img{margin:5px;width:40%}.reasons .img-2{min-width:300px;object-fit:cover}.services{display:flex;flex-direction:column;height:100%;margin-bottom:3rem;margin-top:3rem;padding:10px}.servs{background-color:#f5f5f5;background-color:var(--back-pale)}.services .services-headings{margin-bottom:1rem;padding:.5rem;text-align:center}.services .services-headings h4{border-top:1px solid #000}.services .flex-container-services{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.services .flex-container-services .cards-services{background-color:#fff;border-radius:.4rem;box-shadow:0 3rem 6rem rgba(0,0,0,.1);cursor:pointer;display:flex;flex-direction:column;height:400px;justify-content:space-between;margin:.5rem;min-width:300px;overflow:hidden;transition:.2s;width:30%}.services .flex-container-services .cards-services:hover{box-shadow:0 4rem 8rem rgba(0,0,0,.2);-webkit-transform:translateY(-.5%);transform:translateY(-.5%)}.services .flex-container-services .cards-services img{border-radius:.4rem;display:block;height:10rem;object-fit:cover;width:100%}.services .flex-container-services .cards-services .card-content-services{padding:.3rem}.services .flex-container-services .cards-services .card-content-services h1{color:#5a463f;color:var(--baronial_brown);font-size:1.9rem;font-weight:500;margin-bottom:.2rem}.services .flex-container-services .cards-services .card-content-services p{color:#5a463f;color:var(--baronial_brown);font-size:1rem;letter-spacing:.04rem;margin-bottom:.1rem}.services .flex-container-services .cards-services button{background-color:#efdfdf;border:none;border-radius:.4rem;color:#fb050b;color:var(--red);cursor:pointer;display:block;font-size:1.4rem;height:2.1rem;margin-top:.5rem;padding:3px;text-align:center;transition:.2s;width:100%}.services .flex-container-services .cards-services button span{margin-left:1rem;transition:.2s}.services .flex-container-services .cards-services button:active,.services .flex-container-services .cards-services button:hover{background-color:#ecd8d8}.services .flex-container-services .cards-services button:active span,.services .flex-container-services .cards-services button:hover span{margin-left:1.5rem}.cards-wrapper{background-color:#f5f5f5;background-color:var(--back-pale);display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:3rem;margin-top:3rem;padding:1rem}.cards-wrapper .cards-heading{font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin:1rem;text-align:center;width:75%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cards-wrapper .cards-container-industry{display:flex;flex-wrap:wrap;justify-content:center;margin:1rem;width:100%}.cards-wrapper .cards-container-industry .card-industry{align-items:center;background-color:#fff;border:1px solid #145450;display:flex;flex-direction:column;height:180px;justify-content:center;margin:1rem;padding:1rem;width:230px}.cards-wrapper .cards-container-industry .card-industry svg{display:block;height:5rem;margin-bottom:1rem;object-fit:cover;width:100%}.cards-wrapper .cards-container-industry .card-industry h4{font-size:1.2rem;padding:3px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.icons{color:#3c353c;color:var(--dark_grayish_magenta);font-size:3rem}.tech{background-color:#f5f5f5;background-color:var(--back-pale);display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:1rem;margin-top:3rem;padding:2rem}.tech .details{padding:1rem;width:100%}.tech .details h1{border-bottom:1px solid #000;text-align:center}.tech .horizontal-scroll{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:1rem;width:100%}.tech .horizontal-scroll .scroll-element{margin:1rem;width:30%}.tech .horizontal-scroll .scroll-element li{color:#3c353c;color:var(--dark_grayish_magenta);font-size:x-large;font-weight:bolder;list-style-type:none;text-align:center}.tech .horizontal-scroll .scroll-element h3{font-size:xx-large;overflow:hidden;padding:5px;text-align:center;width:100%}.testimonials{background-color:#f5f5f5;background-color:var(--back-pale);margin-bottom:2rem;margin-top:2rem}.tests{justify-content:center}.tests,.tests div{display:flex;flex-wrap:wrap;padding:1rem}.tests div{border:1px solid #000;box-shadow:0 5px 15px rgba(0,0,0,.35);flex-direction:column;justify-content:flex-start;margin:1rem;min-width:300px;width:30%}.under-names{color:#000;font-style:italic;margin-top:.5rem}.tests div img{margin-bottom:10px;width:100%}.custs{align-items:center;background-color:#f5f5f5;background-color:var(--back-pale);display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;justify-items:center;margin:2rem;padding:3rem}.custs h2{border-bottom:1px solid #000;margin-bottom:1rem;padding:1rem;text-align:center;width:100%}.customer-texts{margin:10px;min-width:250px;width:50%}.custs p{margin:.5rem;padding:1rem}.img-cont-cust{margin:.5rem;padding:10px;width:40%}.img-cont-cust img{object-fit:cover;width:100%}.upload-btn{align-self:center;background-color:#fb9a17;background-color:var(--orange);border-radius:5px;color:#145450;color:var(--green);height:50px;margin-top:5px;text-decoration:none;width:100px}.email{color:#fff}.upload-btn a{text-decoration:none}.contact{background:linear-gradient(90deg,#f46b45,#eea849);margin-bottom:0}.upload-btn-wrapper{display:flex;justify-content:center}.forms-wrapper{flex-wrap:wrap;margin:2rem;padding:1.5rem;width:100%}.forms-wrapper,.resumes{display:flex;justify-content:space-around}.resumes{align-content:center;box-shadow:0 5px 15px rgba(0,0,0,.35);flex-direction:column;margin-bottom:1rem;min-width:330px;padding:5px;width:30%}.resumes h3{font-size:3rem;text-align:center}.resumes p{font-size:1.5rem;text-align:center}.contact-form{box-shadow:0 5px 15px rgba(0,0,0,.35);display:flex;flex-direction:column;justify-content:space-around;margin-bottom:1rem;min-width:330px;padding:10px;width:50%}.contact-form h3{color:#fff;font-size:4rem;text-align:center}form{align-items:center;display:flex;flex-direction:column;font-size:16px;width:100%}input{height:35px}input,textarea{border:1px solid #dcdcdc;border-radius:5px;outline:none;padding:7px;width:90%}textarea{max-height:100px;max-width:90%;min-height:100px;min-width:90%}label{align-self:flex-start;margin-left:2.5rem;margin-top:2rem}input[type=submit]{background:#f9690e;border:none;color:#fff;cursor:pointer;margin-top:2rem}#faq{align-items:center;display:flex}.faqs{background-color:#f5f5f5;background-color:var(--back-pale);margin:0 auto;padding:15px;width:100%}.faqs .faq{background-color:#fff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.2);margin:15px;padding:15px}.faqs .faq .faq-question{font-size:20px;padding-right:80px;position:relative;transition:all .4s ease}.faqs .faq .faq-question:after{background-image:url(/static/media/arrow.18365834cf12a9cb1dc4.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:30px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .4s ease-out;width:30px}.faqs .faq .faq-answer{max-height:0;opacity:0;overflow-y:hidden;transition:all .4s ease-out}.faqs .faq.open .faq-question{margin-bottom:15px}.faqs .faq.open .faq-question:after{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.faqs .faq.open .faq-answer{max-height:1000px;opacity:1}.faq-big h2{padding:1rem;text-align:center}.footer{align-content:center;background:linear-gradient(90deg,#f46b45,#eea849);display:flex;height:10vh;justify-content:space-between;margin-top:0}.div-icons{display:flex;justify-content:flex-end;padding:1rem;width:30%}.footer-icons{align-self:center;color:#3c353c;color:var(--dark_grayish_magenta);height:4rem;margin:5px;width:3rem}.shop-wrapper{background-color:#f5f5f5;background-color:var(--back-pale);display:flex;flex-wrap:wrap;justify-content:center}.shop-wrapper div{margin:.5rem;min-width:300px;overflow:hidden;width:45%}.shop-div h2{border-bottom:1px solid #000;color:#5a463f;font-size:2.5rem;margin:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.shop-div h3,.shop-div p{color:#3c353c;margin:10px}.shop-div p{font-weight:700}.shop-btn{color:#fb9a17;font-size:1.5rem;font-weight:bolder;margin:10px;padding:1rem;width:50%}.shop-img-div{background-image:url(/static/media/shop1.f74f2e5d901ed078cb31.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.team{margin-bottom:2rem}.our-team{align-items:center;background-image:url(/static/media/orange-back.942e7f0924a68ce4c4cc.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-wrap:wrap;justify-content:space-around;padding:.5rem;position:relative}.our-team .team-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:rgba(0,0,0,.01);border-left:1px solid hsla(0,0%,50%,.4);border-radius:8px;border-top:1px solid hsla(0,0%,50%,.4);box-shadow:0 0 6px #000;display:flex;flex-wrap:wrap;justify-content:center;margin:1rem;min-height:260px;min-width:200px;width:20%}.our-team .team-card h3,.our-team .team-card p{color:#5a463f;text-align:center}.our-team .team-card p{margin:10px}.our-team .team-card .img-team{background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid #f46b45;border-radius:50%;height:150px;margin:10px;padding:10px;width:50%}.our-team .three{background-image:url(/static/media/kbr2.8564b03b858f27411eac.jpg)}.our-team .one{background-image:url(/static/media/one.346830fa82282fdb81cd.jpg)}.our-team .two{background-image:url(/static/media/two.22dfbed90ed3e00735dd.jpg)}.our-team .four{background-image:url(/static/media/four.65a470f3572c3140f261.jpg)}.our-team .team-contact{display:flex;justify-content:space-between;margin:10px}.our-team .team-icon{color:#5a463f;margin:5px}.team-info{width:100%}.team-head,.team-icon a{color:#5a463f}.team-head{border-bottom:1px solid #5a463f;padding:10px;text-align:center;width:100%}@media (max-width:815px){.img{height:100%;margin:0;width:35vw}.img img{height:50px;margin:0;object-fit:cover;width:100%}.menu-button-container{display:flex}.menu{align-items:center;flex-direction:column;justify-content:center;left:0;margin-top:60px;position:absolute;top:0;width:100%}#menu-toggle~.menu li{border:0;height:0;margin:0;padding:0;transition:height .4s cubic-bezier(.23,1,.32,1)}#menu-toggle:checked~.menu li{border:1px solid #145450;border:1px solid var(--green);height:2.5em;padding:.5em;transition:height .4s cubic-bezier(.23,1,.32,1)}.menu>li{background-color:#145450;background-color:var(--green);color:#fff;display:flex;justify-content:center;margin:0;padding:.5em 0;width:100%}.menu>li:not(:last-child){border-bottom:1px solid #145450;border-bottom:1px solid var(--green)}}@media (max-width:450px){.header{height:60vh}.header-writings{display:flex;flex-direction:column;height:100%;margin:.2rem;padding:.1rem;width:100%}.reasons .reasons-div div p{display:flex;padding:5px;text-align:start}.tech{padding:0}.tech .horizontal-scroll .scroll-element h3{font-size:large;padding:2px}.icons{font-size:2rem}.tech .horizontal-scroll .scroll-element li{font-size:medium;font-weight:400}.img-cont-cust{width:100%}.custs{padding:5px}.custs h2{padding:2px;width:80%}.img-cont-cust{padding:0;width:80%}.custs img{margin:0;padding:5px}.resumes{margin-bottom:10px;min-width:250px;padding:10px}.resumes h3{font-size:1.5rem}.resumes p{font-size:1rem}.tests div{min-width:200px}.upload-btn{height:45px}.contact-form{min-width:250px}.contact-form h3{font-size:2rem}label{margin-left:1.1rem}}@media (max-width:330px){.header{height:70vh}.biggest .main{width:auto}.custs{padding:0}}
/*# sourceMappingURL=main.57df1a77.css.map*/