.whatsapp_logo{z-index:1;bottom:20px;position:fixed;inset-inline-end:20px}.theme_change_btn{bottom:20px;z-index:10;position:fixed;inset-inline-end:20px}.theme_change_btn h2{color:#fff;background-color:#000;border-radius:12px;margin-bottom:10px;padding:3px 10px;font-size:16px}.theme_change_btn .theme_versions{justify-content:center;gap:10px;margin-bottom:10px;display:flex}.theme_change_btn .theme_versions h3{background-color:var(--black);color:#fff;text-align:center;cursor:pointer;border:1px solid #fff;border-radius:50%;padding:5px;font-size:14px}.theme_change_btn .buttons{justify-content:center;gap:10px;display:flex}.theme_change_btn .buttons button{color:#fff;border:2px solid #fff;border-radius:50%;width:35px;height:35px;padding:5px 10px}.theme_change_btn .buttons button.pink{background-color:#eb5a5a}.theme_change_btn .buttons button.blue{background-color:#1a4380}.theme_change_btn .buttons button.sky{background-color:#53c3eb}header{z-index:999;top:0;background:#fff;align-items:center;width:100%;padding:20px;transition:transform .3s ease-in-out;display:flex;position:fixed;inset-inline-start:0;transform:translateY(0);box-shadow:0 6px 24px #0000000d}header.header_hidden{transform:translateY(-100%)}header .main_logo{margin-inline-end:10px}@media (max-width:575px){header .main_logo{width:60px;height:32px}}header .inner_section{justify-content:space-between;align-items:center;gap:20px;display:flex}header .inner_section .language_wrapper{margin:0 30px}@media (max-width:767px){header .inner_section .language_wrapper{margin:0}}header .inner_section .language_wrapper{align-items:center;gap:5px;display:flex}header .inner_section .language_wrapper button{border:unset;letter-spacing:0%;color:#fff;cursor:pointer;background-color:#0000;font-size:18px;font-weight:500;line-height:120%}@media (max-width:991px){header .inner_section .language_wrapper button{font-size:16px}}@media (max-width:575px){header .inner_section .language_wrapper button{font-size:14px}}header .inner_section .hamburger_menu{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}@media (max-width:991px){header .inner_section .hamburger_menu{display:flex}}header .inner_section .hamburger_menu span{background-color:#fff;border-radius:2px;width:30px;height:3px;transition:all .3s}header .inner_section .hamburger_menu.open span:first-child{transform:rotate(45deg)translate(8px,8px)}header .inner_section .hamburger_menu.open span:nth-child(2){opacity:0}header .inner_section .hamburger_menu.open span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}header .inner_section .nav_links{align-items:center;gap:69px;margin-bottom:0;list-style:none;display:flex}@media (max-width:991px){header .inner_section .nav_links{opacity:0;visibility:hidden;z-index:1000;background-color:#000000f2;flex-direction:column;justify-content:center;gap:40px;padding:0;transition:all .4s;position:fixed;inset:0;overflow:hidden;transform:translate(-100%)}header .inner_section .nav_links.mobile_open{opacity:1;visibility:visible;transform:translate(0)}header .inner_section .nav_links li{opacity:0;animation:.5s forwards fadeInUp;transform:translateY(20px)}}header .inner_section .nav_links li:first-child{animation-delay:.1s}header .inner_section .nav_links li:nth-child(2){animation-delay:.2s}header .inner_section .nav_links li:nth-child(3){animation-delay:.3s}header .inner_section .nav_links li:nth-child(4){animation-delay:.4s}header .inner_section .nav_links li:nth-child(5){animation-delay:.5s}header .inner_section .nav_links li a{color:#fff;letter-spacing:0%;font-size:18px;font-weight:500;line-height:120%;text-decoration:none;position:relative}@media (max-width:991px){header .inner_section .nav_links li a{font-size:24px}}header .inner_section .nav_links li a:after{content:"";background-color:#fff;width:0%;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}header .inner_section .nav_links li a:hover:after,header .inner_section .nav_links li a.active:after{width:100%}@media (max-width:991px){header .inner_section .nav_links li button.main_btn{padding:15px 40px;font-size:18px}}header.header_v2,header.header_v2 .inner_section .language_wrapper button{color:var(--black)}@media (max-width:575px){header.header_v2 .inner_section .language_wrapper button{margin:0}}header.header_v2 .inner_section .nav_links{border:1px solid #a0acb933;border-radius:100px;gap:30px;height:45px;padding:2px}header.header_v2 .inner_section .nav_links button{border-radius:100px;display:none}@media (max-width:991px){header.header_v2 .inner_section .nav_links{background-color:#fff;border-radius:0;height:100vh;max-height:100vh;position:fixed;overflow:hidden}header.header_v2 .inner_section .nav_links button{display:flex}}header.header_v2 .inner_section .nav_links li a{color:var(--black);padding:8px 15px;font-size:16px}header.header_v2 .inner_section .nav_links li a.active{background-color:var(--primary);color:#fff;border-radius:100px}header.header_v2 .inner_section .nav_links li a:after{content:unset}header.header_v2 .inner_section .hamburger_menu span{background-color:var(--primary)}@media (max-width:991px){header.header_v2 .inner_section .app_download_btn{display:none}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}footer{background-color:var(--primary);padding-top:40px}footer .left_section p{color:#fff;letter-spacing:0;max-width:265px;margin-top:15px;font-size:14px;font-weight:500;line-height:20px}@media (max-width:575px){footer .left_section p{max-width:100%}}@media (max-width:991px){footer .right_section{margin-top:30px}}footer .right_section h2{letter-spacing:0;color:#fff;font-size:14px;font-weight:500;line-height:20px}@media (max-width:575px){footer .right_section h2{font-size:16px}}footer .right_section{justify-content:space-between;display:flex}@media (max-width:575px){footer .right_section{flex-direction:column}}footer .right_section .quick_links ul{flex-wrap:wrap;gap:25px 0;padding-top:25px;display:flex}@media (max-width:575px){footer .right_section .quick_links ul{gap:22px 0;margin-bottom:30px}}footer .right_section .quick_links ul li{width:50%}footer .right_section .quick_links ul li a{letter-spacing:0;color:#fff;font-size:16px;font-weight:400;line-height:20px}footer .right_section .download_app_section h2{margin-bottom:17px}footer .right_section .download_app_section img{margin-top:12px;display:block}footer .hr{border:1px solid #fff3;margin-top:50px}@media (max-width:575px){footer .hr{margin-top:35px}}footer .footer_copyright{letter-spacing:0;color:#fff;text-align:center;padding:25px;font-size:16px;font-weight:500;line-height:20px}footer .qr_image{margin:auto;display:block}footer.footer_v2 .stores_link{gap:10px;display:flex}@media (max-width:575px){footer.footer_v2 .stores_link{margin-top:30px}}footer.footer_v2 .download_app_section h2{text-align:center;font-size:16px}.version_2_main_wrapper{position:relative}.version_2_main_wrapper footer{background-color:unset;width:1440px;max-width:90%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (max-width:575px){.version_2_main_wrapper footer{max-width:95%}}.home_page .top_section{background:url(../media/homeTopBg.1c1b5d78.webp) 0 0/cover no-repeat;width:100%;height:100vh;position:relative}.home_page .top_section .inner_section{color:#fff;text-align:center;width:100%;max-width:95%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home_page .top_section .inner_section h1{letter-spacing:0%;font-size:64px;font-weight:500;line-height:120%}@media (max-width:1200px){.home_page .top_section .inner_section h1{font-size:56px}}@media (max-width:991px){.home_page .top_section .inner_section h1{font-size:46px}}@media (max-width:575px){.home_page .top_section .inner_section h1{font-size:38px}}.home_page .top_section .inner_section p{letter-spacing:0%;text-align:center;margin-top:20px;font-size:18px;font-weight:500;line-height:120%}@media (max-width:1200px){.home_page .top_section .inner_section p{margin-top:15px}}@media (max-width:991px){.home_page .top_section .inner_section p{font-size:16px}}@media (max-width:575px){.home_page .top_section .inner_section p{max-width:80%;margin:15px auto auto;font-size:16px;line-height:22px}}.home_page .top_section .inner_section h2{letter-spacing:0%;margin-top:30px;font-size:24px;font-weight:500;line-height:120%}@media (max-width:575px){.home_page .top_section .inner_section h2{max-width:310px;margin:25px auto auto}}.home_page .top_section .inner_section button{margin-top:30px}.home_page .why_tartish_section .sub_title{color:#a0acb9;margin-bottom:10px}.home_page .why_tartish_section .single_card{border:1px solid #a0acb9;border-radius:16px;height:calc(100% - 20px);margin-top:20px;padding:25px;transition:background-color .3s,border-color .3s}@media (max-width:1200px){.home_page .why_tartish_section .single_card{padding:20px}}.home_page .why_tartish_section .single_card .icon_wrapper{width:64px;height:64px;position:relative}.home_page .why_tartish_section .single_card .icon_wrapper .icon{transition:opacity .3s,transform .3s;position:absolute;top:0;left:0}.home_page .why_tartish_section .single_card .icon_wrapper .hover_icon{opacity:0;transform:scale(.9)}.home_page .why_tartish_section .single_card:hover{background-color:var(--primary);border-color:var(--primary)}.home_page .why_tartish_section .single_card:hover .default_icon{opacity:0;transform:scale(.9)}.home_page .why_tartish_section .single_card:hover .hover_icon{opacity:1;transform:scale(1)}.home_page .why_tartish_section .single_card h2{letter-spacing:0%;color:var(--text);margin-top:20px;font-size:24px;font-weight:500;line-height:120%}@media (max-width:1200px){.home_page .why_tartish_section .single_card h2{font-size:18px}}.home_page .why_tartish_section .single_card p{letter-spacing:0;color:var(--sub-text);margin-top:10px;font-size:16px;font-weight:500;line-height:120%}@media (max-width:1200px){.home_page .why_tartish_section .single_card p{font-size:14px}}.home_page .why_tartish_section .single_card:hover{background-color:var(--primary)}.home_page .why_tartish_section .single_card:hover h2,.home_page .why_tartish_section .single_card:hover p{color:#fff}.home_page .how_it_works_section{position:relative}.home_page .how_it_works_section .title{text-align:center;margin-bottom:50px}@media (max-width:575px){.home_page .how_it_works_section .title{margin-bottom:25px}}.home_page .how_it_works_section .common_video{width:100%;position:relative;top:6px}.home_page .choose_plan_section{background:var(--primary);margin-bottom:140px;position:relative}@media (max-width:991px){.home_page .choose_plan_section{margin-bottom:70px}}@media (max-width:575px){.home_page .choose_plan_section{margin-bottom:30px}}.home_page .choose_plan_section .mobile_slider_wrapper{margin-inline-start:40px}.home_page .choose_plan_section .title_section{color:#fff}.home_page .choose_plan_section .tabs_btn{margin:auto;background-color:var(--plans-tab-color);border:1px solid #fff;border-radius:14px;justify-content:center;align-items:center;width:fit-content;margin-top:23px;display:flex}@media (max-width:575px){.home_page .choose_plan_section .tabs_btn{width:90%}}.home_page .choose_plan_section .tabs_btn button{background-color:var(--plans-tab-color);letter-spacing:0%;text-align:center;color:#fff;white-space:nowrap;border:none;border-radius:14px;width:50%;padding:15px 50px;font-size:16px;font-weight:700;line-height:120%;position:relative}@media (max-width:575px){.home_page .choose_plan_section .tabs_btn button{padding:14px 30px}}.home_page .choose_plan_section .tabs_btn button.active{color:var(--plans-tab-color);background-color:#fff}.home_page .choose_plan_section .single_card{background-color:var(--choose-plan-card-bg);color:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;gap:30px;min-height:500px;margin-top:30px;padding:25px;display:flex}@media (max-width:991px){.home_page .choose_plan_section .single_card{min-height:430px;padding:15px}}.home_page .choose_plan_section .single_card .content h2{letter-spacing:0%;font-size:20px;font-weight:700;line-height:120%}@media (max-width:991px){.home_page .choose_plan_section .single_card .content h2{font-size:18px}}.home_page .choose_plan_section .single_card .content .price_div{letter-spacing:0%;align-items:center;gap:3px;width:fit-content;margin-top:10px;font-size:30px;font-weight:700;line-height:120%;display:flex}@media (max-width:991px){.home_page .choose_plan_section .single_card .content .price_div{font-size:24px}.home_page .choose_plan_section .single_card .content .price_div svg{width:18px;height:20px}}.home_page .choose_plan_section .single_card .content .price_div path{color:#fff;fill:#fff}.home_page .choose_plan_section .single_card .content p{letter-spacing:0%;margin-top:5px;font-size:14px;font-weight:500}@media (max-width:991px){.home_page .choose_plan_section .single_card .content p{font-size:12px}}.home_page .choose_plan_section .single_card .content .features{margin-top:17px}.home_page .choose_plan_section .single_card .content .features li{letter-spacing:0%;gap:10px;margin-bottom:17px;font-size:14px;font-weight:400;line-height:120%;display:flex;position:relative}@media (max-width:991px){.home_page .choose_plan_section .single_card .content .features li{font-size:12px}}.home_page .choose_plan_section .single_card button{letter-spacing:0;text-align:center;color:#fff;background-color:#0000;border:1px solid #fff;border-radius:12px;width:100%;padding:15px;font-size:16px;font-weight:700;line-height:120%}.home_page .choose_plan_section .single_card:hover{color:#0f0f0f;background-color:#fff}.home_page .choose_plan_section .single_card:hover h2{color:var(--primary)}.home_page .choose_plan_section .single_card:hover .features li:before{background:var(--icon-active-right)no-repeat center}.home_page .choose_plan_section .single_card:hover button{border:1px solid var(--primary);color:var(--primary)}.home_page .choose_plan_section .single_card:hover .price_div path{color:#0f0f0f;fill:#0f0f0f}.home_page .choose_plan_section .addon_section{background:var(--choose-plan-bg)center no-repeat;color:#fff;background-size:cover;border-radius:16px;height:202px;margin-top:40px;padding:50px}@media (max-width:575px){.home_page .choose_plan_section .addon_section{background:var(--choose-plan-mobile-bg)center no-repeat;background-size:contain;flex-direction:column;justify-content:center;height:190px;padding:25px;display:flex}}.home_page .choose_plan_section .addon_section h2{letter-spacing:0%;font-size:36px;font-weight:700;line-height:120%}@media (max-width:575px){.home_page .choose_plan_section .addon_section h2{font-size:24px}}.home_page .choose_plan_section .addon_section p{letter-spacing:0%;max-width:670px;margin-top:15px;font-size:18px;font-weight:500;line-height:110%}@media (max-width:575px){.home_page .choose_plan_section .addon_section p{font-size:16px}}.home_page .choose_plan_section .bottom_vector{bottom:-10%;background:var(--choose-plan-vector-bg)no-repeat;width:100%;height:148px;position:absolute;inset-inline-start:0}@media (max-width:991px){.home_page .choose_plan_section .bottom_vector{bottom:-6%}}@media (max-width:575px){.home_page .choose_plan_section .bottom_vector{height:auto;bottom:-20px}.home_page .preferred_location{padding-bottom:0}.home_page .preferred_location .inner_col{padding:0}}.home_page .preferred_location .title{margin-bottom:30px}.home_page .preferred_location .inner_section{display:flex}@media (max-width:991px){.home_page .preferred_location .inner_section{flex-direction:column}}.home_page .preferred_location .inner_section .left_section{background-color:var(--preferred-location-bg);border-start-start-radius:16px;border-end-start-radius:16px;min-width:449px;padding:40px 22px 25px}@media (max-width:991px){.home_page .preferred_location .inner_section .left_section{border-start-start-radius:16px;border-start-end-radius:16px;border-end-start-radius:0}}@media (max-width:575px){.home_page .preferred_location .inner_section .left_section{border-radius:0;min-width:100%}}.home_page .preferred_location .inner_section .left_section h2{letter-spacing:0%;font-size:32px;font-weight:700;line-height:120%}@media (max-width:575px){.home_page .preferred_location .inner_section .left_section h2{font-size:28px}}.home_page .preferred_location .inner_section .left_section .nearest_stores{max-height:500px;margin-top:20px;padding-inline-end:5px;overflow-y:auto}.home_page .preferred_location .inner_section .left_section .nearest_stores::-webkit-scrollbar{width:4px}.home_page .preferred_location .inner_section .left_section .nearest_stores::-webkit-scrollbar-track{background:0 0}.home_page .preferred_location .inner_section .left_section .nearest_stores::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:10px}.home_page .preferred_location .inner_section .left_section .nearest_stores::-webkit-scrollbar-thumb:hover{background:#b5b5b5}.home_page .preferred_location .inner_section .left_section .nearest_stores{scrollbar-width:thin;scrollbar-color:#cfcfcf #0000}.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store{background-color:#fff;border-radius:10px;margin-top:20px;padding:15px}.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store:first-child{margin-top:0}.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store h3{letter-spacing:0%;font-size:18px;font-weight:700;line-height:120%}.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .status{color:#63d376;letter-spacing:0%;text-transform:uppercase;background:#63d37626;border-radius:10px;margin-inline-start:5px;padding:5px 10px;font-size:10px;font-weight:500;line-height:120%}.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .status.open{color:#63d376;background:#63d37626}.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .status.close{color:#eb5a5a;background:#eb5a5a26}.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store hr{border-color:#d4d8e2}.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .address,.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .distance,.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .traffic_section{letter-spacing:0%;color:#a0acb9;font-size:14px;font-weight:500;line-height:120%}@media (max-width:575px){.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .address,.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .distance,.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .traffic_section{font-size:12px}}.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .address.low .traffic_text,.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .distance.low .traffic_text,.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .traffic_section.low .traffic_text{color:#63d376}.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .address.medium .traffic_text,.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .distance.medium .traffic_text,.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .traffic_section.medium .traffic_text{color:#f8bb18}.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .traffic_section{flex-wrap:wrap;gap:35px;display:flex}@media (max-width:575px){.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .traffic_section{gap:10px}}.home_page .preferred_location .inner_section .left_section .nearest_stores .single_store .direction_btn{background-color:var(--direction-btn-bg-color);border:unset;letter-spacing:0%;color:var(--direction-btn-color);border-radius:10px;padding:8px 10px;font-size:12px;font-weight:500;line-height:120%}.home_page .preferred_location .inner_section .right_section{width:100%}.home_page .preferred_location .inner_section .right_section .google_map_wrapper{border-start-end-radius:16px;border-end-end-radius:16px;min-height:500px;height:100%!important}@media (max-width:991px){.home_page .preferred_location .inner_section .right_section .google_map_wrapper{border-start-start-radius:0;border-start-end-radius:0;border-end-end-radius:16px;border-end-start-radius:16px}}@media (max-width:575px){.home_page .preferred_location .inner_section .right_section .google_map_wrapper{border-radius:0}}.home_page .download_app_section{background:var(--download-app-bg)center no-repeat;background-color:#f3f5f9;width:100%;height:597px;padding:50px}.home_page .download_app_section.ar{background:var(--download-app-bg-ar)center no-repeat}@media (max-width:991px){.home_page .download_app_section{background:var(--download-app-bg-1440)center no-repeat}.home_page .download_app_section.ar{background:var(--download-app-bg-ar-1440)center no-repeat}}@media (max-width:575px){.home_page .download_app_section{background:var(--download-app-bg-mobile)center no-repeat;padding:30px 15px}.home_page .download_app_section.ar{background:var(--download-app-bg-mobile)center no-repeat}}.home_page .download_app_section .inner_section{color:#fff;max-width:428px;margin-inline-start:90px}@media (max-width:1200px){.home_page .download_app_section .inner_section{margin-inline-start:0}}.home_page .download_app_section .inner_section .qr_section{margin-inline-start:36px}.home_page .download_app_section .inner_section h2{letter-spacing:0;margin-top:25px;font-size:16px;font-weight:500;line-height:120%}.home_page .download_app_section .inner_section h3{letter-spacing:0%;vertical-align:middle;margin-top:50px;font-size:40px;font-weight:700;line-height:120%}@media (max-width:575px){.home_page .download_app_section .inner_section h3{margin-top:0;font-size:30px}}.home_page .download_app_section .inner_section p{letter-spacing:0;margin-top:15px;font-size:16px;font-weight:400;line-height:24px}.home_page .download_app_section .inner_section h4{letter-spacing:0;margin-top:20px;margin-bottom:15px;font-size:16px;font-weight:700;line-height:120%}@media (max-width:575px){.home_page .download_app_section .inner_section h4{margin-top:10px}}.home_page .download_app_section .inner_section .links{flex-wrap:wrap;gap:15px;display:flex}.home_page .testimonial_section{background-color:#f3f5f9}@media (max-width:575px){.home_page .testimonial_section{padding-top:50px}}.home_page .testimonial_section .feedback_wrappers{margin-top:40px}@media (max-width:575px){.home_page .testimonial_section .feedback_wrappers{margin-top:20px;padding-inline-start:30px}}.home_page .testimonial_section .feedback_wrappers .slide-box{padding:25px;background-color:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;height:359px;padding-bottom:40px;display:flex}.home_page .testimonial_section .feedback_wrappers .slide-box p{letter-spacing:0;max-height:170px;margin-top:15px;font-size:16px;font-weight:500;line-height:28px;overflow-y:auto}.home_page .testimonial_section .feedback_wrappers .slide-box h2{letter-spacing:0;font-size:16px;font-weight:700;line-height:120%}.home_page .faq_section .title{margin-bottom:30px}.home_page .faq_section .inner_section{gap:20px;display:flex}@media (max-width:767px){.home_page .faq_section .inner_section{flex-direction:column}}.home_page .faq_section .inner_section .left_section{max-height:530px;padding-inline-end:5px;overflow-y:auto}.home_page .faq_section .inner_section .left_section .single_faq{background-color:#f3f5f9;border-radius:12px;margin-bottom:20px;padding:20px}@media (max-width:991px){.home_page .faq_section .inner_section .left_section .single_faq{margin-bottom:10px}}.home_page .faq_section .inner_section .left_section .single_faq:last-child{margin-bottom:0}.home_page .faq_section .inner_section .left_section .single_faq h2{letter-spacing:0;font-size:16px;font-weight:700;line-height:120%}.home_page .faq_section .inner_section .left_section .single_faq p{letter-spacing:0;margin-top:10px;font-size:14px;font-weight:500;line-height:120%}.home_page .faq_section .inner_section .right_section{min-width:470px}@media (max-width:991px){.home_page .faq_section .inner_section .right_section{min-width:40%}}.home_page .faq_section .inner_section .right_section img{width:100%;height:auto}.home_page .contact_us_page{background:var(--get-in-touch-bg)center no-repeat;background-size:cover;width:100%}@media (max-width:575px){.home_page .contact_us_page{background:var(--get-in-touch-bg-mobile)center no-repeat}}.home_page .contact_us_page .inner_section{background:var(--get-in-touch-bg-color);color:#fff;border-radius:16px;justify-content:space-between;max-width:971px;min-height:584px;margin:auto;display:flex}@media (max-width:767px){.home_page .contact_us_page .inner_section{flex-direction:column}}@media (max-width:575px){.home_page .contact_us_page .inner_section{background-color:var(--get-in-touch-bg-color-mobile);flex-direction:column-reverse}}.home_page .contact_us_page .inner_section .left_section{max-width:440px;padding:50px 47px}.home_page .contact_us_page .inner_section .left_section h2{margin-bottom:5px;font-weight:500}.home_page .contact_us_page .inner_section .left_section p{letter-spacing:0%;max-width:90%;font-size:18px;font-weight:500;line-height:120%}.home_page .contact_us_page .inner_section .left_section h3{letter-spacing:0%;margin:30px 0;font-size:24px;font-style:italic;font-weight:400;line-height:120%}.home_page .contact_us_page .inner_section .left_section .bottom_section .single_item{align-items:center;gap:15px;margin-top:25px;display:flex}.home_page .contact_us_page .inner_section .left_section .bottom_section .single_item a{letter-spacing:0%;font-size:20px;font-weight:400;line-height:120%}@media (max-width:575px){.home_page .contact_us_page .inner_section .left_section .bottom_section .single_item{margin-top:18px}.home_page .contact_us_page .inner_section .left_section .bottom_section .single_item a{font-size:16px}}.home_page .contact_us_page .inner_section .right_section{min-width:430px;color:var(--black);background:#fff;border-radius:16px;padding:30px}@media (max-width:991px){.home_page .contact_us_page .inner_section .right_section{min-width:50%}}.home_page .contact_us_page .inner_section .right_section .main_btn{background-color:#e61268}.home_page .contact_us_page .inner_section .right_section h2{letter-spacing:0%;margin-bottom:25px;font-size:30px;font-weight:500;line-height:120%}@media (max-width:991px){.home_page .contact_us_page .inner_section .right_section h2{font-size:24px}}.home_page .contact_us_page .inner_section .right_section .contact-wrapper label{letter-spacing:0%;font-size:12px;font-weight:500;line-height:120%}.home_page .contact_us_page .inner_section .right_section .contact-wrapper .custom-input{letter-spacing:0%;color:#777e90;background:#f4f5f6;border:none;border-radius:12px;padding:15px 16px;font-size:14px;font-weight:500;line-height:120%}.home_page .contact_us_page .inner_section .right_section .contact-wrapper .custom-input.phone_input{padding:0}.home_page .contact_us_page .inner_section .right_section .contact-wrapper ::placeholder{color:#777e90;opacity:1}.home_page .contact_us_page .inner_section .right_section .contact-wrapper ::-moz-placeholder{color:#777e90}.home_page .contact_us_page .inner_section .right_section .contact-wrapper .custom-input:focus,.home_page .contact_us_page .inner_section .right_section .contact-wrapper .custom-input input:focus,.home_page .contact_us_page .inner_section .right_section .contact-wrapper .custom-input textarea:focus{box-shadow:none;border-color:#ddd;outline:none!important}.home_page .contact_us_page .inner_section .right_section .contact-wrapper .custom-input input{background:0 0!important}.home_v2 .version_2_top_section{color:#fff;background:url(/images/home/topSectionBg.webp) 50%/contain no-repeat;width:100%;height:564px;margin-top:110px;padding:60px 50px}@media (max-width:1200px){.home_v2 .version_2_top_section{height:460px}}@media (max-width:991px){.home_v2 .version_2_top_section{height:340px;margin-top:100px}}@media (max-width:575px){.home_v2 .version_2_top_section{background:url(/images/home/topSectionBgMobile.webp) 50%/contain no-repeat;height:468px;padding:40px 22px}}.home_v2 .version_2_top_section .inner_section{flex-direction:column;justify-content:end;height:100%;display:flex}.home_v2 .version_2_top_section .inner_section h1{max-width:515px;letter-spacing:0%;margin-bottom:20px;font-size:48px;font-weight:700;line-height:120%}@media (max-width:991px){.home_v2 .version_2_top_section .inner_section h1{max-width:360px;font-size:32px}}@media (max-width:575px){.home_v2 .version_2_top_section .inner_section h1{max-width:100%;font-size:30px}}.home_v2 .version_2_top_section .inner_section p{letter-spacing:0%;max-width:456px;font-size:18px;font-weight:500;line-height:25px}@media (max-width:991px){.home_v2 .version_2_top_section .inner_section p{max-width:400px;margin-bottom:40px;font-size:14px;line-height:18px}}.home_v2 .version_2_top_section .main_btn{border-radius:100px}.home_v2 .why_tartish_section_v2 .sub_title{color:var(--sub-text);max-width:454px}.home_v2 .why_tartish_section_v2 .lists{margin-bottom:10px}.home_v2 .why_tartish_section_v2 .lists .single_list{border-bottom:1px solid #a0acb933;align-items:center;gap:15px;margin-top:20px;padding-bottom:20px;display:flex}.home_v2 .why_tartish_section_v2 .lists .single_list:last-child{border-bottom:none}.home_v2 .why_tartish_section_v2 .lists .single_list h2{color:#2c4a9a;letter-spacing:0%;font-size:20px;font-weight:700;line-height:120%}.home_v2 .why_tartish_section_v2 .lists .single_list p{color:var(--sub-text);letter-spacing:0;margin-top:10px;font-size:16px;font-weight:500;line-height:120%}.home_v2 .why_tartish_section_v2 .left_section{max-width:93%}.home_v2 .why_tartish_section_v2 .right_section{flex-direction:column;align-items:end;gap:24px;display:flex}.home_v2 .why_tartish_section_v2 .right_section img{max-width:100%;height:auto}@media (max-width:575px){.home_v2 .why_tartish_section_v2 .right_section img.vector_2{width:80%}}.home_v2 .choose_plan_section{background-color:#fff;margin-bottom:0}.home_v2 .choose_plan_section .title_section{color:var(--black)}.home_v2 .choose_plan_section .tabs_btn{border:1px solid #e61268;border-radius:100px}.home_v2 .choose_plan_section .tabs_btn button{color:#e61268;background-color:#fff;border-radius:100px}.home_v2 .choose_plan_section .tabs_btn button.active{color:#fff;background-color:#e61268}.home_v2 .choose_plan_section .bottom_vector{display:none}.home_v2 .choose_plan_section .single_card{border:1px solid #a0acb933}.home_v2 .choose_plan_section .single_card .content{color:var(--sub-text)}.home_v2 .choose_plan_section .single_card .content h2{color:#2c4a9a}.home_v2 .choose_plan_section .single_card .content .price_div{color:var(--black)}.home_v2 .choose_plan_section .single_card .content .price_div path{color:var(--black);fill:var(--black)}.home_v2 .choose_plan_section .single_card .content .features li svg{color:var(--primary);min-width:16px}.home_v2 .choose_plan_section .single_card button{border:1px solid var(--primary);color:var(--primary);border-radius:100px}.home_v2 .choose_plan_section .single_card:hover{background-color:var(--primary)}.home_v2 .choose_plan_section .single_card:hover .content,.home_v2 .choose_plan_section .single_card:hover h2,.home_v2 .choose_plan_section .single_card:hover .price_div{color:#fff}.home_v2 .choose_plan_section .single_card:hover .price_div path{color:#fff;fill:#fff}.home_v2 .choose_plan_section .single_card:hover button{color:var(--primary);background-color:#fff;border:1px solid #fff;border-radius:100px}.home_v2 .choose_plan_section .single_card:hover .features li svg{color:#fff}.home_v2 .workshop_section_v2{width:100%}.home_v2 .workshop_section_v2 .workshop_swiper .bg_image{width:100%;max-width:100%;height:auto;margin:auto;display:block}.home_v2 .workshop_section_v2 .workshop_swiper .bg_image.large{display:none}@media (min-width:1600px){.home_v2 .workshop_section_v2 .workshop_swiper .bg_image.large{display:block}}@media (max-width:575px){.home_v2 .workshop_section_v2 .workshop_swiper .bg_image.large{display:none}}@media (min-width:1600px){.home_v2 .workshop_section_v2 .workshop_swiper .bg_image.desktop{display:none}}@media (max-width:575px){.home_v2 .workshop_section_v2 .workshop_swiper .bg_image.desktop{display:none}}.home_v2 .workshop_section_v2 .workshop_swiper .bg_image.mobile{display:none}@media (max-width:575px){.home_v2 .workshop_section_v2 .workshop_swiper .bg_image.mobile{display:block}}.home_v2 .workshop_section_v2 .workshop_swiper .swiper-pagination{bottom:30px;right:5%;left:unset;width:fit-content;max-width:1442px}@media (max-width:575px){.home_v2 .workshop_section_v2 .workshop_swiper .swiper-pagination{right:50%;transform:translate(50%)}}.home_v2 .workshop_section_v2 .workshop_swiper .swiper-pagination-bullet{opacity:.4;background:#fff;width:14px;height:14px}.home_v2 .workshop_section_v2 .workshop_swiper .swiper-pagination-bullet-active{opacity:1;background:var(--primary)}.home_v2 .faq_v2 .left_section img{object-fit:contain;max-width:100%;height:auto}@media (max-width:575px){.home_v2 .faq_v2 .left_section img{max-width:90%;margin:10px auto 40px;display:block}}.home_v2 .faq_v2 .right_section .faq_list{margin-top:15px}.home_v2 .faq_v2 .right_section .faq_list .single_faq_list{border:1px solid #a0acb933;border-radius:12px;margin-top:15px;padding:20px}.home_v2 .faq_v2 .right_section .faq_list .single_faq_list .faq_header{cursor:pointer;align-items:start;gap:15px}.home_v2 .faq_v2 .right_section .faq_list .single_faq_list .chevron{transition:transform .3s}.home_v2 .faq_v2 .right_section .faq_list .single_faq_list .chevron.rotate{transform:rotate(180deg)}.home_v2 .faq_v2 .right_section .faq_list .single_faq_list h2{letter-spacing:0;font-size:16px;font-weight:700;line-height:120%}.home_v2 .faq_v2 .right_section .faq_list .single_faq_list p{color:var(--sub-text);letter-spacing:0;margin-top:10px;font-size:14px;font-weight:500;line-height:120%}.home_v2 .contact_us_page{height:1160px}@media (max-width:991px){.home_v2 .contact_us_page{height:1220px}}@media (max-width:767px){.home_v2 .contact_us_page{height:1690px}}@media (max-width:575px){.home_v2 .contact_us_page{height:1671px}}.home_v2 .contact_us_page .inner_section .left_section{max-width:450px;padding:40px}@media (max-width:575px){.home_v2 .contact_us_page .inner_section .left_section{padding:20px}}.home_v2 .contact_us_page .inner_section .left_section .title{font-size:30px}@media (max-width:575px){.home_v2 .contact_us_page .inner_section .left_section .title{font-size:20px}}.home_v2 .contact_us_page .inner_section .left_section p{max-width:100%;font-size:14px;font-weight:400}@media (max-width:575px){.home_v2 .contact_us_page .inner_section .left_section p{display:none}}.home_v2 .contact_us_page .inner_section .left_section h3{max-width:300px}@media (max-width:575px){.home_v2 .contact_us_page .inner_section .left_section h3{display:none}}.home_v2 .contact_us_page .inner_section .left_section .bottom_section .single_item a{font-size:18px}.home_v2 .contact_us_page .inner_section .right_section{margin-top:38px}@media (max-width:575px){.home_v2 .contact_us_page .inner_section .right_section{margin:20px 20px 10px;padding:20px}.home_v2 .contact_us_page .inner_section .right_section .text-danger{font-size:12px}}.home_v2 .contact_us_page .inner_section .right_section h2{margin-bottom:10px}.home_v2 .contact_us_page .main_btn{border-radius:100px}.country-select-wrapper{width:170px;position:relative}.country-select-wrapper .country-select-display{cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:12px 16px;display:flex}.country-select-wrapper .country-select-display .flag-img{border-radius:50%;width:22px;height:22px}.country-select-wrapper .country-dropdown{z-index:10;background:#fff;border:1px solid #eee;border-radius:12px;width:100%;max-height:280px;margin-top:6px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 10px #0000000f}.country-select-wrapper .country-option{cursor:pointer;align-items:center;gap:10px;padding:12px;display:flex}.country-select-wrapper .country-option:hover{background:#f2f2f2}.country-select-wrapper .country-option .flag-img{border-radius:50%;width:22px;height:22px}.country-select-wrapper .country-name{flex:1}.country-select-wrapper .arrow{opacity:.7;margin-left:auto;font-size:14px}.map_info .single_store{background-color:#fff;border-radius:10px;width:350px;margin-top:20px;padding:15px}.map_info .single_store .close_icon{inset-inline-end:10px;cursor:pointer;position:absolute;top:10px}.map_info .single_store:first-child{margin-top:0}.map_info .single_store h3{letter-spacing:0%;font-size:18px;font-weight:700;line-height:120%}.map_info .single_store .status{color:#63d376;letter-spacing:0%;text-transform:uppercase;background:#63d37626;border-radius:10px;margin-inline-start:5px;padding:5px 10px;font-size:10px;font-weight:500;line-height:120%}.map_info .single_store .status.open{color:#63d376;background:#63d37626}.map_info .single_store .status.close{color:#eb5a5a;background:#eb5a5a26}.map_info .single_store hr{border-color:#d4d8e2}.map_info .single_store .address,.map_info .single_store .distance,.map_info .single_store .traffic_section{letter-spacing:0%;color:#a0acb9;font-size:14px;font-weight:500;line-height:120%}@media (max-width:575px){.map_info .single_store .address,.map_info .single_store .distance,.map_info .single_store .traffic_section{font-size:12px}}.map_info .single_store .address.low .traffic_text,.map_info .single_store .distance.low .traffic_text,.map_info .single_store .traffic_section.low .traffic_text{color:#63d376}.map_info .single_store .address.medium .traffic_text,.map_info .single_store .distance.medium .traffic_text,.map_info .single_store .traffic_section.medium .traffic_text{color:#f8bb18}.map_info .single_store .traffic_section{flex-wrap:wrap;gap:35px;display:flex}@media (max-width:575px){.map_info .single_store .traffic_section{gap:10px}}.map_info .single_store .direction_btn{background-color:var(--direction-btn-bg-color);border:unset;letter-spacing:0%;color:var(--direction-btn-color);border-radius:10px;padding:8px 10px;font-size:12px;font-weight:500;line-height:120%}.coming-soon-wrapper{background-color:var(--primary);color:#fff;height:100vh}
html,body{max-width:100vw;overflow-x:hidden}body{color:var(--black);background:var(--background)}*,html,body{font-family:var(--font-ppneuemontreal),sans-serif!important}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}ul{margin-bottom:0}a,button{transition:all .3s ease-in-out}ul{margin-bottom:0;padding-left:0;list-style:none}h1,h2,h3,h4,h5,h6,p,a,button{margin-bottom:0;font-weight:700}button:disabled{opacity:.8;cursor:not-allowed}ul{padding-left:0}img{max-width:100%}@media (min-width:1200px){.container,.container-sm{max-width:1100px;padding:0}}.g_center{justify-content:center;align-items:center;display:flex}.g_end{justify-content:end;align-items:center;display:flex}.g_between{justify-content:space-between;align-items:center;display:flex}.common_section{padding:70px 0}@media (max-width:575px){.common_section{padding:37px 0}}.ltr{direction:ltr}.rtl{direction:rtl}.video_wrapper{position:relative}.video_wrapper .common_video{max-width:100%;max-height:auto}.video_wrapper .custom_play_btn{z-index:1;cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gm-style-iw{max-width:100%!important}@media (max-width:575px){.gm-style-iw{max-width:310px!important}}.gm-style .gm-style-iw-c{top:-25px}.gm-style-iw-tc{top:-25px!important}.gm-style-iw-chr{display:none!important}.gm-style-iw{padding:0!important}
:root{--background:#fff;--primary:#1a4380;--secondary:#ef9f16;--text:#2b3d5b;--sub-text:#a0acb9;--black:#0f0f0f;--choose-plan-card-bg:#fff3;--preferred-location-bg:#53c3eb33;--direction-btn-color:#53c3eb;--direction-btn-bg-color:#53c3eb40;--get-in-touch-bg-color:#523677a6;--icon-right:url(/images/icons/right.svg);--icon-active-right:url(/images/icons/rightYellow.svg);--choose-plan-bg:url(/images/home/choosePlanBg.webp);--choose-plan-vector-bg:url(/images/home/choosePlanBottomVector1920New.svg);--choose-plan-mobile-bg:url(/images/home/choosePlanBgMobile.webp);--download-app-bg:url(/images/home/downloadAppBg.webp);--download-app-bg-1440:url(/images/home/downloadAppBg1440.webp);--get-in-touch-bg:url(/images/home/getInTouchBlue.webp);--workshop-bg:url(/images/home/workshopBg.webp);--section-padding:80px}html[data-theme=blue]{--primary:#1a4380;--secondary:#ef9f16;--text:#2b3d5b;--sub-text:#a0acb9;--black:#0f0f0f;--choose-plan-card-bg:#fff3;--preferred-location-bg:#53c3eb33;--direction-btn-color:#53c3eb;--direction-btn-bg-color:#53c3eb40;--get-in-touch-bg-color:#523677a6;--plans-tab-color:#53c3eb;--icon-right:url(/images/icons/right.svg);--icon-active-right:url(/images/icons/rightYellow.svg);--choose-plan-vector-bg:url(/images/home/choosePlanBottomVector1920Blue.svg);--choose-plan-mobile-bg:url(/images/home/choosePlanBgMobile.webp);--download-app-bg:url(/images/home/downloadAppBgBlue.webp);--download-app-bg-1440:url(/images/home/downloadAppBg1440Blue.webp);--get-in-touch-bg:url(/images/home/getInTouchBgBlue.webp)}html[data-theme=pink]{--primary:#e61268;--secondary:#ef9f16;--text:#2b3d5b;--sub-text:#a0acb9;--black:#0f0f0f;--choose-plan-card-bg:#ffffff26;--preferred-location-bg:#e6126833;--direction-btn-color:#f3aa41;--direction-btn-bg-color:#f3aa4140;--get-in-touch-bg-color:#e61268a6;--plans-tab-color:#f3aa41;--icon-right:url(/images/icons/right.svg);--icon-active-right:url(/images/icons/rightYellow.svg);--choose-plan-vector-bg:url(/images/home/choosePlanBottomVector1920Pink.svg);--choose-plan-mobile-bg:url(/images/home/choosePlanBgMobile.webp);--download-app-bg:url(/images/home/downloadAppBg.webp);--download-app-bg-1440:url(/images/home/downloadAppBg1440.webp);--get-in-touch-bg:url(/images/home/getInTouchBgPing.webp)}html[data-theme=sky]{--primary:#53c3eb;--get-in-touch-bg-color:#2c4a9a;--get-in-touch-bg-color-mobile:#673a8f;--download-app-bg:url(/images/home/downloadAppBgBlue.webp);--download-app-bg-1440:url(/images/home/downloadAppBg1440Blue.webp);--download-app-bg-mobile:url(/images/home/downloadAppBgMobile.webp);--download-app-bg-ar:url(/images/home/downloadAppBgBlueAr.webp);--download-app-bg-ar-1440:url(/images/home/downloadAppBgBlue1440Ar.webp);--get-in-touch-bg:url(/images/home/getInTouchBgBlue.png);--get-in-touch-bg-mobile:url(/images/home/getInTouchBgBlueMobile.webp)}
.top_section_title{letter-spacing:0%;font-size:64px;font-weight:500;line-height:120%}.title{letter-spacing:0%;font-size:48px;font-weight:700;line-height:120%}@media (max-width:1200px){.title{font-size:36px}}@media (max-width:575px){.title{font-size:30px}}.sub_title{letter-spacing:0;margin-top:10px;font-size:20px;font-weight:500;line-height:120%}@media (max-width:1200px){.sub_title{font-size:18px}}@media (max-width:575px){.sub_title{font-size:16px}}.section_title{letter-spacing:0%;color:#2b3d5b;margin-bottom:15px;padding-inline-start:10px;font-size:20px;font-weight:500;line-height:120%;position:relative}.section_title:before{content:"";top:50%;background:#e61268;width:3px;height:90%;position:absolute;inset-inline-start:0;transform:translateY(-50%)}.main_btn{background-color:var(--primary);letter-spacing:0%;text-align:center;color:#fff;border:none;border-radius:12px;padding:14px 27px;font-size:18px;font-weight:700;line-height:120%}@media (max-width:991px){.main_btn{padding:10px 20px;border-radius:10px;padding:14px 24px;font-size:16px}}.main_btn_2{border:1px solid var(--primary);letter-spacing:0%;text-align:center;color:var(--primary);background-color:#0000;border-radius:100px;padding:14px 27px;font-size:16px;font-weight:700;line-height:120%}@media (max-width:991px){.main_btn_2{padding:10px 20px;border-radius:10px;padding:14px 24px;font-size:16px}}
@font-face{font-family:ppNeueMontreal;src:url(../media/ppneuemontreal_thin-s.p.b7e6aa82.otf)format("opentype");font-display:swap;font-weight:100;font-style:normal}@font-face{font-family:ppNeueMontreal;src:url(../media/ppneuemontreal_book-s.p.65d7d08f.otf)format("opentype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:ppNeueMontreal;src:url(../media/ppneuemontreal_medium-s.p.44ff7f84.otf)format("opentype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:ppNeueMontreal;src:url(../media/ppneuemontreal_bold-s.p.bfeca283.otf)format("opentype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:ppNeueMontreal;src:url(../media/ppneuemontreal_italic-s.p.109ff67e.otf)format("opentype");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:ppNeueMontreal;src:url(../media/ppneuemontreal_semibolditalic-s.p.7967f986.otf)format("opentype");font-display:swap;font-weight:600;font-style:italic}@font-face{font-family:ppNeueMontreal Fallback;src:local(Arial);ascent-override:101.42%;descent-override:25.62%;line-gap-override:0.0%;size-adjust:94.46%}.ppneuemontreal_6c260360-module__inpspG__className{font-family:ppNeueMontreal,ppNeueMontreal Fallback}.ppneuemontreal_6c260360-module__inpspG__variable{--font-ppneuemontreal:"ppNeueMontreal","ppNeueMontreal Fallback"}
