.car-card{background-color:#fff;border:1px solid #00000080;border-radius:4px;flex-direction:column;display:flex}.car-card .car-card-image{object-fit:cover;object-position:center;height:240px}.car-card .car-card-info{flex-direction:column;gap:16px;padding:16px;display:flex}.car-card .car-card-info .car-card-info-name{font-size:var(--font-paragraphs);text-transform:capitalize;font-weight:400}.car-card .car-card-info .car-card-info-specs{flex-direction:row;justify-content:space-between;display:flex}.car-card .car-card-info .car-card-info-specs .car-card-info-specs-txt{font-size:var(--font-paragraphs);flex-direction:row;align-items:center;gap:8px;display:flex}.car-card .car-card-info .car-card-info-specs .car-card-info-specs-txt .car-card-info-specs-icon{height:var(--icon-sizes);width:fit-content}.car-card .car-card-cta{font-size:var(--font-paragraphs);text-transform:lowercase;cursor:pointer;border-top:1px solid #00000080;flex-direction:row;justify-content:space-between;padding:8px 16px;font-weight:400;transition:all .4s ease-in;display:flex}.car-card .car-card-cta img{height:var(--icon-sizes)}.car-card .car-card-cta:hover{color:#000;cursor:pointer;background-color:#f2f2f2}
.home-route .home-route-header{padding:var(--padding-wrapper);background-color:#0000;background-image:linear-gradient(#00000059,#00000059),url(/media/test03.webp);background-position:0 0,0 0;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;display:flex}@media (max-width:744px){.home-route .home-route-header{height:100vh}}@media (min-width:1204px){.home-route .home-route-header{height:70vh}}.home-route .home-route-header .home-route-header-wrapper{flex-direction:column;gap:32px;height:100%;display:flex}@media (max-width:744px){.home-route .home-route-header .home-route-header-wrapper{justify-content:flex-end}}@media (min-width:1204px){.home-route .home-route-header .home-route-header-wrapper{justify-content:center}}.home-route .home-route-header .home-route-header-wrapper .home-route-header-wrapper-heading{font-size:var(--font-heading);color:#fff;font-weight:400}.home-route .home-route-header .home-route-header-wrapper .home-route-header-wrapper-subheading{color:#fff;font-size:var(--font-paragraphs)}.home-route .home-about{padding:var(--padding-wrapper);background-color:#e3e3e3;flex-direction:column;display:flex}@media (max-width:744px){.home-route .home-about{gap:32px}}@media (min-width:1024px){.home-route .home-about{justify-content:space-between;height:30vh;display:flex}}.home-route .home-about .home-about-heading{font-size:var(--font-paragraphs)}.home-route .home-about .home-about-wrapper{display:flex}@media (max-width:744px){.home-route .home-about .home-about-wrapper{flex-direction:column;gap:32px}}@media (min-width:1024px){.home-route .home-about .home-about-wrapper{flex-direction:row;gap:32px}}.home-route .home-about .home-about-wrapper .home-about-wrapper-info{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.home-route .home-about .home-about-wrapper .home-about-wrapper-info .home-about-wrapper-info-title{font-size:var(--font-paragraphs);flex-direction:row;align-items:center;gap:16px;display:flex}.home-route .home-about .home-about-wrapper .home-about-wrapper-info .home-about-wrapper-info-title img{height:var(--icon-sizes)}.home-route .home-about .home-about-wrapper .home-about-wrapper-info .home-about-wrapper-info-par{font-size:var(--font-paragraphs)}.home-route .home-route-main{min-height:100vh;padding:var(--padding-wrapper);flex-direction:column;gap:48px;display:flex}.home-route .home-route-main .home-route-main-heading{font-size:var(--font-paragraphs);text-transform:capitalize;font-weight:400}@media (max-width:744px){.home-route .home-route-main .home-route-main-listing{flex-direction:column;gap:16px;display:flex}}@media (min-width:1024px){.home-route .home-route-main .home-route-main-listing{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}}
