*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: rgba(84, 225, 179, 1);--secondary-color: rgba(105, 119, 201, 1);--black:#000000;--white:#ffffff;--primary-light:rgba(233, 255, 242, 1);--basic-black:rgba(23, 23, 23, 1);--gray:rgba(101, 101, 101, 1);--primary-gradient:linear-gradient(136.26deg, #A6F2D7 28.19%, #54E1B3 54.63%, #647FBC 93.22%);--font-14px:clamp(14px, .731vw, 16px);--font-16px:clamp(14px, .833vw, 20px);--font-18px:clamp(16px, .957vw, 22px);--font-20px:clamp(16px, 1.041vw, 20px);--font-21px:clamp(16px, 1.109vw, 24px);--font-22px:clamp(16px, 1.145vw, 26px);--font-23px:clamp(16px, 1.197vw, 26px);--font-24px:clamp(16px, 1.25vw, 28px);--font-26px:clamp(16px, 1.354vw, 30px);--font-27px:clamp(17px, 1.42vw, 33px);--font-30px:clamp(18px, 1.562vw, 30px);--font-32px:clamp(18px, 1.666vw, 37px);--font-34px:clamp(20px, 1.77vw, 34px);--font-36px:clamp(20px, 1.875vw, 36px);--font-37px:clamp(20px, 1.93vw, 37px);--font-40px:clamp(22px, 2.084vw, 40px);--font-45px:clamp(20px, 2.346vw, 50px);--font-50px:clamp(24px, 2.604vw, 50px);--font-53px:clamp(24px, 2.76vw, 59px);--font-60px:clamp(26px, 3.125vw, 60px);--font-64px:clamp(28px, 3.333vw, 70px);--font-72px:clamp(30px, 3.75vw, 80px);--font-80px:clamp(28px, 4.166vw, 80px);--font-90px:clamp(28px, 4.687vw, 90px);--font-122px:clamp(32px, 6.354vw, 122px);--font-150px:clamp(60px, 7.813vw, 150px);--font-outfit: "Outfit", sans-serif}body{font-family:var(--font-outfit)}ul{padding:0;margin:0}li{list-style:none}a{text-decoration:none;display:inline-block}span{display:inline-block}p{font-size:var(--font-20px);color:#000;margin-bottom:0}button{border:none;outline:none}input{outline:none;border:none}.section_pad{padding:80px 0}.common_sec_width{width:86.66%;margin:0 auto}.primary_btn{font-size:var(--font-22px);color:var(--white);padding:16px 100px;border-radius:40px;background-color:var(--primary-color)}.primary_btn.header_btn{font-size:var(--font-21px);border-radius:20px;padding:17.5px 47px;color:var(--primary-light)}.primary_btn.gradient_btn{background:var(--primary-gradient);color:#1b1b1b;box-shadow:0 5.33px 5.33px #00000040;font-weight:500}.section_title{font-size:var(--font-64px);font-weight:300;color:var(--basic-black);text-align:center;margin-bottom:40px}.section_title b{font-weight:600}.voilet-text{color:var(--secondary-color)}.pattern_bg{background-image:url(../images/elements/bg-pattern.webp);background-repeat:no-repeat;background-position:center;background-size:cover}.case_uppercase{text-transform:uppercase}header{position:sticky;z-index:999;top:0}.bottom_header{background-color:var(--white);box-shadow:0 5.33px 13.33px #00000040;padding:26px 0;position:relative;z-index:99}.bottom_header_wrap{display:flex;align-items:center;justify-content:space-between;gap:55px}.header_logo{width:20.1%;max-width:350px}.desktop_menu{margin-left:auto}.desktop_menu .main_menu_list{display:flex;align-items:center}.desktop_menu .main_menu_list .main_menu_link{padding:0 24px}.desktop_menu .main_menu_list .main_menu_link:first-child{padding-left:0}.desktop_menu .main_menu_list .main_menu_link:last-child{padding-right:0}.desktop_menu .main_menu_list .main_menu_link>a{font-size:var(--font-21px);color:var(--basic-black);text-transform:capitalize;padding:17px 5px;transition:all .3s linear}.desktop_menu .main_menu_list .main_menu_link.current_menu_item>a{color:var(--secondary-color);font-weight:600}.desktop_menu .main_menu_list .main_menu_link>a:hover{color:var(--secondary-color)}.header_button .header_btn{display:flex;align-items:center;gap:10px}.ham_btn,.mobile_menu{display:none}.hamburger{position:relative;width:1.5em;height:1.55em;font-size:inherit;transition:all .3s ease;cursor:pointer;margin-right:10px}.hamburger-line{position:absolute;right:0;width:100%;height:.18em;border-radius:.18em;background:var(--basic-black);transition:inherit}.hamburger-line:nth-child(1){top:.18em}.hamburger-line:nth-child(2){top:.66em}.hamburger-line:nth-child(3){top:1.14em}.hamburger.is-active .hamburger-line:nth-child(1){top:50%;transform:translateY(-50%) rotate(-135deg)}.hamburger.is-active .hamburger-line:nth-child(2){right:50%;width:0}.hamburger.is-active .hamburger-line:nth-child(3){top:50%;width:100%;transform:translateY(-50%) rotate(135deg)}body.menu_is_visible{overflow:hidden}.mobile_menu_overlay{position:fixed;inset:0;background-color:#0009;z-index:998;display:none;transition:opacity .3s ease}body.menu_is_visible .mobile_menu_overlay{display:block}.mobile_menu{position:fixed;top:0;right:-100%;width:100%;max-width:300px;height:100dvh;background-color:#f5f5f5;z-index:999;transition:right .3s ease;padding:2rem 1.5rem;overflow-y:auto;--webkit-overflow-scrolling: touch}.mobile_menu_list .mobile_menu_link>a{font-size:17px;color:var(--white-color);padding:17px 0;transition:all .3s linear}.mobile_menu_list .mobile_menu_link:first-child>a{padding-top:0}.mobile_menu_list .mobile_menu_link:last-child>a{padding-bottom:0}.mobile_menu.show-menu{display:block;right:0}.hero_section{background:linear-gradient(165deg,#fff 41.6% 41.6%,#fff 45.32%,#ecfcf7 48.02%,#54e1b3 62.6%,#647fbc 93.26%);padding:30px 0;position:relative;z-index:1}.hero_sec_row{align-items:center}.hero_content{padding-right:6%}.hero_content p{font-size:var(--font-21px)}.hero_title{font-size:var(--font-72px);font-weight:200}.hero_title b{font-weight:500}.hero_content .hero_title_text{font-size:var(--font-45px);font-weight:200;margin-bottom:15px}.btn-box.hero_content_btn{background-color:#ebebeb;width:fit-content;padding:6px 8px;border-radius:50px;margin-top:38px}.hero_content_btn a.hero_btn1{background-color:var(--secondary-color);color:var(--white)}.hero_content_btn a.hero_btn2{color:#000000b3;font-weight:400}.hero_image{text-align:right}.hero_image img{max-width:700px;width:82.6%}.design_element img{position:absolute}.design_element img:nth-of-type(1){right:0;bottom:0;z-index:-1}.hero_section .design_element img:nth-of-type(1){width:18.6%;max-width:380px}.hero_content_btn a{font-weight:500;font-size:var(--font-24px);border-radius:50px;padding:16px 37px}.about_sec{position:relative;z-index:1;scroll-margin-top:60px}.about_sec_wrap{text-align:center;margin:0 3%}.about_sec_wrap p{color:var(--gray);font-size:var(--font-24px);margin-bottom:40px}.about_sec_wrap .btn_box{margin-top:45px}.about_sec .design_element img:nth-of-type(1){left:0;top:0}.about_sec .design_element img:nth-of-type(2){bottom:0;right:0;rotate:180deg}.about_sec .design_element img{max-width:260px;width:12.5%}.why_jupera_sec{background:var(--primary-gradient);position:relative;z-index:1}.why_jupera_title_wrap{text-align:center;margin-bottom:50px}.why_jupera_sec .section_title{margin-bottom:25px}.why_jupera_title_wrap p{font-size:var(--font-24px);color:var(--basic-black)}.why_jupera_box{background-color:var(--white);text-align:center;padding:8% 10%;border-radius:24px;box-shadow:0 16px 16px #00000029;height:100%}.row.why_jupera_row{--bs-gutter-x: 20px;--bs-gutter-y: 25px}.why_jupera_box h3{font-size:var(--font-24px);font-weight:500;margin-top:25px;margin-bottom:7px}.why_jupera_sec .design_element img{width:14%;max-width:300px;z-index:-1}.why_jupera_sec .design_element img:nth-of-type(1){top:40px;left:0}.why_jupera_sec .design_element img:nth-of-type(2){left:20%;top:11%;width:21%;max-width:400px}.why_jupera_sec .design_element img:nth-of-type(3){top:0;left:49%;width:15%}.why_jupera_sec .design_element img:nth-of-type(4){top:5%;right:12%}.why_jupera_sec .design_element img:nth-of-type(5){right:0;top:0%;width:10%}.why_jupera_sec .design_element img:nth-of-type(6){right:0;bottom:9%;width:10%}.our_community_sec.section_pad{position:relative;z-index:1}.community_sec_row{align-items:center}.our_community_sec .design_element img:nth-of-type(1){left:0;top:0}.our_community_sec .design_element img:nth-of-type(2){bottom:0;right:0;rotate:180deg;width:13.5%}.our_community_sec .design_element img{max-width:380px;width:20%}.our_community_content p{font-size:var(--font-24px);color:var(--gray);margin-bottom:25px}.our_community_content p span{font-weight:600}.our_community_content .btn_box{margin-top:30px}.our_community_content{margin-left:-12%}.how_it_works_sec{background:var(--primary-gradient);position:relative;z-index:1}.how_it_works_box{background-color:var(--white);border-radius:40px;display:flex;height:100%}.how_it_works_content .section_title{font-size:var(--font-40px);text-align:left}.how_it_works_content ul li{font-size:var(--font-23px);font-weight:300;margin-bottom:30px;display:flex;gap:5px}.how_it_works_content ul li:last-child{margin-bottom:0}.how_it_works_img img{box-shadow:0 4px 44px #00000073;border-bottom-left-radius:55px;border-bottom-right-radius:56px}.how_it_works_img{padding:0 40px 40px;flex-shrink:0}.how_it_works_content{padding:40px 40px 40px 10px}.how_it_works_row{--bs-gutter-x: 20px}.how_it_works_sec .design_element img{z-index:-1}.how_it_works_sec .design_element img:nth-of-type(1){bottom:0;left:0;width:10.5%;max-width:230px}.how_it_works_sec .design_element img:nth-of-type(2){top:8%;left:3%;width:8.3%;max-width:200px}.how_it_works_sec .design_element img:nth-of-type(3){top:2%;right:7%;width:9.5%;max-width:230px}.how_it_works_sec .design_element img:nth-of-type(4){right:1.5%;bottom:0;width:6.5%;max-width:170px}.how_it_works_title_wrap .section_title{margin-bottom:60px}.coming_soon_sec{position:relative;z-index:1}.app_download_btn{display:flex;margin-top:40px;gap:32px}.app_store_btn{width:56.5%;max-width:300px}.app_store_btn img{max-width:100%}.app_store_btn{flex-shrink:0;flex-grow:1}.app_download_btn .app_store_btn:first-child img,.app_download_btn .app_store_btn:first-child p{max-width:92%}.app_download_btn .app_store_btn:first-child p{padding-right:5px}.coming_soon_sec_content .section_title{text-align:left;font-size:var(--font-53px);margin-bottom:12px}.coming_soon_sec_content p{font-size:var(--font-26px);color:var(--basic-black)}.coming_soon_row{align-items:center}.app_store_btn p{font-size:var(--font-16px);text-align:right;margin-top:5px}.coming_soon_sec_img img{max-width:100%}.coming_soon_sec_img{margin-bottom:-125px}.coming_soon_sec:before{position:absolute;content:"";width:120px;height:100%;top:0;left:0;background:linear-gradient(88.46deg,#54e1b3 -164.36%,#fff 90.69%)}.coming_soon_sec:after{position:absolute;content:"";width:120px;height:100%;top:0;right:0;background:linear-gradient(269.46deg,#54e1b3 -164.36%,#fff 98.69%)}.get_in_touch_sec{background:var(--primary-gradient)}.get_in_touch_title_wrap .section_title{margin-bottom:5px}.get_in_touch_title_wrap p{text-align:center;text-transform:capitalize;color:var(--basic-black);font-size:var(--font-32px);font-weight:200}.get_in_touch_title_wrap p b{font-weight:600}.get_in_touch_form_wrap{background-color:var(--white);border-radius:32px;margin-top:35px;padding:4.45%}.form_field_wrap{position:relative}.form_field_wrap input,.form_field_wrap textarea{border:1.33px solid rgba(232,230,234,1);border-radius:20px;padding:25px 24px 18px;color:var(--basic-black);font-size:var(--font-21px);width:100%}.form_field_wrap label{position:absolute;top:-14px;left:20px;font-size:var(--font-21px);background-color:var(--white);padding:0 5px}.row.get_in_touch_form_row{--bs-gutter-y: 40px}.form_field_wrap textarea{height:160px;resize:none}.get_in_touch_form_wrap .form_btn{text-align:center}.footer_sec{padding:40px 0;box-shadow:0 6.67px 8px #0000001a inset}.footer_logo img{width:18.5%;max-width:320px}.footer_sec_wrap{text-align:center}.footer_sec_wrap ul{display:flex;justify-content:center;align-items:center;gap:40px;margin-top:40px}.footer_sec_wrap ul a{font-size:var(--font-18px);color:var(--basic-black)}.border-line{border:1px solid rgba(170,170,170,1);margin:40px 0}.footer_bottom p{font-size:var(--font-14px);color:var(--basic-black);margin-bottom:5px}.copyright_text{margin-top:35px}.copyright_text p{font-size:var(--font-14px);color:var(--gray)}.policies_inner_page .section_title,.contact_us_title_wrap .section_title{margin-bottom:20px;font-weight:700;color:var(--primary-color)}.contact_us_form_wrap{background-color:var(--white);box-shadow:0 2px 16px #00000029;border-radius:24px;padding:3% 4.5%;margin:0 19.4%}.contact_us_form_wrap p{font-size:var(--font-18px);margin-bottom:30px;text-align:center}.contact_us_form_field label{font-size:var(--font-16px);font-weight:600;color:var(--basic-black);margin-bottom:7px;display:block}.contact_us_form_field input,.contact_us_form_field textarea{border:1px solid rgba(236,238,240,1);border-radius:10px;padding:15px 20px;font-size:var(--font-16px);color:var(--basic-black);width:100%}.contact_us_form_field textarea{height:105px;resize:none}.contact_us_form_row{--bs-gutter-y: 22px}.contact_us_form_row .form_btn{text-align:center;margin-top:10px}.contact_us_form_row .form_btn .primary_btn{padding:12px 114px;font-size:var(--font-24px)}.policies_content h3{font-size:var(--font-27px);color:var(--black);margin-bottom:10px;font-weight:700}.policies_content p{font-size:var(--font-27px);color:var(--black);margin-bottom:5px;line-height:1.7}.policies_content .policy_space{margin-bottom:40px}.policies_content ul li{font-size:var(--font-27px);color:var(--black);margin-bottom:5px;list-style:disc;line-height:1.7}.policies_inner_page .policies_content{margin-top:95px;margin-left:5%;margin-right:5%}.policies_content ul{padding-left:20px;margin-bottom:40px}.policies_content ul li::marker{font-size:var(--font-21px)}.policies_inner_page.pattern_bg{background-image:url(../images/elements/pattern-bg-2.webp);background-attachment:fixed}@media screen and (max-width:1680px){.our_community_content{margin-left:0%}.our_community_img{padding-right:4%}.how_it_works_content{padding:30px 30px 30px 0}.how_it_works_img{padding:0 30px 40px}}@media screen and (max-width:1600px){.about_sec_wrap p,.section_title{margin-bottom:30px}.how_it_works_img{max-width:56%}.app_store_btn{max-width:280px}.contact_us_form_wrap{margin:0 15.4%}}@media screen and (max-width:1536px){.coming_soon_sec:before,.coming_soon_sec:after{width:90px}.app_store_btn{max-width:250px}.coming_soon_sec_img{margin-bottom:-105px}.border-line{margin:30px 0}.copyright_text{margin-top:25px}}@media screen and (max-width:1440px){.section_pad{padding:70px 0}.why_jupera_icon img{width:100%;height:100%;object-fit:contain}.why_jupera_icon{width:40px;height:40px;margin:0 auto}.how_it_works_content ul li{margin-bottom:22px}.app_download_btn{gap:22px}.primary_btn{padding:14px 80px}.primary_btn.header_btn{border-radius:16px;padding:15px 40px}.hero_content_btn a{padding:14px 30px}.policies_inner_page .policies_content{margin-top:60px}.policies_content .policy_space,.policies_content ul{margin-bottom:30px}}@media screen and (max-width:1400px){.hero_content{padding-right:0}.hero_content_btn{margin-top:30px}.how_it_works_img{max-width:55%}.coming_soon_sec_img{margin-bottom:-90px}.app_store_btn{max-width:220px}.form_field_wrap textarea{height:140px}.contact_us_form_field input,.contact_us_form_field textarea{padding:12px 16px}.contact_us_form_wrap p{margin-bottom:20px}}@media screen and (max-width:1300px){.how_it_works_content ul li{margin-bottom:16px}.how_it_works_img img{border-bottom-left-radius:45px;border-bottom-right-radius:45px}.form_field_wrap input,.form_field_wrap textarea{border-radius:16px;padding:20px 20px 16px}.policies_inner_page .policies_content{margin-top:40px}}@media screen and (max-width:1200px){.common_sec_width{width:94%}.about_sec_wrap p,.section_title{margin-bottom:20px}.coming_soon_sec:before,.coming_soon_sec:after{width:30px}.app_store_btn{max-width:190px}.how_it_works_img{padding:0 20px 30px}.how_it_works_content{padding:20px 20px 20px 0}.how_it_works_content ul li{margin-bottom:10px}}@media screen and (max-width:991px){.hero_title,.hero_content .hero_title_text,.hero_content p{text-align:center}.btn-box.hero_content_btn{margin:30px auto 40px}.hero_image{text-align:center}.section_pad{padding:40px 0}.about_sec_wrap{margin:0}.about_sec_wrap .btn_box{margin-top:35px}.why_jupera_title_wrap{margin-bottom:30px}.our_community_img{padding:0 5%;margin-bottom:40px}.our_community_content{text-align:center}.our_community_content p{margin-bottom:15px}.how_it_works_title_wrap .section_title{margin-bottom:40px}.how_it_works_img{padding:0 40px 40px}.how_it_works_img img{border-bottom-left-radius:50px;border-bottom-right-radius:50px}.how_it_works_row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 40px}.coming_soon_sec{padding:40px 0}.coming_soon_sec_content .section_title,.coming_soon_sec_content p{text-align:center}.app_download_btn{margin-top:30px}.app_download_btn{justify-content:center}.coming_soon_sec_content{margin-bottom:40px}.coming_soon_sec_img{margin-bottom:-40px}.coming_soon_sec:before,.coming_soon_sec:after{content:none}.desktop_menu,.header_button{display:none}.ham_btn{display:block}.footer_logo img{width:110px}.header_logo{width:140px;max-width:280px}.contact_us_form_wrap{margin:0 10%}.policies_inner_page .policies_content{margin-top:25px}}@media screen and (max-width:575.5px){.common_sec_width{width:98%}.hero_content_btn a{padding:10px;font-size:15px}.btn-box.hero_content_btn{margin:30px auto}.why_jupera_sec .section_title{margin-bottom:20px}.our_community_img{padding:0;margin-bottom:30px}.our_community_sec .design_element img:nth-of-type(2){display:none}.app_download_btn{justify-content:center;flex-direction:column;align-items:center}.app_download_btn .app_store_btn:first-child img,.app_download_btn .app_store_btn:first-child p{max-width:100%}.get_in_touch_form_wrap{padding:30px 20px;border-radius:25px}.row.get_in_touch_form_row{--bs-gutter-y: 30px}.form_field_wrap input,.form_field_wrap textarea{border-radius:13px;padding:16px 16px 14px}.form_field_wrap textarea{height:100px}.footer_sec_wrap ul{flex-direction:column;gap:9px;margin-top:16px}.contact_us_form_wrap{margin:0}.contact_us_form_row{--bs-gutter-y: 16px}.contact_us_form_field textarea{height:85px}.contact_us_form_row .form_btn .primary_btn{padding:10px 84px}.policies_inner_page .policies_content{margin:25px 0 0}.how_it_works_box{flex-direction:column}.how_it_works_img{max-width:100%}.how_it_works_content{padding:0 30px 30px}}
