@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lavishly+Yours&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}section.banner{width:100%;height:100vh;position:relative}section.banner img{width:100%;height:100%;object-fit:cover}section.banner .bg{position:absolute;width:100%;height:100%;top:0;left:0;padding:10px 100px;display:flex;flex-direction:column;align-items:center;justify-content:center}section.banner .bg .navbar{width:100%;display:flex;align-items:center;justify-content:space-between;height:40px;position:absolute;top:10px;padding:0 100px}section.banner .bg .navbar img{width:100px;object-fit:contain}section.banner .bg .navbar .menu{width:50%;display:flex;align-items:center;justify-content:flex-end;gap:20px}section.banner .bg .navbar .menu a{text-decoration:none;color:#fff;font-size:.9rem}section.banner .bg .navbar .menu a:hover{color:#ef3e44}section.banner .bg .box{width:calc(100% - 50px);height:fit-content;min-height:150px;background:#fff9;box-shadow:0 20px 40px #0000001f;padding:1rem;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}section.banner .bg .box .form_group{width:100%;display:flex;flex-direction:column}section.banner .bg .box .form_group label{color:#000;font-size:.85rem;font-weight:500;margin-bottom:8px}section.banner .bg .box .form_group input{border:1px solid #e4e4e4;height:35px;border-radius:5px;padding:0rem .5rem;background:transparent;outline:none;background:#ffffff5e;min-width:100%}section.banner .bg .box .form_group2{display:flex;flex-direction:column}section.banner .bg .box .form_group2 label{margin-bottom:8px;font-size:.8rem}section.banner .bg .box .form_group2 button{width:100px;height:35px;border:none;outline:none;background:#ef3e44;color:#fff;font-weight:500;border-radius:5px;cursor:pointer}section.banner .bg .box .form_group2 button:hover{background:#c72c31}@media(max-width:900px){section.banner .bg{padding:10px}section.banner .bg .navbar{padding:10px}section.banner .bg .box{width:100%}}@media(max-width:760px){section.banner .bg .box{flex-direction:column}section.banner .bg .box .form_group2{width:100%;margin-top:.5rem}section.banner .bg .box .form_group2 label{display:none}section.banner .bg .box .form_group2 button{width:100%}}section.services{width:100%;height:fit-content;padding:10px 100px;margin-top:2rem}section.services h1{color:#ef3e44;font-size:1.8rem;font-weight:600;margin-bottom:15px}section.services p{color:#474747;font-size:.85rem;text-align:justify;line-height:1.2rem}section.services .wrapper{width:100%;display:flex;flex-wrap:wrap;gap:20px;margin-top:4rem}section.services .wrapper .card{width:48%;height:fit-content;padding:.5rem;border:1px solid #e4e4e4;border-radius:5px;display:flex;align-items:center;gap:10px}section.services .wrapper .card .left{width:130px;height:130px;overflow:hidden}section.services .wrapper .card .left img{width:100%;height:100%;object-fit:cover;border-radius:5px;transition:all .8s ease-in-out}section.services .wrapper .card .left img:hover{transform:scale(1.5)}section.services .wrapper .card .right{width:calc(100% - 130px)}section.services .wrapper .card .right h2{color:#000;font-size:1rem;margin-bottom:5px}section.services .wrapper .card .right p{font-size:.8rem;margin:4px 0;line-height:1rem}section.services .wrapper .card .right button{background:#000;border:none;outline:none;height:33px;width:100px;margin-top:10px;color:#fff;border-radius:5px;display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}@media(max-width:900px){section.services{padding:10px}}@media(max-width:750px){section.services .wrapper{flex-direction:column}section.services .wrapper .card{width:100%}}@media(max-width:500px){section.services{padding:10px;margin-top:2rem}section.services h1{font-size:1.5rem}section.services p{line-height:1.3rem}section.services .wrapper{flex-direction:column;margin-top:2rem}section.services .wrapper .card{width:100%;flex-direction:column;height:fit-content;padding:.8rem}section.services .wrapper .card .left{width:100%;height:200px}section.services .wrapper .card .right{width:100%}section.services .wrapper .card .right h2{font-size:1rem;margin-bottom:10px}section.services .wrapper .card .right p{line-height:1.2rem;margin-bottom:15px}}section.why{width:100%;height:fit-content;padding:10px 100px;margin-top:4rem}section.why h1{color:#000;font-size:1.8rem;font-weight:600;margin-bottom:15px}section.why p{color:#474747;font-size:.85rem;text-align:justify;line-height:1rem}section.why .wrapper{width:100%;display:flex;flex-wrap:wrap;gap:10px;margin-top:4rem}section.why .wrapper .card{width:25%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem}section.why .wrapper .card .icon{width:80px;border-radius:5px;background:#ef3e44;display:flex;align-items:center;justify-content:center;height:80px}section.why .wrapper .card .icon i{font-size:3rem;color:#fff}section.why .wrapper .card h3{font-size:1rem;margin-top:.8rem;font-weight:600;text-align:center}section.why .wrapper .card p{color:#474747;font-size:.8rem;margin-top:.8rem;text-align:center}section.why .wrapper .card1{width:23%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem}section.why .wrapper .card1 .icon{width:80px;border-radius:5px;background:#000;display:flex;align-items:center;justify-content:center;height:80px}section.why .wrapper .card1 .icon i{font-size:3rem;color:#fff}section.why .wrapper .card1 h3{font-size:1rem;margin-top:.8rem;font-weight:600;text-align:center}section.why .wrapper .card1 p{color:#474747;font-size:.8rem;margin-top:.8rem;text-align:center}@media(max-width:900px){section.why{padding:10px}section.why .wrapper{flex:wrap;gap:30px;margin-top:2rem}section.why .wrapper .card{width:49%}section.why .wrapper .card1{width:49%}}@media(max-width:750px){section.why{padding:10px;margin-top:2rem}section.why h1{font-size:1.5rem}section.why p{line-height:1.3rem}section.why .wrapper{flex:wrap}section.why .wrapper .card{width:100%}section.why .wrapper .card1{width:100%}}.copy{width:100%;background:#f5f5f5;font-size:.8rem;padding-bottom:1rem}footer{width:100%;margin-top:5rem;height:fit-content;padding:40px 100px 20px;background:#f5f5f5;display:flex;gap:10px}footer .col1{width:50%;padding-right:1rem}footer .col1 img{width:100px;object-fit:contain;margin-bottom:8px}footer .col1 p{color:#474747;font-size:.8rem;line-height:1.2rem;text-align:justify}footer .col2{width:25%;height:fit-content;display:flex;flex-direction:column}footer .col2 h5{color:#000;font-weight:600;font-size:.9rem;margin-bottom:10px}footer .col2 a{text-decoration:none;font-size:.85rem;margin-bottom:10px;color:#474747;display:flex;align-items:center;gap:5px;width:fit-content}footer .col2 a:hover{color:#ef3e44}@media(max-width:900px){footer{padding:10px}}@media(max-width:700px){footer{padding:40px 10px 10px;flex-direction:column;gap:20px}footer .col1{width:100%}footer .col1 p{text-align:justify}footer .col2{width:100%}}section.newsletter{width:100%;height:400px;padding:10px 100px;margin-top:8rem}section.newsletter .wrap{width:100%;height:100%;position:relative}section.newsletter img{width:100%;height:100%;object-fit:cover;border-radius:30px;position:relative}section.newsletter .bg{position:absolute;width:100%;height:100%;border-radius:30px;background:#0000004d;top:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff}section.newsletter .bg h4{font-size:2rem;color:#fff;font-weight:600;margin-bottom:10px}section.newsletter .bg p{color:#fff;font-size:.85rem;opacity:.9;text-align:center}section.newsletter .bg .form_group{margin-top:1rem;display:flex}section.newsletter .bg .form_group input{width:300px;height:40px;background:#fff9;padding:0 1rem;border-radius:5px 0 0 5px/5px 0px 0px 5px;border:1px solid #e4e4e4;outline:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-right:none}section.newsletter .bg .form_group button{background:#ef3e44;color:#fff;border:none;outline:none;width:100px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;border-right:1px solid #e4e4e4;border-top-right-radius:5px;border-bottom-right-radius:5px;cursor:pointer}@media(max-width:900px){section.newsletter{padding:10px}}@media(max-width:500px){section.newsletter{padding:10px;margin-top:2rem;height:350px}section.newsletter .bg h4{font-size:1.2rem}section.newsletter .bg .form_group input{width:200px}section.newsletter .bg .form_group button{width:80px}}section.feedback{width:100%;height:100vh;background:#fbfbfb;margin-top:10rem;padding:50px 100px}section.feedback h1{color:#000;text-align:center;margin-bottom:10px;font-weight:600}section.feedback p{font-size:.85rem;text-align:center;color:#474747}section.feedback .wrapper{width:100%;display:flex;flex-wrap:wrap;gap:30px;margin-top:5rem}section.feedback .wrapper .card{width:48%;height:fit-content;background:#fff;padding:1rem;border-radius:10px;box-shadow:#959da533 0 8px 24px}section.feedback .wrapper .card i{color:#ef3e44;font-size:3rem}section.feedback .wrapper .card .rate{width:fit-content;display:flex;align-items:center;gap:2px}section.feedback .wrapper .card .rate i{color:orange;font-size:.85rem}section.feedback .wrapper .card p{margin-top:5px;text-align:left;line-height:1.2rem}section.feedback .wrapper .card p.name{text-align:right;font-size:.85rem;margin-top:10px;margin-bottom:5px}@media(max-width:900px){section.feedback{padding:10px}section.feedback h1{margin-top:2.5rem}}@media(max-width:780px){section.feedback{padding:10px;height:fit-content;padding-bottom:5rem}section.feedback h1{margin-top:2.5rem;font-size:1.5rem;margin-bottom:15px}section.feedback p{line-height:1.2rem}section.feedback .wrapper .card{width:100%}}.modal_head{width:100%;border-bottom:1px solid #e4e4e4;padding-bottom:5px}.modal_head h2{color:#474747;font-size:1.2rem;font-weight:500}.ride_modal{margin-top:1rem;height:calc(100vh - 200px);overflow-y:auto}.ride_modal .form_wrap{width:100%;display:flex;align-items:center;gap:20px;margin-bottom:1rem}.ride_modal .form_wrap .form_group{width:100%;display:flex;flex-direction:column}.ride_modal .form_wrap .form_group label{font-size:.8rem;color:#474747;margin-bottom:5px}.ride_modal .form_wrap .form_group input,.ride_modal .form_wrap .form_group select{border:1px solid #e4e4e4;border-radius:5px;padding:0 1rem;height:35px;outline:none;min-width:100%}.ride_modal .form_wrap .form_group2{width:100%;display:flex;flex-direction:column}.ride_modal .form_wrap .form_group2 label{font-size:.8rem;color:#474747;margin-bottom:5px}.ride_modal .form_wrap .form_group2 .wrapper{width:100%;display:flex;flex-wrap:wrap;gap:10px}.ride_modal .form_wrap .form_group2 .wrapper .card{width:48%;border:1px solid #e4e4e4;padding:.5rem;border-radius:5px;cursor:pointer}.ride_modal .form_wrap .form_group2 .wrapper .card h4{color:#ef3e44;font-weight:500}.ride_modal .form_wrap .form_group2 .wrapper .card b{font-weight:500}.ride_modal .form_wrap .form_group2 .wrapper .card:hover,.ride_modal .form_wrap .form_group2 .wrapper .card.active{background:#fafafa}.ride_modal::-webkit-scrollbar{display:none}.ant-picker-outlined:focus-within{border:1px solid #e4e4e4!important;outline:none!important;box-shadow:none!important}.ant-picker-outlined{border:1px solid #e4e4e4!important;outline:none!important;box-shadow:none!important}.ant-picker{height:35px!important}@media(max-width:800px){.ride_modal .form_wrap,.ride_modal .form_wrap .form_group2 .wrapper{flex-direction:column}.ride_modal .form_wrap .form_group2 .wrapper .card{width:100%}}section.privacy{width:100%;height:fit-content;padding:10px 100px}section.privacy h1{color:#000;font-size:1.3rem;margin-bottom:10px;font-weight:600}section.privacy h3{color:#000;font-size:1rem;font-weight:600;margin-bottom:10px;margin-top:10px}section.privacy h5{margin-bottom:10px}section.privacy p,section.privacy li{color:#474747;font-size:.8rem;text-align:justify;line-height:1.2rem}section.privacy a{text-decoration:none;color:#c72c31}section.privacy ul{padding-left:1rem}@media(max-width:900px){section.privacy{padding:10px}}section.about{width:100%;height:fit-content;padding:10px 100px}section.about img{width:100%;height:300px;object-fit:cover;margin-bottom:2rem}section.about h2{color:#000;font-size:1.3rem;margin-bottom:10px;margin-top:3rem}section.about h2 span{color:#ef3e44;cursor:pointer}section.about p{font-size:.85rem;color:#474747;text-align:justify;line-height:1.2rem}section.about h5{color:#000;font-weight:600;font-size:1rem;margin-bottom:10px}section.about ul{padding-left:1rem;margin-top:5px}section.about ul li{font-size:.8rem;color:#474747;text-align:justify;line-height:1.2rem;margin-bottom:5px}section.about ul li b{color:#ef3e44;font-weight:500}section.about a{text-decoration:none;color:#c72c31}@media(max-width:900px){section.about{padding:10px}section.about img{object-fit:contain}}@media(max-width:700px){section.about{padding:10px}section.about img{height:150px;object-fit:contain;margin-bottom:0}section.about h2{margin-top:1rem}}
