@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap);body{box-sizing:border-box;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0}:root{--ffff:#fff;--grey:#666;--tags:#f3f3f3;--bg-white:#f5f5f5;--black:#000;--light-black:#141414;--blue:#054c73;--padding-Y:4rem;--padding-X:9rem}.flex,.flex-col{align-items:center;display:flex;justify-content:center}.flex-col{flex-direction:column}.flex-between{align-items:center;display:flex;justify-content:space-between}.App{width:100%}.app-wrapper{max-width:1600px;width:100%}*{scrollbar-color:#8e8e8e #fff;scrollbar-width:thin}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}::-webkit-scrollbar-track:active,::-webkit-scrollbar-track:hover{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#8e8e8e;border-radius:20px}::-webkit-scrollbar-thumb:hover{background-color:#878787}::-webkit-scrollbar-thumb:active{background-color:#8e8e8e}footer{background-color:#0f0f0f;box-sizing:border-box;color:var(--ffff);width:100%}.footer-head{align-items:center;gap:6rem;margin-bottom:3rem;padding:5rem 7rem}.footer-head-text{width:50%}.footer-head-text h1{font-size:2rem;font-weight:700;margin:0 0 1rem}.footer-head-text p{color:var(--bg-white);font-size:1rem;margin:0}.footer-head-icons{gap:1rem;width:50%}.footer-head-icons div{background-color:var(--ffff);border:1px solid #000;border-radius:3rem;color:var(--black);cursor:pointer;gap:1rem;height:1rem;padding:1rem;width:9.5rem}.footer-head-icons p{font-size:.7rem;font-weight:600;margin:0}.footer-head-icons h2{font-size:1rem;margin:0}.line{border-top:1px solid var(--grey);padding:1rem}.bottom-footer,.line{box-sizing:border-box;width:100%}.bottom-footer{justify-content:space-between;padding:1rem 3rem}.footer-links ul{gap:1rem}.footer-links li{list-style:none}.footer-links a{color:var(--grey);font-size:1.1rem;font-weight:500;text-decoration:none}.footer-icons{gap:1rem}.footer-icons span{background-color:#272727;border-radius:50%;height:1.5rem;padding:.5rem;transition:all;transition-duration:.5s;width:1.5rem}.footer-icons span:hover{background-color:var(--bg-white);color:var(--black)}@media (max-width:575px){.footer-head{box-sizing:border-box;flex-direction:column;gap:3rem;justify-content:flex-start;padding:4rem 1rem}.footer-head div{width:90%}.footer-links ul{display:none}.bottom-footer{flex-direction:column;gap:2rem;padding:1rem}.footer-head-icons{flex-wrap:wrap}}@media (min-width:575px) and (max-width:767px){.footer-head{flex-direction:column;gap:3rem;justify-content:flex-start;padding:2rem}.footer-head div{width:100%}.footer-links ul{display:none}}@media (min-width:767px) and (max-width:991px){.footer-head{gap:4rem;padding:4rem}.footer-head-icons{flex-wrap:wrap}.bottom-footer{padding:1rem 2rem}.footer-links ul{gap:.5rem}.footer-links a{font-size:1rem}.footer-icons{gap:.5rem}}#car-brand{box-sizing:border-box;position:relative}.grid-parent{overflow:hidden;width:90%}.grid-text{padding-left:3rem;padding-right:3rem}.rent-by-group{grid-gap:1rem;align-items:center;border-radius:3rem;display:grid;gap:1rem;grid-template-columns:repeat(6,1fr);justify-content:center;padding:3rem;width:-webkit-max-content;width:max-content}.rent-by-group div{background-color:var(--bg-white);border:2px solid transparent;border-radius:1rem;gap:2rem;height:8rem;padding:1rem;transition:all;transition-duration:.5s;width:10rem}.rent-by-group div:hover{border:2px solid var(--black)}.rent-by-group div h6{font-size:.8rem;margin:0}.grid-one{margin-top:8rem}#car-brand form{align-items:flex-end;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#e7e7e7a9;border-radius:1rem;box-shadow:0 0 20px #000;gap:4rem;height:6rem;padding:2rem;position:absolute;top:-5rem}#car-brand form label{justify-content:flex-start}#car-brand form label p{color:var(--light-black);font-size:1rem;font-weight:600}#car-brand input,#car-brand select{border:3px solid transparent;border-radius:.4rem;box-sizing:initial;color:var(--grey);font-size:1rem;font-weight:600;height:2rem;opacity:1;padding:.5rem;width:12rem}#car-brand input:focus,#car-brand input:hover,#car-brand select:focus,#car-brand select:hover{border:3px solid #0673f8;outline:none}#car-brand form button{background-color:var(--light-black);border:2px solid transparent;border-radius:1.5rem;color:var(--ffff);cursor:pointer;font-size:.9rem;font-weight:600;gap:.5rem;height:3rem;padding:1rem;transition:all;transition-duration:.5s;width:10.5rem}#car-brand form button:hover{background-color:var(--ffff);border:2px solid var(--light-black);color:var(--light-black)}.grid-text span{cursor:pointer;font-size:1rem;font-weight:600;gap:.5rem;transition:all;transition-duration:.5s}.grid-text span:hover{color:var(--blue)}.grid-text span:hover .arrow{scale:1.1;transition:all;transition-duration:.5s}.grid-text h4{font-size:1.3rem}.all-cars{background-color:var(--light-black);border:2px solid transparent;border-radius:1.5rem;color:var(--ffff);font-size:1rem;font-weight:550;gap:.5rem;height:3rem;margin-top:3rem;padding:1rem 2rem;text-transform:capitalize;transition:all;transition-duration:.5s}.all-cars:hover{background-color:var(--ffff);border:2px solid var(--light-black);color:var(--light-black)}@media (max-width:575px){#car-brand form{flex-wrap:wrap;gap:.5rem;height:-webkit-max-content;height:max-content;padding:1rem;width:85%}.grid-one{margin-top:28rem}.grid-parent{justify-content:center;width:100%}.rent-by-group{border-radius:3rem;gap:.2rem;grid-template-columns:repeat(2,1fr);margin:2;padding:.5rem}.rent-by-group div{align-items:center;border-radius:1rem;box-sizing:border-box;display:flex;gap:.2rem;height:6rem;justify-content:center;margin:0;padding:.2rem}.grid-text{padding-left:1rem;padding-right:1rem}}@media (min-width:575px) and (max-width:767px){#car-brand form{flex-wrap:wrap;gap:1rem;height:-webkit-max-content;height:max-content;padding:1rem;width:90%}.grid-one{margin-top:17rem}.grid-parent{width:90%}.rent-by-group{border-radius:3rem;gap:.2rem;grid-template-columns:repeat(4,1fr);padding:1rem}.rent-by-group div{border-radius:1rem;box-sizing:border-box;gap:.5rem;height:7rem;padding:.5rem;width:7.4rem}.grid-text{padding-left:1rem;padding-right:1rem}}@media (min-width:767px) and (max-width:991px){#car-brand form{flex-wrap:wrap;gap:1rem;height:-webkit-max-content;height:max-content;padding:1rem;width:90%}.grid-one{margin-top:17rem}.grid-parent{width:90%}.rent-by-group{border-radius:3rem;gap:.2rem;grid-template-columns:repeat(6,1fr);padding:1rem}.rent-by-group div{border-radius:1rem;box-sizing:border-box;gap:.5rem;height:7rem;padding:.5rem;width:6.8rem}.grid-text{padding-left:1rem;padding-right:1rem}}@media (min-width:991px) and (max-width:1200px){#car-brand form{flex-wrap:wrap;gap:1rem;height:-webkit-max-content;height:max-content;padding:1rem;width:90%}.grid-one{margin-top:17rem}.grid-parent{width:90%}.rent-by-group{border-radius:3rem;gap:.2rem;grid-template-columns:repeat(6,1fr);padding:1rem}.rent-by-group div{border-radius:1rem;box-sizing:border-box;gap:1rem;height:8rem;padding:.5rem;width:9rem}}@media (min-width:991px) and (max-width:1300px){#car-brand form{gap:1rem;padding:2rem}}#hero{background-size:cover;display:flex;height:50rem;justify-content:center;object-fit:cover;position:relative;width:100%}#hero,#hero:before{background-image:url(/static/media/main.fb5ba6ad0ad9000f5caa.jpg);background-repeat:no-repeat}#hero:before{background-position:50%;background-size:contain;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}#hero h1{color:var(--ffff);font-size:4rem;font-weight:800;text-align:center;text-transform:capitalize;width:70%}@media (max-width:575px){#hero{height:90vh}#hero h1{font-size:2rem;text-align:left;width:90%}}@media (min-width:575px) and (max-width:767px){#hero{height:90vh}#hero h1{font-size:2rem;text-align:left;width:90%}}@media (min-width:767px) and (max-width:991px){#hero{height:40rem}#hero h1{font-size:3rem}}@media (min-width:991px) and (max-width:1200px){#hero h1{font-size:3rem}}#hiw{background-color:var(--ffff);max-width:1600px}.hiw-head{margin-top:5rem}.hiw-body{margin-bottom:5rem}.hiw-head h1{font-size:2.5rem;font-weight:800;margin:0 0 1rem}.hiw-head h5{font-size:1rem;font-weight:500;margin:0 0 3rem}.hiw-img{background-color:var(--bg-white);border-radius:2rem;margin-left:10rem;padding:5rem;position:relative;width:50rem;z-index:9}.hiw-img img{margin-left:20rem}.hiw-tags{left:2rem;margin-left:10rem;position:absolute;z-index:10}.hiw-tag{background-color:var(--ffff);border:.5px solid rgba(0,0,0,.322);border-radius:1rem;box-shadow:0 0 5px #000;gap:1rem;justify-content:flex-start;margin:1rem;padding:1rem;width:30rem}.hiw-icon{background-color:var(--bg-white);border-radius:1rem;padding:1rem}.hiw-text h6{color:var(--grey);margin:0}.hiw-text h2{margin:0 0 1.5rem}@media (max-width:575px){#hiw{padding:0 1rem}.hiw-img img{height:15rem;margin:0;width:23rem}.hiw-img{margin:0;padding:0}.hiw-body,.hiw-img,.hiw-tags{align-items:center;display:flex;justify-content:center;position:static;width:100%}.hiw-body,.hiw-tags{flex-direction:column;margin-left:0}.hiw-tags{gap:.5rem}.hiw-body{flex-direction:column-reverse}.hiw-tag{margin:0;width:90%}.hiw-tag h2{font-size:1.1rem;margin:0}}@media (min-width:575px) and (max-width:767px){#hiw{padding:0 1rem}.hiw-img img{height:20rem;margin:0;width:28rem}.hiw-img{margin:0;padding:0}.hiw-body,.hiw-img,.hiw-tags{align-items:center;display:flex;justify-content:center;position:static;width:100%}.hiw-body,.hiw-tags{flex-direction:column;margin-left:0}.hiw-tags{gap:.5rem}.hiw-body{flex-direction:column-reverse}.hiw-tag{margin:0}.hiw-tag h2{font-size:1.1rem;margin:0}}@media (min-width:767px) and (max-width:991px){#hiw{padding:0 2rem}.hiw-img img{height:20rem;margin-left:10rem;width:30rem}.hiw-img{margin-left:10rem;padding:3rem;width:90%}.hiw-tags{left:2rem;margin-left:0}.hiw-tag{width:20rem}.hiw-tag h2{font-size:1.1rem;margin:0}}@media (min-width:991px) and (max-width:1200px){#hiw{padding:0 2rem}.hiw-img img{height:25rem;margin-left:10rem;width:35rem}.hiw-img{margin-left:10rem;padding:3rem;width:90%}.hiw-tags{left:2rem;margin-left:0}}#collection{background-color:var(--bg-white);padding:5rem}.collection-head h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.collection-head h6{font-size:1rem;margin:0 0 4rem}.collection-img{border-radius:2rem;height:11rem;width:18rem}.collection-body{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);justify-content:center}.collection-item{background-color:var(--ffff);border:3px solid transparent;border-radius:2rem;gap:.5rem;padding:1rem;position:relative;transition:all;transition-duration:.5s}.collection-item:hover{border:3px solid var(--light-black)}.collection-item h4{margin:.8rem 0}.collection-item span{gap:.4rem;justify-content:flex-start}.collection-item span h4{font-size:1.8rem;font-weight:800;margin:0}.collection-item span p{color:var(--grey);font-size:.8rem;font-weight:700}.collection-info{background-color:var(--bg-white);border-radius:1rem;color:var(--grey);justify-content:space-between;padding:.7rem}.collection-info span p{margin:0}.collection-item button{background-color:var(--ffff);border:2px solid var(--light-black);border-radius:1.5rem;color:var(--light-black);cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:1rem;padding:.7rem;transition:all;transition-duration:.5s;width:100%}.collection-item button:hover{background-color:var(--light-black);border:2px solid transparent;color:var(--ffff)}.all-cars{cursor:pointer}#collection a{text-decoration:none}@media (max-width:575px){#collection{padding:1rem}.collection-img{height:12rem;width:18rem}.collection-head h1{font-size:2rem}.collection-body{gap:.2rem;padding:1rem;width:90%}.collection-item{padding:.5rem}.collection-body{grid-template-columns:repeat(1,1fr)}.collection-item button{font-size:1rem;height:2.5rem}}@media (min-width:575px) and (max-width:767px){#collection{padding:1rem}.collection-img{height:10rem;width:14rem}.collection-head h1{font-size:2rem}.collection-body{gap:1rem}.collection-item{height:20rem;padding:.5rem}.collection-body{grid-template-columns:repeat(2,1fr)}.collection-item{height:25rem}.collection-item button{font-size:1rem;height:2rem}}@media (min-width:767px) and (max-width:991px){#collection{padding:3rem}.collection-img{height:10rem;width:18rem}.collection-head h1{font-size:2rem}.collection-body{gap:1rem}.collection-item{padding:.5rem}.collection-body{grid-template-columns:repeat(2,1fr)}}@media (min-width:991px) and (max-width:1200px){.collection-img{height:10rem;width:18rem}.collection-head h1{font-size:2rem}.collection-body{gap:1rem}.collection-item{padding:.5rem}}#services{background-color:#0f0f0f;color:var(--ffff);padding:5rem 8rem}.services-head{gap:1rem;margin-bottom:5rem}.services-head h1{font-size:2rem;font-weight:700;margin:0}.services-head h5{font-size:1rem;font-weight:500;margin:0}.services-body{gap:2rem}.services-body span{background-color:var(--ffff);border-radius:50%;box-sizing:border-box;color:var(--black);height:3rem;padding:.5rem;width:3rem}.services-body h4{margin:1rem}.services-body p{margin:0;text-align:center}@media (max-width:575px){#services{padding-left:2rem;padding-right:2rem}.services-body{flex-direction:column}.services-head h1{font-size:1.8rem}}@media (min-width:575px) and (max-width:767px){#services{padding-left:2rem;padding-right:2rem}.services-body{flex-direction:column}}@media (min-width:767px) and (max-width:991px){#services{padding-left:3rem;padding-right:3rem}}@media (min-width:991px) and (max-width:1200px){#services{padding-left:5rem;padding-right:5rem}}#say{background-color:var(--white);padding:5rem 8rem}.say-head{justify-content:space-between}.say-head h1{font-size:2rem;font-weight:800}.say-head div{gap:.5rem}.say-head button{background-color:var(--black);border:2px solid transparent;border-radius:50%;color:var(--ffff);height:3rem;padding:.5rem;transition:all;transition-duration:.5s;width:3rem}.say-head button:hover{background-color:var(--ffff);border:2px solid var(--black);color:var(--black)}.say-body{display:flex;gap:1rem;height:-webkit-max-content;height:max-content;overflow-x:scroll;overflow-y:hidden;padding:1rem 10rem;scroll-behavior:smooth;width:-webkit-max-content;width:max-content}.say-body::-webkit-scrollbar,.slider-parent::-webkit-scrollbar{-ms-overflow-style:none;display:none;scrollbar-width:none}.slider-parent{height:-webkit-max-content;height:max-content;overflow:auto;scroll-behavior:smooth;width:100%}.single-quote{align-items:flex-start;background-color:var(--bg-white);border:2px solid var(--black);color:var(--black);display:flex;flex-direction:column;height:15rem;padding:2rem;position:relative;width:25rem}.testimonial{color:var(--grey);font-size:1rem;height:-webkit-max-content;height:max-content;margin:0;max-width:100%}.single-quote div{bottom:2rem;position:absolute}.single-quote div span{gap:.5rem;justify-content:flex-start;padding:0}.single-quote h6{font-size:1.15rem;font-weight:700;margin:0 0 .5rem}.single-quote h5{color:var(--black);font-size:1.1rem;font-weight:700;margin:0}@media (max-width:575px){#say{padding-left:1rem;padding-right:1rem}.single-quote{height:20rem;padding:.8rem;width:13rem}.say-head h1{font-size:1.2rem}.say-head button{height:2rem;width:2rem}.say-body{gap:.5rem}.single-quote h6{font-size:1rem}.single-quote h5{font-size:.9rem}.single-quote p{height:10rem;padding:.5rem}.testimonial{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}}@media (min-width:575px) and (max-width:767px){#say{padding-left:2rem;padding-right:2rem}.single-quote{height:18rem;padding:.8rem;width:13rem}.say-head h1{font-size:1.5rem}.say-head button{height:2rem;width:2rem}}@media (min-width:767px) and (max-width:991px){#say{padding-left:3rem;padding-right:3rem}.single-quote{height:22rem;padding:.8rem;width:15rem}}@media (min-width:991px) and (max-width:1200px){#say{padding-left:5rem;padding-right:5rem}}#not-found{font-size:3rem;font-weight:800;height:35rem;width:100%}#about{box-sizing:border-box;color:var(--black);padding:5rem 7rem}#about h1{font-size:3rem}#about h2{font-size:1.5rem}#about p{color:var(--grey);font-size:1rem}#about li{color:var(--grey);margin:.8rem 0}@media (max-width:575px){#about{padding:4rem 1rem}#about h1{font-size:2.5rem}}@media (min-width:575px) and (max-width:767px){#about{padding:4rem 3rem}#about h1{font-size:2.5rem}}@media (min-width:767px) and (max-width:991px){#about{padding:4rem 5rem}}@media (min-width:991px) and (max-width:1200px){#about{padding:4rem 6rem}}#contact{box-sizing:border-box;color:var(--black);padding:5rem 7rem}#contact h1{font-size:3rem;text-align:center;width:100%}#contact h2{font-size:2rem}#contact h3{font-size:1.5rem}#contact p{color:var(--grey)}.phone-no{color:var(--blue);font-size:1rem;font-weight:600;text-decoration:none}.download{color:var(--grey)}.download:hover{color:var(--blue)}@media (max-width:575px){#contact{padding:4rem 1rem}#contact h1{font-size:2.5rem}}@media (min-width:575px) and (max-width:767px){#contact{padding:4rem 3rem}#contact h1{font-size:2.5rem}}@media (min-width:767px) and (max-width:991px){#contact{padding:4rem 5rem}}@media (min-width:991px) and (max-width:1200px){#contact{padding:4rem 6rem}}#rent{padding:5rem 7rem}#rent h1{font-size:3rem}.rent-collection{margin-top:2rem;width:80%}.tags{flex-wrap:wrap;gap:1rem}.tags span{cursor:pointer;transition:all;transition-duration:.5s}.tag-nomatch,.tags span{border:3px solid var(--black);border-radius:3rem;font-size:1rem;font-weight:500;padding:.5rem}.tag-nomatch{background-color:var(--bg-white);color:var(--black)}.tag-match{background-color:var(--black);color:var(--bg-white)}@media (max-width:575px){#rent{padding:4rem 1rem}#rent h1{font-size:2.5rem}}@media (min-width:575px) and (max-width:767px){#rent{padding:4rem 3rem}#rent h1{font-size:2.5rem}}@media (min-width:767px) and (max-width:991px){#rent{padding:4rem 5rem}}@media (min-width:991px) and (max-width:1200px){#rent{padding:4rem 6rem}}nav{align-items:center;background-color:#000;box-sizing:border-box;color:var(--ffff);display:flex;height:3rem;justify-content:space-evenly;justify-content:space-between;padding:3rem;width:100%}nav img{height:10rem;width:10rem}nav div{background-color:initial;border:2px solid var(--ffff);border-radius:3rem;color:var(--ffff);cursor:pointer;font-size:1rem;font-weight:600;padding:.5rem;transition:all;transition-duration:.5s}nav div:hover{background-color:var(--ffff);color:var(--black)}nav span{border-radius:.5rem;padding:.3rem;transition:all;transition-duration:.5s}nav span:hover{background-color:var(--ffff);color:var(--black)}.nav-links{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#e7e7e7cc;left:70%;position:fixed;right:0;top:0;z-index:12}.nav-links ul{gap:2rem;height:100vh}.nav-links ul li{list-style:none}.nav-links a{border-bottom:4px solid transparent;color:var(--black);font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links a:hover{border-bottom:4px solid var(--black)}.nav-show{-webkit-transform:translateX(0);transform:translateX(0)}.nav-hide,.nav-show{transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.nav-hide{-webkit-transform:translateX(100%);transform:translateX(100%)}.nav-close{color:var(--black);position:absolute;right:2rem;top:2rem}@media (max-width:575px){.nav-links{left:0}nav{padding:3rem 1rem}nav div{display:none}}@media (min-width:575px) and (max-width:767px){.nav-links{left:40%}nav{padding:3rem 2rem}nav div{display:none}}@media (min-width:767px) and (max-width:991px){.nav-links{left:50%}}
/*# sourceMappingURL=main.12f1fb58.css.map*/