@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);*{box-sizing:border-box;font-family:Open Sans,serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.nav-container{align-items:flex-end;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.5);display:flex;flex-direction:column;height:60px;left:0;position:absolute;top:0;width:100%;z-index:9999}.nav-container .nav{align-items:center;background:#fff;display:flex;justify-content:space-between;padding:0 1.6rem;width:100%}.nav-container .nav .logo{align-items:center;display:flex;gap:1rem}.nav-container .nav .logo h4{font-size:24px}.nav-container .nav .logo img{border-radius:2px;width:40px}.nav-container .nav .nav-button{align-items:center;display:flex;gap:1rem;height:60px}.nav-container .nav .nav-button .contact-button{background:#000;border-radius:5px;color:#fff;font-size:18px;font-weight:600;padding:.4rem 1.6rem}.nav-container .nav .nav-button .hr-line{background:#b2b2b2;height:30px;width:1px}.nav-container .nav-links{background:#fff;display:flex;flex-direction:column;gap:1rem;height:100%;max-width:30%;overflow:hidden;transition:all .5s ease;width:0}.nav-container .nav-links ul{display:flex;flex-direction:column;gap:1rem;padding:0 1.4rem;width:100%}.nav-container .nav-links ul li{align-items:center;border-bottom:1px solid grey;cursor:pointer;display:flex;font-size:24px;font-weight:700;height:50px;list-style:none}.nav-container .nav-links button{background:#000;border-radius:10px;color:#fff;font-size:18px;font-weight:600;height:50px;margin-left:1rem;width:300px}@media screen and (max-width:765px){.nav-container .nav-links{gap:1.2rem;max-width:100%}.nav-container .nav-links ul{gap:0}.nav-container .nav-links ul li{height:70px}}.home_container{height:calc(100vh - 60px);margin-top:60px;padding:.8rem;width:100%}.home_container .home_wrapper{background:#0090ff;border-radius:2rem;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.home_container .home_wrapper h1{color:#003660;font-size:15.4vw;line-height:.9;margin:0 auto}.home_container .home_wrapper .left{display:flex;flex-direction:column;gap:4rem;height:100%;padding:1rem;width:100%}.home_container .home_wrapper .left p{color:#003660;font-size:20px;font-weight:600}.home_container .home_wrapper .left button{background:#003660;border:none;border-radius:5px;color:#fff;font-size:18px;font-weight:600;height:45px;width:150px}.home_container .home_wrapper .left .icon-box{align-items:center;background:#003660;border-radius:50%;display:flex;height:50px;justify-content:center;min-width:50px}.home_container .home_wrapper .left h3{font-size:16px}.home_container .home_wrapper .right{align-items:flex-end;display:flex;height:100%;justify-content:center;width:100%}.home_container .home_wrapper .right img{height:400px;object-fit:cover}@media screen and (max-width:765px){.home_container .home_wrapper{justify-content:space-between}.home_container .home_wrapper h1{font-size:13vw;margin-top:1.5rem;padding:1rem}.home_container .home_wrapper .content-wrapper{flex-direction:column}.home_container .home_wrapper .content-wrapper .left{gap:1.5rem}.home_container .home_wrapper .content-wrapper .left h3{font-size:12px}.home_container .home_wrapper .content-wrapper .right img{width:100%}}.section2-container{background-image:url(/static/media/section2-bg.11d99421749b360d83dd.png);display:flex;height:100vh;width:100%}.section2-container .left{align-items:center;display:flex;justify-content:center;width:100%}.section2-container .left img{aspect-ratio:1;width:80%}.section2-container .right{display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:center;width:100%}.section2-container .right p{font-size:18px;font-weight:700}.section2-container .right .button{background:#003660;border:none;border-radius:5px;color:#fff;font-size:18px;font-weight:600;height:45px;width:150px}@media screen and (max-width:765px){.section2-container{flex-direction:column;gap:2rem;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;margin-top:2rem;padding:2rem 0}.section2-container .right{gap:1rem;padding:0 2rem}.section2-container .right p{font-size:16px}.section2-container .right .button{font-size:16px;height:40px;width:120px}}.section3-container{gap:2rem;margin-top:2rem}.section3-container,.section3-container .top{display:flex;flex-direction:column;width:100%}.section3-container .top{align-items:center;gap:1rem;justify-content:center}.section3-container .top div{background:#0090ff;border-radius:5px;font-size:18px;font-weight:600;padding:.4rem 1.5rem}.section3-container .top p{font-size:20px;font-weight:700;text-align:center}.section3-container .image_container{display:flex;gap:1rem;margin:0 auto;width:70%}.section3-container .image_container .bottom-image-container{display:flex;flex-direction:column;gap:1rem;height:100vh;width:100%}.section3-container .image_container .bottom-image-container img{border-radius:15px;width:100%}@media screen and (max-width:768px){.section3-container{margin-top:4rem}.section3-container .top p{font-size:4.5vw}.section3-container .image_container{width:90%}.section3-container .image_container .bottom-image-container{height:50vh}}.product-section{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:1rem}.product-header{margin-bottom:3rem;text-align:center}.product-title{color:#000;font-size:1.875rem;font-weight:700;line-height:2.25rem}.product-subtitle{color:#6b7280}.product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.product-square{align-items:center;background-color:#f3f4f6;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;height:150px;justify-content:center;padding:1rem;width:150px}.product-placeholder img{height:60px;width:60px}.product-buttons{-webkit-column-gap:1rem;column-gap:1rem;display:flex}.product-button-email{background-color:#000;color:#fff;font-weight:500;padding:1rem 2rem;text-decoration:none}.product-button-call,.product-button-email{border:none;border-radius:2rem;cursor:pointer;font-size:18px}.product-button-call{background-color:#e7e7e7;color:#000;font-weight:600;padding:.5rem 1.6rem}@media screen and (max-width:768px){.product-section{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.product-grid{grid-template-columns:repeat(2,1fr)}}.section5-container{align-items:center;display:flex;height:80vh;justify-content:center;width:100%}.section5-container .counter-box{align-items:center;background:#0090ff;border:5px solid #000;box-shadow:-15px 15px 0 #000;display:flex;height:280px;justify-content:space-evenly;width:80%}.section5-container .counter-box div{align-items:center;display:flex;flex-direction:column;gap:.8rem}.section5-container .counter-box div h4{color:#000;font-size:70px;font-weight:700;line-height:.9}.section5-container .counter-box div p{color:#003660;font-size:24px;font-weight:700;line-height:.9}@media screen and (max-width:765px){.section5-container{height:100vh;padding:2rem 0}.counter-box{flex-direction:column;gap:2rem;min-height:90vh}}.section6-container{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100vh;justify-content:center;width:100%}.section6-container h1{font-size:42px;font-weight:700}.section6-container .card-layout{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:3.5fr 5fr 3.5fr;height:80vh;margin:0 auto;width:85%}.section6-container .card-layout .card-wrapper{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:100%}.section6-container .card-layout .card-wrapper .cards{border-radius:2rem;display:flex;flex-direction:column;gap:1rem;padding:1.2rem;width:100%}.section6-container .card-layout .card-wrapper .cards h2{color:#fff;font-size:28px;line-height:.98}.section6-container .card-layout .card-wrapper .cards p{color:#fff;font-size:16px;font-weight:500}.section6-container .card-layout .card-wrapper .cards button{background:#fff;border:none;border-radius:2rem;color:#000;font-weight:600;height:40px;width:120px}.section6-container .card-layout .card-wrapper .card-one{background-color:#383850;height:40%}.section6-container .card-layout .card-wrapper .card-two{background:#8a92f5;height:60%}.section6-container .card-layout .card-wrapper .card-three{background:#e6e5e1;color:#000;height:35%}.section6-container .card-layout .card-wrapper .card-four{background:#a0e870;height:35%}.section6-container .card-layout .card-wrapper .card-five{background:#f9d171;color:#000;height:60%}.section6-container .card-layout .card-wrapper .card-six{background:#335346;height:40%}@media screen and (max-width:765px){.section6-container{margin-top:5rem;min-height:-moz-fit-content;min-height:-webkit-fit-content;min-height:fit-content}.section6-container .card-layout{display:flex;flex-direction:column;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;width:90%}.section6-container .card-layout .cards{border-radius:1.5rem;min-height:-moz-fit-content;min-height:-webkit-fit-content;min-height:fit-content}}.container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.container,.header{background-color:#fff}.header{text-align:center;width:100%}.header h1{color:#000;font-size:2.5rem;font-weight:700}.header h2{color:green;font-size:2rem;font-weight:700}.main{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:800px;padding:2rem;width:100%}.product-card{align-items:center;border:1px solid #c9c7c7;border-radius:1rem;display:flex;flex-direction:column;min-height:300px;padding:.5rem}.product-image{background-color:#e5e5e5;border:2px dashed #d1d5db}.product-image,.product-image img{border-radius:.5rem;height:100%;width:100%}.product-image img{object-fit:cover}.product-name{color:#6b7280;font-size:18px;font-weight:600;margin-top:.5rem;text-align:center}.footer{background-color:#fff;padding:1rem 0;text-align:center;width:100%}.footer p{color:#6b7280}@media screen and (max-width:765px){.container{margin-top:10rem}}.section8-container{background:linear-gradient(transparent,rgba(0,144,255,.376) 40%,rgba(0,144,255,.376) 80%,transparent);height:100vh}.section8-container,.section8-container .section8-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.section8-container .section8-wrapper{background-image:url(/static/media/circle-bg.a7b075b8ef4efb298a14.png);background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;position:relative}.section8-container .section8-wrapper .truck-icon{height:100px;width:100px}.section8-container .section8-wrapper .trackon-icon{height:60px;position:absolute;top:10%}.section8-container .section8-wrapper .dtdc-icon{height:50px;left:16%;position:absolute;top:40%}.section8-container .section8-wrapper .tci-icon{height:100px;left:35%;position:absolute;top:60%;width:100px}.section8-container .section8-wrapper .delhivery-icon{height:30px;position:absolute;right:20%;top:50%}@media screen and (max-width:768px){.section8-container .section8-wrapper .truck-icon{height:60px;width:60px}.section8-container .section8-wrapper .trackon-icon{height:50px;top:30%}.section8-container .section8-wrapper .dtdc-icon{height:40px;left:7%}.section8-container .section8-wrapper .tci-icon{height:80px;width:80px}.section8-container .section8-wrapper .delhivery-icon{height:20px;right:5%}}.contact-page{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:16px}.left-section{text-align:center}.left-section,.right-section{padding:16px;width:100%}.message{color:#333;font-size:24px;font-weight:700;line-height:1.5;text-align:left}.contact-item{align-items:center;display:flex;margin-bottom:8px}.icon{height:24px;margin-right:8px;width:24px}.contact-title{color:#333;font-size:16px;font-weight:700}.contact-info{color:#666;font-size:14px;margin-bottom:16px}@media (min-width:768px){.contact-page{flex-direction:row}.left-section{max-width:90%;text-align:left}.left-section,.right-section{padding:32px}}.footer-container{align-items:center;background:#000;display:flex;height:60vh;justify-content:center;margin-top:2rem;width:100%}.footer-container .footer-wrapper{background:#0090ff;border-radius:2rem;display:flex;height:90%;justify-content:space-between;padding:1.5rem;width:95%}.footer-container .footer-wrapper .footer-logo{display:flex;flex-direction:column;width:100%}.footer-container .footer-wrapper .footer-logo img{border-radius:5px;width:50px}.footer-container .footer-wrapper .footer-logo h2{font-size:28px}.footer-container .footer-wrapper .footer-logo p{font-size:25px;font-weight:700;margin-top:2rem;text-transform:uppercase}.footer-container .footer-wrapper .footer-logo input{border:1px solid #000;border-radius:5px;height:40px;margin-top:.5rem;padding:0 1rem;width:100%}.footer-container .footer-wrapper .footer-logo button{background:#000;border:1px solid #000;border-radius:5px;color:#fff;height:40px;margin-top:1rem;width:100px}.footer-container .footer-wrapper .list-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;height:100%;width:100%}.footer-container .footer-wrapper .list-container h3{font-size:22px;font-weight:600}.footer-container .footer-wrapper .list-container ul{display:flex;flex-direction:column;gap:.4rem}.footer-container .footer-wrapper .list-container ul li{font-size:18px;font-weight:700;list-style:none;text-transform:uppercase}@media screen and (max-width:765px){.footer-container{padding:1rem 0}.footer-container,.footer-container .footer-wrapper{min-height:-moz-fit-content;min-height:-webkit-fit-content;min-height:fit-content}.footer-container .footer-wrapper{flex-wrap:wrap;gap:2rem}.footer-container .footer-wrapper .list-container{height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;width:40%}}.contact-container{display:flex;flex-direction:column;gap:3rem;margin-top:5rem}.contact-container .contact-wrapper{background:#a0e870;border-radius:2rem;display:flex;flex-direction:column;height:50vh;justify-content:space-between;margin:0 auto;padding:2rem;width:95%}.contact-container .contact-wrapper h5{font-size:24px}.contact-container .contact-wrapper h2{font-size:5rem;font-weight:8 0}.contact-container .contact-form{display:flex;margin:0 auto;width:90%}.contact-container .contact-form .left{height:100%;width:100%}.contact-container .contact-form .left p{font-size:20px;font-weight:600}.contact-container .contact-form .right{display:flex;flex-direction:column;gap:1rem;height:100%;width:100%}.contact-container .contact-form .right div{border-bottom:1px solid #000;font-size:18px;font-weight:600;padding-bottom:.5rem}@media screen and (max-width:765px){.contact-container .contact-wrapper h2{font-size:12vw}.contact-container .contact-form{flex-direction:column;gap:4rem}.contact-container .contact-form .right div{color:grey}}.about-container{margin-top:5rem;width:100%}.about-container .about-wrapper{margin:0 auto;width:90%}.about-container .about-wrapper h1{font-size:3.2rem;font-weight:700}.about-container .about-wrapper p{color:grey;font-size:18px;font-weight:600}.about-container .about-content{display:flex;gap:2rem;margin-left:auto;margin-right:auto;margin-top:4rem;width:90%}.about-container .about-content .left{width:60%}.about-container .about-content .left img{aspect-ratio:1;border-radius:1rem;width:100%}.about-container .about-content .right{font-size:15.8px;font-weight:600;width:100%}.about-container .mission-container{display:flex;flex-direction:column;gap:1rem;gap:2rem;margin-left:auto;margin-right:auto;margin-top:4rem;width:90%}.about-container .mission-container div{display:flex;flex-direction:column;gap:1rem}.about-container .mission-container div h1{font-size:5rem;line-height:.9}.about-container .mission-container div h1 span{color:grey}.about-container .mission-container div p{font-weight:600;width:50%}@media screen and (max-width:768px){.about-container .about-wrapper h1{font-size:2.5rem}.about-container .about-wrapper p{font-size:16px}.about-container .about-content{flex-direction:column;gap:2rem}.about-container .about-content .left,.about-container .about-content .right{width:100%}.about-container .mission-container{gap:5rem}.about-container .mission-container div h1{font-size:4rem}.about-container .mission-container div p{width:100%}}.gallary-container{background:#f1f1f0;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;padding-bottom:80px;padding-top:80px;width:100%}.gallary-container .gallary-wrapper{background:#fff;border-radius:2rem;display:flex;height:300px;justify-content:space-between;margin:0 auto;padding:2rem;width:95%}.gallary-container .gallary-wrapper div{width:100%}.gallary-container .gallary-wrapper div h2{font-size:2.5rem}.gallary-container .gallary-wrapper div p{width:70%}.gallary-container .gallary-image-container{grid-gap:2rem;align-items:center;background:#e9e8ed;border-radius:2rem;display:flex;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;justify-content:space-between;margin:-50px auto 0;padding:2rem;width:95%}.gallary-container .gallary-image-container img{border-radius:.8rem;transition:all .5s ease;width:100%}.gallary-container .gallary-image-container img:hover{-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .5s ease}@media screen and (max-width:765px){.gallary-container{padding-bottom:50px}.gallary-container .gallary-wrapper{flex-direction:column;gap:2rem;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;padding-bottom:5rem}.gallary-container .gallary-wrapper div{width:100%}.gallary-container .gallary-wrapper div h2{font-size:2rem}.gallary-container .gallary-wrapper div p{width:100%}.gallary-container .gallary-image-container{gap:1rem;grid-template-columns:repeat(1,1fr);padding:1.2rem;z-index:1}}
/*# sourceMappingURL=main.b2f5e750.css.map*/