:root{--clr-1:#111;--clr-2:#fff;--clr-3:#006ee5;--clr-4:#fc0;--clr-5:#2ea185;--clr-6:#ff2d55;--clr-p1:#11111190;--clr-p2:#ffffff90;--clr-bg:#eef6ff}@font-face{font-family:Poppins-Regular;src:url(/static/media/Poppins-Regular.35d26b781dc5fda684cc.ttf)}@font-face{font-family:Poppins-Medium;src:url(/static/media/Poppins-Medium.673ed42382ab264e0bf5.ttf)}a,button,h1,h2,h3,h4,h5,li,p{font-family:Poppins-Regular,sans-serif}h1{font-family:Poppins-Medium,sans-serif;font-size:5rem;line-height:1.2}h1 span{color:#006ee5;color:var(--clr-3)}h2{font-size:3rem}h3{font-size:1.5rem}h4{font-size:1rem;font-weight:600}h5{background-color:#eef6ff;background-color:var(--clr-bg);border-radius:1rem;color:#006ee5;color:var(--clr-3);font-size:.7rem;padding:5px 25px;width:fit-content}a,button,li,p{font-size:1rem}p{color:#11111190;color:var(--clr-p1)}a{color:#111;color:var(--clr-1);transition:.3s}a:hover{color:#006ee5;color:var(--clr-3);cursor:pointer}*{box-sizing:border-box;list-style:none;margin:0;padding:0;scroll-behavior:smooth;text-decoration:none}body{background-color:#fff;background-color:var(--clr-2);color:#111;color:var(--clr-1);font-family:Poppins-Regular,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.1rem;line-height:1.5;overflow-x:hidden}.section{padding:10rem 1rem;width:100%}.container,.section{align-items:center;display:flex;flex-direction:column;justify-content:center}.container{width:1200px}.socials{align-items:start;display:flex;flex-direction:row;gap:.5rem;justify-content:start}.socials li a img{aspect-ratio:1/1;border-radius:50%;padding:3px;width:1.5rem}.socials li:nth-child(2) a img{background-color:#006ee5;background-color:var(--clr-3)}.socials li:nth-child(3) a img{background-color:#ff2d55;background-color:var(--clr-6)}.socials li:nth-child(4) a img{background-color:#2ea185;background-color:var(--clr-5)}.socials li:nth-child(5) a img{background-color:#fc0;background-color:var(--clr-4)}.link{text-decoration:underline;text-underline-offset:2px}.btn-flex{align-items:start;justify-content:start;width:100%}.btn-flex,button{display:flex;flex-direction:row;gap:.5rem}button{align-items:center;background:none;border:none;border-radius:.5rem;justify-content:center;padding:.5rem 1rem;transition:.3s}button img{height:1.5em}button:hover{cursor:pointer;transform:translateY(5px)}::-webkit-scrollbar{background:#111;background:var(--clr-1);width:.5rem}::-webkit-scrollbar-track{border:none}::-webkit-scrollbar-thumb{background:#fff;background:var(--clr-2);border:2px solid #111;border:2px solid var(--clr-1);border-radius:1rem;cursor:grab}@media screen and (max-width:1300px){h1{font-size:3.5rem}h2{font-size:2rem}h3,h4{font-size:1rem}h5{font-size:.8rem}.container{width:800px}}@media screen and (max-width:900px){h1{font-size:9.5vw}h2{font-size:7vw}h3{font-size:5vw}h5{font-size:3vw}.section{padding:3rem 1rem}.container{width:100%}}.navbar{flex-direction:column;justify-content:center;position:relative;z-index:1}.navbar,.navbar-box{align-items:center;display:flex;width:100%}.navbar-box{background-color:var(--clr-bg);border-bottom:1px solid var(--clr-p1);flex-direction:row;gap:1rem;justify-content:space-between;padding:.6rem 1rem}.navbar-logo{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:start}.navbar-logo>img{height:2rem}.navbar-logo>p{color:var(--clr-1);font-size:.6rem;font-weight:600;letter-spacing:.05rem;line-height:1;width:4rem}.navbar-links{align-items:center;display:flex;flex-direction:row;gap:1.5rem;justify-content:end}.navbar-links li a.active,.navbar-mobile-links li a.active{color:var(--clr-3);text-decoration:underline;text-underline-offset:2px}.navbar-mobile-button{background-image:url(/static/media/menu.317bc50c92894bf177b7.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;display:none;height:1.5rem;padding:0;width:1.5rem}.navbar-mobile-button:hover{transform:rotate(180deg)}.navbar-mobile{align-items:start;background-color:var(--clr-bg);border-bottom:1px solid var(--clr-p1);display:flex;flex-direction:column;justify-content:start;left:0;padding:1rem 1rem 2rem;position:absolute;top:0;width:100%;z-index:-1}@media screen and (max-width:900px){.navbar-links,.socials{display:none}.navbar-mobile-button{display:flex}}.hero{background-color:var(--clr-bg);padding:5rem 1rem 0}.hero-box,.hero-box-text{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.hero-box-text{gap:1rem;margin-bottom:7rem;text-align:center}.hero-van{animation:vanAnim 2s;width:800px}@keyframes vanAnim{0%{transform:translateX(200px)}to{transform:translateX(0)}}.quote-box{align-items:center;background-color:var(--clr-3);border-radius:1rem;color:var(--clr-2);display:flex;flex-direction:column;gap:2rem;justify-content:center;margin-bottom:-5rem;padding:3rem;width:100%}.quote-form{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:repeat(5,calc(20% - .8rem));justify-content:start;width:100%}.quote-form input{background-color:var(--clr-2);border:none;border-radius:8px;height:3rem;padding:1rem;width:100%}.quote-form button{background-color:var(--clr-4);height:3rem;width:100%}@media screen and (max-width:1300px){.hero-van{width:600px}.quote-form{display:grid;grid-template-columns:repeat(2,calc(50% - .5rem))}.quote-form button{grid-column-end:3;grid-column-start:1;margin-top:1rem}}@media screen and (max-width:900px){.hero{padding:2rem 1rem 0}.hero-box-text{margin-bottom:3rem}.hero-box-text p,.hero-van{width:80%}.quote-box{padding:2rem}.quote-box>h3{text-align:center}.quote-form{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:100%}.quote-form button{grid-column-end:2;grid-column-start:1;margin-top:1rem}}.services{padding:12rem 1rem 10rem}.services-text{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:3rem;text-align:center;width:80%}.services-box{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(3,calc(33.33% - 2.66rem))}.services-box,.services-box>div{align-items:center;justify-content:center;width:100%}.services-box>div{background-color:var(--clr-2);border-radius:1rem;box-shadow:0 0 5px var(--clr-p1);display:flex;flex-direction:column;gap:.5rem;height:100%;padding:2rem;text-align:center}.services-box-icon{border:1px solid;border-color:var(--clr-3);border-radius:50%;height:4rem;margin-bottom:2rem;padding:.5rem}.services-box-icon.green{border-color:var(--clr-5)}.services-box-icon.red{border-color:var(--clr-6)}@media screen and (max-width:1300px){.services-box{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:repeat(3,calc(33.33% - .5rem));justify-content:start;width:100%}}@media screen and (max-width:900px){.services{padding:7rem 1rem 3rem}.services-text{margin-bottom:1rem;width:90%}.services-box{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:100%;padding:0;width:100%}.services-box,.services-box>div{align-items:start;justify-content:start}.services-box>div{text-align:left}.services-box-icon{height:3rem;margin-bottom:1rem}}.about{background-color:var(--clr-2);padding:0 1rem 10rem}.about-box{grid-gap:5rem;align-items:start;display:grid;gap:5rem;grid-template-columns:repeat(2,calc(50% - 2.5rem));justify-content:center;width:100%}.about-box>div:first-child{align-items:start;display:flex;flex-direction:column;gap:.5rem;justify-content:start;width:100%}.about-box>div:first-child ul.socials{border-top:1px solid var(--clr-1);margin-top:1rem;padding-top:1rem}.about-box>img{border-radius:1rem;width:100%}@media screen and (max-width:900px){.about{padding:0 1rem 3rem}.about-box{align-items:start;display:flex;flex-direction:column-reverse;gap:2rem;justify-content:start;width:100%}.about-box>div:first-child{padding:0 1rem}}.stats{padding:0 1rem}.stats span{color:var(--clr-3)}.stats-box{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(4,calc(25% - 3rem));grid-template-rows:auto;justify-content:space-between;text-align:center}.stats-box,.stats-box>div{align-items:center;width:100%}.stats-box>div{background-color:var(--clr-2);border-radius:1rem;box-shadow:0 0 5px var(--clr-p1);display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:2rem}.stats-box>div:last-child{background-color:var(--clr-3);color:var(--clr-2)}.stats-box>div:last-child p{color:var(--clr-p2)}.stats-box>div:last-child a{color:var(--clr-2);text-decoration:underline}@media screen and (max-width:1300px){.stats-box{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(4,calc(25% - 1.5rem));justify-content:space-between;text-align:center;width:100%}}@media screen and (max-width:900px){.stats-box{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:repeat(2,calc(50% - .5rem));justify-content:space-between;text-align:center;width:100%}}.why{background-color:var(--clr-2)}.why-box{grid-gap:5rem;align-items:start;display:grid;gap:5rem;grid-template-columns:repeat(2,calc(50% - 2.5rem));justify-content:center;width:100%}.why-box>img{border-radius:1rem;width:100%}.why-box>div:nth-child(2),.why-list{align-items:start;display:flex;flex-direction:column;gap:.5rem;justify-content:start;width:100%}.why-list{margin-top:1rem}.why-list li{align-items:start;display:flex;flex-direction:row;gap:1rem;justify-content:start}.why-list li:before{aspect-ratio:1/1;background-image:url(/static/media/tick.882ac9310451a4ddaf7e.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;min-width:1.5rem}.why-list li p span{font-weight:600}@media screen and (max-width:900px){.why-box{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;width:100%}.why-box>div:nth-child(2){padding:0 1rem}}.banner{background-color:var(--clr-3);background-image:url(/static/media/banner-01.bcb6e575ccdd6567963a.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--clr-2)}.banner-box{align-items:start;display:flex;flex-direction:column;gap:0;justify-content:start;width:100%}@media screen and (max-width:1300px){.banner{padding:5rem 1rem}}@media screen and (max-width:900px){.banner{padding:2rem 1rem}}.how{background-color:var(--clr-2)}.how-text{display:flex;flex-direction:column;gap:0;margin-bottom:3rem;text-align:center;width:80%}.how-box,.how-text{align-items:center;justify-content:center}.how-box{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(3,calc(33.33% - 2.66rem))}.how-box,.how-box>div{position:relative;width:100%}.how-box>div{align-items:start;background-color:var(--clr-2);border-radius:1rem;box-shadow:0 0 5px var(--clr-p1);display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:start;padding:2rem;text-align:left;z-index:1}.how-box>div:first-child{background-color:var(--clr-3);color:var(--clr-2)}.how-box>div:first-child p{color:var(--clr-2)}.how-box>div:first-child hr{color:var(--clr-4)}.how-box-icon{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:start;margin-bottom:2rem;width:100%}.how-box-icon img{width:3rem}@media screen and (max-width:1300px){.how-box{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:repeat(3,calc(33.33% - .5rem));justify-content:start;width:100%}}@media screen and (max-width:900px){.how-text{margin-bottom:2rem;width:90%}.how-box{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:100%;padding:0;width:100%}.how-box,.how-box>div{align-items:start;justify-content:start}.how-box>div{text-align:left}.how-box-icon{margin-bottom:1rem}.how-box-icon img{width:2.5rem}}.reviews{background-color:var(--clr-2);padding:0 1rem 10rem}.reviews-box{grid-gap:5rem;align-items:start;display:grid;gap:5rem;grid-template-columns:repeat(2,calc(50% - 2.5rem));justify-content:center;width:100%}.reviews-box>div:first-child{flex-direction:column}.reviews-box>div:first-child,.reviews-slider{align-items:start;display:flex;justify-content:start;width:100%}.reviews-slider{flex-direction:row;flex-wrap:nowrap;gap:0;overflow:hidden;position:relative}.reviews-slider:after,.reviews-slider:before{content:"";height:100%;position:absolute;top:0;width:2rem;z-index:1}.reviews-slider:before{background-image:linear-gradient(90deg,var(--clr-2),#0000);left:0}.reviews-slider:after{background-image:linear-gradient(270deg,var(--clr-2),#0000);right:0}.reviews-slider>div{align-items:stretch;animation:slider 60s linear infinite;display:flex;flex-direction:row;gap:2rem;justify-content:start;padding-right:2rem}@keyframes slider{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.reviews-slider-item{background-color:var(--clr-bg);border-radius:1rem;flex-direction:column;min-width:500px;padding:2rem}.reviews-slider-item,.reviews-slider-item>div:nth-child(3){align-items:start;display:flex;gap:1rem;justify-content:start}.reviews-slider-item>div:nth-child(3){flex-direction:row}.reviews-slider-item>div:nth-child(3) img{height:2.5rem}.reviews-slider-item>div:nth-child(3) p{font-size:.8rem}.reviews-slider-item>div:nth-child(3) p span{color:var(--clr-3);font-size:1rem}.reviews-icons{align-items:start;display:flex;flex-direction:row;gap:2px;justify-content:start}.reviews-icons>img{width:1rem}@media screen and (max-width:900px){.reviews{padding:0 1rem 3rem}.reviews-box{gap:2rem;width:100%}.reviews-box,.reviews-box>div:first-child{align-items:center;display:flex;flex-direction:column;justify-content:center}.reviews-box>div:first-child{text-align:center;width:90%}.reviews-slider-item{min-width:300px}}.contact{background-color:var(--clr-bg);padding:5rem 1rem}.contact-box{grid-gap:5rem;align-items:start;display:grid;gap:5rem;grid-template-columns:repeat(2,calc(50% - 2.5rem));justify-content:center;width:100%}.contact-box>img{border-radius:1rem;width:100%}.contact-box>div:nth-child(2){align-items:start;display:flex;flex-direction:column;gap:.5rem;justify-content:start;width:100%}.contact-box>div:nth-child(2) h5{background-color:var(--clr-3);color:var(--clr-2)}.contact-info{border-top:1px solid var(--clr-1);flex-direction:column;margin-top:1rem;overflow:hidden;padding-top:1rem;width:100%}.contact-info,.contact-info li{align-items:start;display:flex;gap:1rem;justify-content:start}.contact-info li{flex-direction:row}.contact-info li img{width:1.5rem}.contact-info li p{color:var(--clr-1)}@media screen and (max-width:900px){.contact{padding:3rem 1rem}.contact-box{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:100%;justify-content:start;width:100%}.contact-box>div:nth-child(2){padding:0 1rem}}.brands{background-color:var(--clr-2)}.brands-text{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:center;margin-bottom:3rem;text-align:center;width:80%}.brands-box{grid-gap:5rem;display:grid;gap:5rem;grid-template-columns:repeat(2,calc(50% - 2.5rem))}.brands-box,.brands-box>div{align-items:center;justify-content:center;width:100%}.brands-box>div{background-color:var(--clr-2);border-radius:1rem;box-shadow:0 0 5px var(--clr-p1);display:flex;flex-direction:column;padding:0}.brands-box>div>img{border-radius:1rem 1rem 0 0;width:100%}.brands-box>div>div{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:2rem;text-align:center;width:100%}@media screen and (max-width:1300px){.brands-box{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:repeat(2,calc(50% - 2rem));justify-content:center;width:100%}}@media screen and (max-width:900px){.brands-text{margin-bottom:2rem;width:90%}.brands-box{align-items:start;display:flex;flex-direction:column;gap:2rem;justify-content:start;width:100%}}.footer{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem;text-align:center}.copyright{border-top:1px solid var(--clr-p1);padding-top:1rem}
/*# sourceMappingURL=main.ffad98a6.css.map*/