@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap);*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}:root{--white-color:#fff;--dark-color:#252525;--primary-color:#3b141c;--secondary-color:#f3961c;--light-pink-color:#faf4f5;--medium-gray-color:#ccc;--font-size-s:0.9rem;--font-size-n:1rem;--font-size-m:1.12rem;--font-size-l:1.5rem;--font-size-xl:2rem;--font-size-xxl:2.3rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semi-bold:600;--font-weight-bold:700;--border-radius-s:8px;--border-radius-m:30px;--border-radius-circle:50%;--site-width:1300px}html{scroll-behavior:smooth}ul{list-style:none}a{text-decoration:none}button{background:none;border:none;cursor:pointer}img{height:80%;max-width:90%}.section-content{margin:0 auto;max-width:var(--site-max-width);padding:0 20px}.section-title{font-size:2rem;font-size:var(--font-size-xl);padding:60px 0 100px;text-align:center;text-transform:uppercase}.section-title:after{border-radius:8px;border-radius:var(--border-radius-s);content:"";display:block;height:5px;margin:10px auto 0;width:80px}.section-title:after,header{background:#f3961c;background:var(--secondary-color)}header{box-shadow:0 2px 10px #0000000d;position:fixed;width:100%;z-index:50}header .navbar{align-items:center;display:flex;justify-content:space-between;padding:15px 30px}.nav-logo img{height:50px}.navbar .nav-menu{align-items:center;background:#f7f7f7;border-radius:50px;display:flex;gap:15px;padding:10px 25px}.navbar .nav-menu .nav-item{list-style:none}.navbar .nav-menu .nav-link{border-radius:25px;color:#333;font-size:1rem;font-weight:500;padding:6px 14px;transition:.3s}.navbar .nav-menu .nav-link:hover{background:#111;color:#fff}.nav-icons a{color:#333;font-size:18px;margin-left:15px;transition:.3s}.nav-icons a:hover{color:#111}.navbar :where(#menu-close-button,#menu-open-button){background:none;border:none;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:900px){.navbar .nav-menu{background:#fff;border-radius:0;box-shadow:-2px 0 8px #0000001a;flex-direction:column;gap:20px;height:100%;padding:60px 20px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:250px}body.show-mobile-menu .navbar .nav-menu{right:0}.navbar #menu-close-button,.navbar #menu-open-button{color:#333;display:block}.navbar #menu-close-button{position:absolute;right:20px;top:20px}.nav-icons{display:none}}.hero-section{background:#3b141c;background:var(--primary-color);min-height:100vh}.hero-section .section-content{align-items:center;color:#fff;color:var(--white-color);display:flex;justify-content:space-between;min-height:100vh}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.hero-section .hero-image-wrapper .hero-image{animation:slideInFromRight .8s forwards;animation-delay:.5s;height:auto;max-width:95%;opacity:0}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.hero-section .hero-details .description,.hero-section .hero-details .subtitle,.hero-section .hero-details .title{animation:slideInFromLeft .6s forwards;opacity:0}.hero-section .hero-details .title{animation-delay:.1s;color:#f3961c;color:var(--secondary-color);font-family:miniver,sans-serif;font-size:70px;font-weight:600;font-weight:var(--font-weight-semi-bold);margin-top:10px;text-align:center}.hero-section .hero-details .subtitle{animation-delay:.4s;margin-bottom:10px;margin-top:8px}.hero-section .hero-details .description,.hero-section .hero-details .subtitle{font-size:2rem;font-size:var(--font-size-xl);font-weight:600;font-weight:var(--font-weight-semi-bold);max-width:70%;text-align:center}.hero-section .hero-details .description{animation-delay:.7s;color:#faf4f5;color:var(--light-pink-color);margin-bottom:40px;margin-top:10px}.hero-section .hero-details .buttons{display:flex;gap:23px;margin-top:20px}.hero-section .hero-details .button{background:#f3961c;background:var(--secondary-color);border:3px solid #0000;border-radius:30px;border-radius:var(--border-radius-m);color:#3b141c;color:var(--primary-color);font-weight:500;font-weight:var(--font-weight-medium);padding:10px 26px;transition:.3s ease}.hero-section .hero-details .button:hover{background:#0000;border-color:#fff;border-color:var(--white-color);color:#fff;color:var(--white-color)}.elementor-image-carousel-wrapper{overflow:hidden;width:100%}.elementor-image-carousel .swiper-slide{align-items:center;display:flex;justify-content:center}.elementor-image-carousel .swiper-slide-inner img{display:block;height:200px;width:220px}@media (max-width:767px){.elementor-image-carousel .swiper-slide-inner img{height:auto;width:100px}}.page-header h2{font-size:2.8rem;font-weight:700;margin-bottom:15px}.page-header p{font-size:1.2rem;margin:0 auto;max-width:800px;opacity:.9}.founders-section{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-bottom:60px}.founder-card{background:#822d2d;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:320px}.founder-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-10px)}.founder-img{border-bottom:4px solid #f3961c;height:300px;object-fit:cover;width:100%}.founder-info{padding:25px}.founder-name{color:#fff;font-size:1.6rem;font-weight:600;margin-bottom:10px}.founder-role{color:#f3961c;font-size:1.1rem;font-weight:500;margin-bottom:15px}.journey-section{background:#fadada;box-shadow:0 10px 30px #00000014;margin-bottom:60px;overflow:hidden;padding:40px;position:relative}.journey-section:before{background:linear-gradient(180deg,#3b141c,#f3961c);border-radius:10px;content:"";height:100%;left:0;position:absolute;top:0;width:8px}.journey-title{color:#3b141c;font-size:2.2rem;margin-bottom:30px;padding-bottom:15px}.journey-title:after{background:#f3961c;width:100px}.journey-content{color:#444;font-size:1.1rem;line-height:1.8;text-align:justify}.highlight{background:#faf4f5;background:var(--light-pink-color);border-left:4px solid #f3961c;border-radius:12px;margin:25px 0;padding:20px}.highlight-accent{color:#530606;font-weight:600}.highlight-blue{color:#490404;font-weight:600}.timeline{display:flex;flex-direction:column;margin:40px 0;padding-left:30px;position:relative}.timeline:before{background:#f3961c;border-radius:2px;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.timeline-item{margin-bottom:30px;padding-left:30px;position:relative}.timeline-item:before{background:#3b141c;border:3px solid #f3961c;border-radius:50%;content:"";height:16px;left:-38px;position:absolute;top:8px;width:16px}.timeline-year{color:#3b141c;font-size:1.2rem;font-weight:700;margin-bottom:5px}.timeline-content{color:#555}.mission-section{background:linear-gradient(135deg,#3b141c,#6b2c3c);border-radius:20px;color:#fff;margin-bottom:60px;padding:50px 40px;text-align:center}.mission-title{display:inline-block;font-size:2rem;margin-bottom:25px;padding-bottom:10px;position:relative}.mission-title:after{background:#f3961c;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:70px}.mission-content{font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:800px}.features-section{background:#f2e0b2;color:#252525;color:var(--dark-color);padding:60px 20px 100px;text-align:center}.features-container{align-items:center;display:flex;gap:30px;justify-content:center;margin:0 auto;max-width:1300px;max-width:var(--site-width)}.features-column{display:flex;flex:1 1;flex-direction:column;gap:18px}.feature-box{background:#f8f6f4;border-radius:8px;border-radius:var(--border-radius-s);box-shadow:0 3px 10px #00000014;opacity:0;padding:15px 18px}.feature-box .name{color:#c62828;font-size:1.5rem;font-size:var(--font-size-l);font-weight:600;font-weight:var(--font-weight-semi-bold);margin-bottom:8px}.feature-box .text{color:#444;font-size:1.12rem;font-size:var(--font-size-m);line-height:1.6}.features-center{flex:0 0 auto}.features-center .mobile-image{display:block;height:auto;margin:0 auto;max-width:460px}.features-column.left .feature-box.animate{animation:slideInLeft .8s ease-out forwards}.features-column.right .feature-box.animate{animation:slideInRight .8s ease-out forwards}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-80px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(80px)}to{opacity:1;transform:translateX(0)}}.features-column.left .feature-box:first-child{animation-delay:.1s}.features-column.left .feature-box:nth-child(2){animation-delay:.3s}.features-column.left .feature-box:nth-child(3){animation-delay:.5s}.features-column.left .feature-box:nth-child(4){animation-delay:.7s}.features-column.right .feature-box:first-child{animation-delay:.1s}.features-column.right .feature-box:nth-child(2){animation-delay:.3s}.features-column.right .feature-box:nth-child(3){animation-delay:.5s}.features-column.right .feature-box:nth-child(4){animation-delay:.7s}@media screen and (max-width:1024px){.features-container{flex-direction:column;text-align:center}.features-column{width:100%}.features-center{margin:30px 0}}@media screen and (max-width:900px){:root{--font-size-m:1rem;--font-size-l:1.3rem;--font-size-xl:1.5rem;--font-size-xxl:1.8rem}body.show-mobile-menu:before{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0003;content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:5}.navbar :where(#menu-close-button,#menu-open-button){display:block;font-size:1.5rem;font-size:var(--font-size-l)}.navbar #menu-close-button{position:absolute;right:30px;top:30px}.navbar #menu-open-button{color:#fff;color:var(--white-color)}.navbar .nav-menu{align-items:center;background:#fff;background:var(--white-color);display:block;display:inline- block;flex-direction:column;height:100%;left:-300px;padding-top:50px;position:fixed;top:0;transition:left .2s ease;width:200px;z-index:20}body.show-mobile-menu .navbar .nav-menu{left:0}.navbar .nav-menu .nav-link{box-shadow:0 4px 6px #0000001a;color:#252525;color:var(--dark-color);display:block;font-size:1.5rem;font-size:var(--font-size-l);margin:17px}.hero-section .section-content{flex-direction:column-reverse;gap:50px;justify-content:center;padding:30px 20px 20px;text-align:center}.about-section .about-details,.hero-section .hero-details :is(.subtitle,.description){max-width:100%}.hero-section .hero-details .buttons{justify-content:center}.hero-section .hero-image-wrapper{margin-right:0;max-width:270px}.about-section .section-content{flex-direction:column;gap:70px}.about-section .about-image-wraper .about-image{aspect-ratio:1;height:100%;max-width:250px;width:100%}}.feedback-section{background:#fbf3f3;border-radius:20px;box-shadow:0 10px 30px #0000001a;margin:0 auto;max-width:1500px;padding:60px 20px 100px;text-align:center}.section-title{margin-bottom:-50px}.section-subtitle{color:#f3961c;color:var(--secondary-color);margin-bottom:40px}.reviews-container{margin:30px auto 0;max-width:1000px;overflow:hidden;padding:20px 0}.reviews-slider{display:flex;transition:transform .2s ease-in-out}.review-slide{align-items:center;background:#3b141c;background:var(--primary-color);border-radius:30px;border-radius:var(--border-radius-m);box-shadow:0 4px 15px #00000026;box-sizing:border-box;color:#fff;color:var(--white-color);display:flex;flex-basis:calc(33.333% - 30px);flex-direction:column;flex-grow:0;flex-shrink:0;margin:0 15px;min-height:300px;min-width:16.66%;padding:25px;transition:transform 0s ease-in-out}.reviewer-image{border:3px solid #f3961c;border:3px solid var(--secondary-color);border-radius:50%;border-radius:var(--border-radius-circle);height:80px;margin-bottom:15px;object-fit:cover;width:80px}.review-text{color:#f3961c;color:var(--secondary-color);flex-grow:1;font-size:1.12rem;font-size:var(--font-size-m);line-height:1.6;margin-bottom:15px;text-align:center}.reviewer{color:#fff;color:var(--white-color);font-size:18px;font-weight:700;font-weight:var(--font-weight-bold)}.slider-controls{display:flex;gap:15px;justify-content:center;margin-top:40px}.slider-controls button{align-items:center;background:#3b141c;background:var(--primary-color);border-radius:8px;border-radius:var(--border-radius-s);color:#fff;color:var(--white-color);cursor:pointer;display:flex;font-size:16px;gap:8px;padding:10px 15px;transition:.2s}.slider-controls button:hover{background:#f3961c;background:var(--secondary-color);color:#fff;color:var(--white-color)}.slider-dots{display:flex;gap:10px;justify-content:center;margin-top:25px}.dot{background:#4a6bff4d;border-radius:50%;cursor:pointer;height:12px;transition:.3s;width:12px}.dot.active{background:#3b141c;background:var(--primary-color)}@media (max-width:1024px){.review-slide{margin-right:8px;min-width:33.33%}}@media (max-width:768px){.review-slide{margin-right:8px;min-width:50%}}@media (max-width:480px){.review-slide{margin-right:0;min-width:100%}}.container{margin:1% auto;max-width:1480px;padding-top:40px}.demo-section{background:#fbee9a;box-shadow:0 10px 30px #0000001a;margin:30px auto;overflow:hidden}.demo-section .journey-title{background:linear-gradient(135deg,#3172a7,#2a476d);color:#fff;font-size:2.2rem;letter-spacing:1px;padding:25px;text-align:center;text-shadow:2px 2px 4px #0000004d}.demo-section .section-content{display:flex;flex-wrap:wrap;padding:20px}.left-column{flex:3 1;min-width:300px;padding:15px}.right-column{align-items:center;display:flex;flex:2 1;flex-direction:column;justify-content:center;min-width:250px;padding:15px}.demo-list{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);list-style:none}.demo-item{align-items:center;aspect-ratio:1/1;background:#fff;border-radius:10px;box-shadow:0 5px 15px #00000014;display:flex;justify-content:center;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.demo-item:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.demo-image{display:block;height:100%;transition:transform .5s ease;width:100%}.demo-item:hover .demo-image{transform:scale(1.05)}.featured-demo{align-items:center;background:#fff;border-radius:10px;box-shadow:0 8px 20px #0000001a;display:flex;justify-content:center;overflow:hidden;transition:transform .3s ease;width:100%}.featured-demo:hover{transform:translateY(-5px)}.featured-image{display:block;height:100%;max-height:400px;object-fit:contain;width:70%}.second-section{margin-top:40px}.second-section .journey-title{background:linear-gradient(135deg,#3172a7,#2a476d)!important}.second-demo-item{border:1px solid #e9ecef}.second-demo-item,.second-featured-demo{background:#f8f9fa}.footer{background:#252525;border-radius:20px 20px 0 0;margin-top:40px;padding:30px}.footer-logo{color:#f3961c;font-size:2rem;font-weight:700;margin-bottom:20px}.social-icons{gap:20px;margin:20px 0}.social-icons a{color:#fff;font-size:1.5rem;transition:color .3s ease}.social-icons a:hover{color:#f3961c}.copyright{margin-top:20px;opacity:.8}.influencer-corner{padding:40px 20px;text-align:center}.influencer-corner .title h2{color:#222;font-size:2rem;font-weight:700;margin-bottom:20px}.video-row{display:flex;flex-wrap:nowrap;gap:10px;justify-content:center;overflow-x:auto;padding-bottom:40px}.influencer-video{border-radius:10px;box-shadow:0 4px 12px #0003;height:auto;transition:transform .3s ease,box-shadow .3s ease;width:180px}.influencer-video:hover{box-shadow:0 8px 18px #0000004d;transform:scale(1.05)}body{background-color:#f5f8ff;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}.navbar{align-items:center;box-shadow:0 2px 15px #0003;color:#fff;display:flex;justify-content:space-between;left:0;padding:15px 5%;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar,.navbar.scrolled{background:#f3961c;background:var(--secondary-color)}.navbar.scrolled{padding:10px 5%}.logo{align-items:center;display:flex;gap:10px}.logo img{height:40px}.logo-text{font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:25px}.nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#feb47b}.main-content{margin-top:80px;padding:20px}.contact-section{margin:40px auto;max-width:1200px;padding:40px}.journey-title{color:#333;font-size:2rem;font-size:var(--font-size-xl);margin-bottom:40px;padding-bottom:25px;position:relative;text-align:center}.journey-title:after{background:linear-gradient(90deg,#da883c,#ec883c);border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.contact-container{gap:30px}.app-promo,.contact-container{display:flex;flex-direction:column}.app-promo{align-items:center;background:#f5e4ce;border-radius:20px;box-shadow:0 15px 30px #0000001a;color:#fff;overflow:hidden;padding:30px;position:relative;text-align:center}.app-promo:before{background:#ffffff1a;border-radius:50%;content:"";height:150px;position:absolute;right:-50px;top:-50px;width:150px}.app-promo h2{color:#3d0110;font-size:2.2rem;line-height:1.3;margin-bottom:25px;z-index:1}.app-images{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:20px 0}.contact-img{border-radius:20px;box-shadow:0 10px 20px #0003;transition:transform .3s ease;width:180px}.contact-img:hover{transform:translateY(-5px)}.download-btn{background:linear-gradient(90deg,#ff7e5f,#feb47b);border:none;border-radius:50px;box-shadow:0 5px 15px #ff7e5f66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:15px;padding:12px 30px;transition:all .3s ease}.download-btn:hover{box-shadow:0 8px 20px #ff7e5f99;transform:translateY(-3px)}.bottom-sections{display:flex;flex-wrap:wrap;gap:30px}.about-section{background:#f5e4ce;border-radius:20px;box-shadow:0 10px 25px #0000000d;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:300px;padding:30px}.about-content{text-align:center}.brand-image{margin-bottom:20px}.brand-image img{border-radius:15px;max-width:180px}.heading{color:#3d0110;font-size:1.8rem;margin-bottom:15px}.description{color:#555;font-size:1rem;line-height:1.6}.contact-info-section{background:#f5e4ce;border-radius:20px;box-shadow:0 10px 25px #0000000d;flex:1 1;min-width:300px;padding:30px}.contact-info-list{list-style:none;margin-bottom:25px}.contact-info-list li{align-items:flex-start;display:flex;margin-bottom:20px}.icon-wrapper{align-items:center;background:#3b141c;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-right:15px;width:40px}.icon-wrapper i{color:#fff;font-size:18px}.icon-text{color:#555;line-height:1.5}.social-heading{color:#3b141c;font-size:1.5rem;margin-bottom:15px;text-align:center}.social-icons{gap:15px;margin-bottom:25px}.social-icon,.social-icons{display:flex;justify-content:center}.social-icon{align-items:center;background:#3b141c;border-radius:50%;color:#fff;font-size:20px;height:45px;transition:all .3s ease;width:45px}.social-icon:hover{box-shadow:0 5px 15px #2d3a804d;transform:translateY(-5px)}.design-image{text-align:center}.design-image img{border-radius:10px;max-width:200px}.footer{background:#3b141c;border-radius:0 0 0 0;color:#fff;margin-top:50px;padding:25px;text-align:center}@media (max-width:768px){.bottom-sections{flex-direction:column}.app-promo h2{font-size:1.8rem}.contact-img{width:150px}}@media (max-width:480px){.journey-title{font-size:2rem}.app-promo{padding:20px}.app-promo h2{font-size:1.5rem}.contact-img{width:130px}}
/*# sourceMappingURL=main.cbe589ee.css.map*/