@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Lavishly+Yours&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");:root{--primary-color:#2c3029;--secondary-color:#264028;--accent-color:#3d3a35;--text-color:#2c2c2c;--heading-color:#1e3a2c;--background-color:#fff;--footer-background:var(--primary-color);--navbar-background:hsla(0,0%,100%,0);--navbar-text-color:#101010;--hero-banner-color:#f7f6f6;--danger:rgba(212,14,14,.905);--button-gradient:var(--primary-color);--button-hover:var(--secondary-color);--button-hover-shadow:0 6px 15px rgba(0,0,0,.15);--button-active-shadow:0 2px 5px rgba(0,0,0,.1);--card-background:#f3f3ec;--card-shadow:0 4px 12px rgba(0,0,0,.08);--border-color:#dddcd8;--font-family:Poppins,"sans-serif";--heading-font-weight:600;--base-font-size:16px;--spacing:10px;--border-radius:8px;--heading-font-family:Poppins,sans-serif;--normal-font-family:Poppins,sans-serif;--heading-font-size:2rem;--subtext-font-size:1.1rem;--button-font-size:1.2rem;--shadow-light:0 4px 10px rgba(0,0,0,.1);--shadow-medium:0 6px 15px rgba(0,0,0,.2);--transition:all 0.3s ease-in-out;--loading-solid-color:#ececec;--loading-color-1:linear-gradient(90deg,#ddd6d6 25%,#f3f3f3 50%,#ececec 75%);--loading-color-2:linear-gradient(90deg,#ddd6d6 25%,#f3f3f3 50%,#cbc3c3 75%);--loading-bg-size:200% 100%;--loading-animation:loading 2s infinite linear;--profile-secondary-color:#e0ebe0;--list-hover-bg:hsla(120,4%,58%,.114);--success:#22c55e;--progress:#3b82f6;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--card-bg:#fff;--border-color:#e5e7eb}html{scroll-behavior:smooth}body{font-family:var(--normal-font-family);margin:0;padding:0;color:var(--text-color);background:hsla(0,0%,100%,.733) url(/images/body-background.png);background-size:cover;background-repeat:no-repeat;background-position:50%;background-attachment:fixed;background-blend-mode:multiply;overflow-x:hidden;width:100%;height:-moz-fit-content;height:fit-content}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.963);z-index:-2}*{padding:0;margin:0;box-sizing:border-box}.hide{display:none}a{text-decoration:none;color:unset}.container{width:90%;max-width:1200px;margin:0 auto;padding:20px}.btn,button{display:inline-flex;align-items:center;justify-content:center;padding:var(--spacing) 18px;font-size:var(--base-font-size);color:#fff;background:var(--button-gradient);border:none;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);position:relative;overflow:hidden;box-shadow:var(--shadow-light);font-family:Poppins,sans-serif}.btn:active,button:active{transform:scale(.98);box-shadow:var(--button-active-shadow)}.btn:before,button:before{content:"";position:absolute;top:50%;left:50%;width:300%;height:300%;background:radial-gradient(circle,hsla(0,0%,100%,.3) 10%,transparent 70%);transition:all .4s ease-in-out;transform:translate(-50%,-50%) scale(0)}.btn:hover:before,button:hover:before{transform:translate(-50%,-50%) scale(1);opacity:0}.button-outline{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.button-outline:hover{background:var(--primary-color);color:#fff}button:disabled{background:#ccc;cursor:not-allowed}.authform{position:fixed;top:0;z-index:100;background-color:rgba(9,9,9,.553);width:100%;height:100vh;overflow:auto;padding:150px 0 0;display:flex;align-items:center;justify-content:center}.authform .closebtn{position:absolute;top:20px;right:30px;background-color:red;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:20px;cursor:pointer}.chat_Button{width:70px;height:70px;border-radius:50%;box-shadow:0 0 20px -14px #000;position:fixed;bottom:30px;right:20px;background-color:#383131;color:green;display:flex;align-items:center;justify-content:center;font-size:12px;flex-direction:column;cursor:pointer;transition:all .3s ease-in-out;z-index:1000;animation:chat_btn_animate 3s ease-in-out infinite alternate}.chat_Button img{width:30px;height:auto;object-fit:contain}h1,h2,h3{font-weight:var(--heading-font-weight);color:var(--heading-color);font-family:var(--heading-font-family)}.loader-track{width:100%;height:3px;background-color:transparent;position:fixed;top:0;left:0;z-index:21}.loader-thumb{display:block;border-radius:0 10px 10px 0;width:20%;background-color:green;height:100%;transition:1s}@keyframes loading{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes chat_btn_animate{0%{scale:.9}40%{scale:1}70%{scale:.8}to{scale:1}}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px)}10%,90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}header{width:100%;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:0;left:0;z-index:11}.offerBanner{width:100%;height:40px;background-color:#ffd814;font-size:12px;display:flex;align-items:center;justify-content:center;color:#000;padding:2px;text-align:center}.navHolder{height:170px;display:none}.navbar{width:100%;height:130px;top:0;left:0;display:flex;justify-content:space-between;background:var(--navbar-background);z-index:10;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);flex-wrap:wrap}.navOpen,.navbar{color:var(--navbar-text-color)}.navOpen{padding:0;height:-moz-fit-content;height:fit-content}.navOpen .nav-left{height:70px}.nav-user-option{height:-moz-fit-content;height:fit-content;display:flex;align-items:center;justify-content:right;width:100%;max-width:300px}.nav-user-option a{border-left:1px solid hsla(0,0%,57%,.185);padding:12px;justify-content:center}.nav-user-option a,.navigation{height:100%;display:flex;align-items:center}.navigation{width:100%;justify-content:space-evenly}.navigation a{padding:10px}.nav-left a{text-decoration:none}.name-head{display:flex;align-items:center;justify-content:left}.nav-left .name-head img{width:auto;min-width:100px;max-width:15vw;height:100%;max-height:100px;margin:1px 5px;object-fit:contain;transition:all .6s}.navFixed .name-head img{width:100px;height:auto}.nav-left,.nav-mid,.nav-right{display:flex;align-items:center}.nav-mid{width:60%;justify-content:space-around}.nav-mid .mobile-header{width:100%;display:none;align-items:center;justify-content:space-between}.nav-mid .mobile-header img{width:80px;height:auto;object-fit:contain}.icon_label{display:none;font-size:30px}.nav-links,.nav-links .link,.subheader .link{display:flex;align-items:center;justify-content:center}.nav-links .link,.subheader .link{border-bottom:2px solid transparent;position:relative;height:30px;flex-direction:column;padding:8px;font-size:1rem;font-family:Poppins,sans-serif}.link .link-text{display:flex;align-items:center;gap:4px;padding:5px 0}.link i{display:inline-flex}.nav-links .activeLink{border-bottom:2px solid green}.submenu-toggle{display:flex;align-items:center;justify-content:center;gap:10px}.submenu-toggle i{height:-moz-fit-content;height:fit-content}.has-submenu{position:relative}.submenu-wrapper{display:none;position:absolute;background:#fff;padding:.5rem 1rem;z-index:100;top:100%;min-width:-moz-fit-content;min-width:fit-content;width:200px;left:0;flex-direction:column}.submenu-Close{display:block;height:40px;border-radius:8px;font-size:1rem;cursor:pointer;display:flex;align-items:center}.toogleNavBar{display:none;margin:0 10px;border:none;outline:none;background:transparent;cursor:pointer;color:var(--navbar-text-color);padding:10px;font-size:20px}.subheader{width:100%;background-color:#fff;color:#000;display:flex;align-items:center;justify-content:flex-start;gap:20px;flex-wrap:wrap;transition:all .3s ease-in-out;opacity:.7;max-height:0;padding:0 20px;position:absolute;transition:all .5s}.submenu-close{width:100%}.subheader.show{padding:20px;max-height:-moz-fit-content;max-height:fit-content;display:flex;opacity:1;height:-moz-fit-content;height:fit-content;box-shadow:0 7px 20px -18px}.subheaderLinks{width:100%;display:flex;flex-direction:column}@media screen and (max-width:900px){.nav-mid{order:3;height:100vh;width:100%;background-color:#fff;position:fixed;top:0;left:0;transform:translateX(-100%);transition:all .6s ease-in;flex-direction:column;align-items:center;justify-content:start;display:none}.nav-mid .mobile-header{display:flex}.navbar{height:80px}.nav-right{width:-moz-fit-content;width:fit-content}.toogleNavBar{display:flex}.nav-left{justify-content:left;height:100%;min-height:70px}.nav-links{min-width:90vw;justify-content:start;flex-direction:column;display:flex;width:100%;height:-moz-fit-content;height:fit-content;z-index:10;padding:0 30px}.nav-links .link,.nav-links select,.subheader .link{flex-direction:row;height:unset;width:100%;display:flex;justify-content:left;align-items:center;padding:var(--spacing);font-size:1.1rem}.nav-links .activeLink,.subheader .activeLink{background-color:#dff3df;border-radius:8px;border:transparent}.has-submenu{position:relative}.nav-links .activeLink:after{display:none}.icon_label{font-size:1rem;display:inline-flex}.subheader{left:100%;position:fixed;top:0;height:100vh;width:100%;display:flex;flex-direction:column;opacity:1}.subheader.show{max-height:100vh;height:100vh;left:0}.subheader .headBtn{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:ce}}@media screen and (max-width:750px){.navHolder{height:130px}}footer{width:100%;min-height:40vh;margin-top:50px;text-align:center;color:var(--primary-color);border-top:2px solid green;position:relative}footer:after{z-index:-1;content:"";width:100%;height:100%;position:absolute;top:0;left:0;opacity:.9;background-image:url(/images/footer\ bg.png);background-repeat:no-repeat;background-size:cover}.newsLetter{width:100%;padding:20px}.newsLetter .text-content{display:flex;flex-direction:column;gap:20px;align-items:center}.newsLetter h2,.newsLetter p{padding:0}.newsLetter p{font-weight:400;font-size:18px}.newsLetter .field{width:100%;padding:20px 0;max-width:800px;display:grid;grid-template-columns:1fr 100px;margin:auto}.field input{outline:1px solid green;padding:0 10px;border:none}.field button{outline:1px solid var(--primary-color);border-radius:0}.field button:hover{transform:none}.otherPlatforms{display:flex;align-items:center;padding:30px 0;flex-direction:column}.otherPlatformsin{width:100%;display:flex;align-items:center;gap:20px}.otherPlatformsin .amazon,.otherPlatformsin .flipkart,.otherPlatformsin .meesho{max-width:100px;height:50px;width:auto;aspect-ratio:2/1}.phonepayLogoFooter{width:90px!important}.footer-content{display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap-reverse;border-bottom:2px solid var(--primary-color);padding:0 20px}.footer-content .footer-section{width:100%;max-width:350px;min-width:-moz-fit-content;min-width:fit-content;padding:20px;text-align:left}.footer-content .footer-section,.footer-content ul{display:flex;align-items:center;justify-content:center;flex-direction:column}.footer-content ul{padding:0;margin:0;max-width:300px}.footer-content ul li{width:100%;padding:10px 0;font-size:16px;font-weight:400}.footer h2{width:-moz-fit-content;width:fit-content;text-align:center;border-bottom:2px solid var(--primary-color);font-size:16px}.Footer-logo,.Footer-logo-mobile,.payment-opt{width:100%;height:-moz-fit-content;height:fit-content;display:flex;align-items:center;justify-content:center}.Footer-logo img,.Footer-logo-mobile img{width:140px;height:auto;object-fit:contain}.Footer-logo-mobile{display:none}.payment-opt img{height:30px}.app-images{width:100%;height:70px;display:flex;align-items:center;justify-content:center;gap:10px;max-width:400px}.app-images img{width:60px;height:auto;object-fit:contain}.social-app{width:100%;justify-content:space-between;max-width:300px}.social-app img{width:35px;height:auto;margin:10px 0}.footer-connect{width:100%}@media screen and (max-width:900px){.footer-content{padding:20px 0}.footer-content .footer-section{max-width:100%;align-items:start}.footer-content .footer-section ul{padding:20px;max-width:none}.Footer-logo{display:none}.Footer-logo-mobile{display:flex}.footer-content .payment-opt{width:100%;max-width:none}.appIcons{width:100%}.payment-opt{justify-content:space-around}.otherPlatforms{width:100%}.otherPlatformsin{width:100%;justify-content:center}}