@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif;text-decoration:none}img{max-width:100%;height:auto}h1{font-size:4rem;font-weight:700;padding-bottom:3px}h2{font-size:2rem;padding-bottom:10px}p{font-size:1.1rem;line-height:1.5;font-weight:500;color:#000}a{color:inherit;text-decoration:none}button{background:transparent;border:3px solid #000;cursor:pointer;padding:10px 25px;border-radius:100px;font-size:.9rem;font-weight:600}button:hover{background:#000;color:#fff}section{min-height:100dvh;padding:0 40px}section.about{min-height:fit-content;height:fit-content;padding:80px 40px;background:#f3f4f6}section.about .aboutWrap{max-width:1200px;margin:0 auto}section.about .aboutWrap .aboutHeader{text-align:center;margin-bottom:60px}section.about .aboutWrap .aboutHeader h2{font-size:2.5rem;margin-bottom:20px;color:#1a1f2c}section.about .aboutWrap .aboutHeader .aboutIntro{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}section.about .aboutWrap .companiesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:40px}section.about .aboutWrap .companiesGrid .companyCard{background:#fff;padding:40px 30px 30px;border-radius:20px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;height:100%}section.about .aboutWrap .companiesGrid .companyCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}section.about .aboutWrap .companiesGrid .companyCard .companyIcon{display:flex;justify-content:center;margin-bottom:25px}section.about .aboutWrap .companiesGrid .companyCard .companyIcon .iconBg{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}section.about .aboutWrap .companiesGrid .companyCard .companyIcon .iconBg.green{background:#8ada7d}section.about .aboutWrap .companiesGrid .companyCard .companyIcon .iconBg.red{background:#ff5a5a}section.about .aboutWrap .companiesGrid .companyCard .companyIcon .iconBg.yellow{background:#ffd15c}section.about .aboutWrap .companiesGrid .companyCard .companyIcon .iconBg svg{width:28px;height:28px}section.about .aboutWrap .companiesGrid .companyCard h3{font-size:1.3rem;margin-bottom:15px;color:#1a1f2c;font-weight:600}section.about .aboutWrap .companiesGrid .companyCard p{color:#666;line-height:1.6;font-size:1rem;margin-bottom:25px}section.about .aboutWrap .companiesGrid .companyCard .cardAction{margin-top:auto;padding-top:10px}section.about .aboutWrap .companiesGrid .companyCard .cardAction a{text-decoration:none}section.about .aboutWrap .companiesGrid .companyCard .cardAction .companyBtn{background:#1a1f2c;border:2px solid #1a1f2c;color:#fff;padding:12px 24px;border-radius:25px;font-size:.9rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase;transition:all .3s ease;width:100%;cursor:pointer}section.about .aboutWrap .companiesGrid .companyCard .cardAction .companyBtn:hover{background:transparent;color:#1a1f2c;border-color:#1a1f2c;transform:translateY(-2px);box-shadow:0 6px 20px #1a1f2c26}.hero{padding:0;background:url(/transport-logistics-products23.png);background-size:cover}.hero .heroWrap{padding:0 40px;display:flex;gap:40px;justify-content:space-between;align-items:center;min-height:100vh;background:#00000065;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero .heroWrap .heroLeft h1,.hero .heroWrap .heroLeft p{color:#fff}.hero .heroWrap .heroImages{display:flex;justify-content:center;align-items:center;gap:10px}.hero .heroWrap .heroImages .heroImage{height:300px;width:280px;border-radius:30px;overflow:hidden;position:relative;padding-top:45px;transition:all .3s ease-in-out}.hero .heroWrap .heroImages .heroImage .content{height:100%}.hero .heroWrap .heroImages .heroImage .imgAction{position:absolute;width:100%;bottom:20px;display:flex;align-items:center;justify-content:center}.hero .heroWrap .heroImages .heroImage .imgAction button{background:#fffffff2;border:2px solid rgba(255,255,255,.9);color:#1a1f2c;padding:12px 24px;border-radius:25px;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.hero .heroWrap .heroImages .heroImage .imgAction button:hover{background:#1a1f2c;color:#fff;border-color:#1a1f2c;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.hero .heroWrap .heroImages .heroImage .contentText{position:absolute;top:18px;left:20px}.hero .heroWrap .heroImages .heroImage .contentText P{font-size:.8rem}.hero .heroWrap .heroImages .heroImage:hover{height:340px;width:300px;transition:all .3s ease-in-out}.desk{display:block}@media screen and (max-width: 600px){section{padding:0 20px}section.about{padding:60px 20px}section.about .aboutWrap .aboutHeader{margin-bottom:40px}section.about .aboutWrap .aboutHeader h2{font-size:2rem}section.about .aboutWrap .aboutHeader .aboutIntro{font-size:1.1rem}section.about .aboutWrap .companiesGrid{grid-template-columns:1fr;gap:25px}section.about .aboutWrap .companiesGrid .companyCard{padding:30px 20px 25px}section.about .aboutWrap .companiesGrid .companyCard .companyIcon{margin-bottom:20px}section.about .aboutWrap .companiesGrid .companyCard .companyIcon .iconBg{width:50px;height:50px}section.about .aboutWrap .companiesGrid .companyCard .companyIcon .iconBg svg{width:24px;height:24px}section.about .aboutWrap .companiesGrid .companyCard h3{font-size:1.2rem}section.about .aboutWrap .companiesGrid .companyCard p{font-size:.95rem;margin-bottom:20px}section.about .aboutWrap .companiesGrid .companyCard .cardAction .companyBtn{padding:10px 20px;font-size:.85rem}.hero .heroWrap{padding:120px 20px 0;display:block;flex-direction:column;gap:40px;min-height:140vh}.hero .heroWrap .heroImgAction{display:flex;align-items:center;flex-direction:column}.hero .heroWrap .heroImgAction .dd{display:flex;gap:20px;padding-bottom:20px}.hero .heroWrap .heroImgAction .dd .imgDots{height:20px;width:20px;background:#fff;border-radius:100px}.hero .heroWrap .heroImages{display:block;position:relative;height:65vh;margin-top:50px;padding-bottom:30px}.hero .heroWrap .heroImages .heroImage{position:absolute}.hero .heroWrap .heroImages .heroImage .imgAction{position:absolute;width:100%;bottom:20px;display:flex;align-items:center;justify-content:center}.hero .heroWrap .heroImages .heroImage .imgAction button{background:#fffffff2;border:2px solid rgba(255,255,255,.9);color:#1a1f2c;padding:10px 20px;border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 3px 12px #0000001a;transition:all .3s ease}.hero .heroWrap .heroImages .heroImage .imgAction button:hover{background:#1a1f2c;color:#fff;border-color:#1a1f2c;transform:translateY(-1px);box-shadow:0 4px 15px #0003}.hero .heroWrap .heroImages .heroImage:nth-child(2){top:0;right:0;z-index:8}.hero .heroWrap .heroImages .heroImage:nth-child(3){top:40px;right:25px;z-index:9}.hero .heroWrap .heroImages .heroImage:nth-child(1){top:80px;right:50px;z-index:10}.hero .heroWrap .heroImages .heroImage:hover{height:300px;width:280px;transition:all .3s ease-in-out}.heroImgAction{margin-bottom:40px}.desk{display:none}}nav{position:fixed;top:0;left:0;width:100%;z-index:10000}nav .navWrap{display:flex;justify-content:space-between;align-items:center;padding:20px 40px}nav .navWrap .logo{width:120px}nav .navWrap .extra{display:flex;align-items:center}nav .navWrap .extra .links{display:flex;gap:30px;margin-right:20px;cursor:pointer;color:#fff}nav .navWrap .extra .links p{text-decoration:none;font-size:16px;font-weight:500;transition:all .3s ease;color:#fff}nav .navWrap .extra .links p:hover{color:#acacac;transform:scale(1.05)}nav .navWrap .extra .actions .searchBox{background:#fff;display:flex;align-items:center;padding:8px;border-radius:100px}nav.scrolled{background-color:#1a1f2c;box-shadow:0 2px 10px #0000001a;transition:all .8s ease}nav.scrolled p{color:#fff}footer{padding:60px 40px 0;background-color:#1a1f2c}footer .footerWrap{display:grid;grid-template-areas:"a b c" "d d d";grid-template-columns:1fr 1fr 1fr;gap:40px;row-gap:40px}footer .footerContent:nth-child(1){grid-area:a}footer .footerContent:nth-child(1) .logo{width:120px;margin-bottom:20px}footer .footerContent:nth-child(2){grid-area:b}footer .footerContent:nth-child(3){grid-area:c}footer .footerContent:nth-child(4){grid-area:d;text-align:center;padding:40px 0;border-top:2px solid rgba(128,128,128,.37)}footer .footerContent:nth-child(4) p{opacity:.5}footer .fooLinks p{padding:0 0 10px;font-weight:500;font-size:.9rem}footer .fooLinks .title{font-size:1.2rem;margin-bottom:20px;font-weight:600}footer .fooLinks.fooLink:nth-child(0) p{opacity:.6}footer p{color:#fff;font-size:.9rem}.mobile{display:none}@media screen and (max-width: 600px){.mobile{display:block}nav .navWrap{display:flex;justify-content:space-between;align-items:center;padding:20px}nav .navWrap .extra{display:none}nav .menuList{position:fixed;top:12vh;left:0;width:100%;background-color:#1a1f2c;display:flex;flex-direction:column;gap:20px;padding:40px 20px 50px;color:#fff}nav .menuList p{color:#fff}nav.scrolled{background-color:#1a1f2c;box-shadow:0 2px 10px #0000001a;transition:all .8s ease}nav.scrolled p{color:#fff}footer{padding:60px 20px 0;background-color:#1a1f2c}footer .footerWrap{display:flex;flex-direction:column}}
