*{margin:0;padding:0;box-sizing:border-box;font-family:Nunito Sans,sans-serif;scroll-behavior:auto}::-webkit-scrollbar{width:0px}:root{--speed: .5s}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.h-container{display:flex;align-items:center;justify-content:space-between;padding:1rem;position:fixed;width:100%;z-index:15}.h-menu a{color:#fff;display:inline;flex-direction:row;text-decoration:none;justify-content:space-between;padding:2em;font-size:.9rem;font-weight:700;font-size:29px;line-height:40px;letter-spacing:1px}.social-media-nav-bar:hover{color:#fda0e0!important;cursor:pointer;transition:.3s ease-in}.h-wrapper{position:relative;background:#e34967;background:linear-gradient(148deg,#e34967f5,#b34e99e5 34%,#9f50aee3 63%,#8b52c3e9 98%);width:100%;height:100vh}.h-wrapper:before{content:"";background-image:url(/assets/sitar_tabla_tanpura_6-6igPJR7s.png);position:absolute;width:100%;height:100%;top:0;right:0;z-index:-3;background-repeat:no-repeat;background-size:cover}.first-image-logo{height:72px;max-width:100%;mix-blend-mode:darken;margin-top:0rem}.second-image-logo{height:72px;max-width:100%;mix-blend-mode:difference;margin-top:.8rem}.dropdown-container,.dropdown-container-2{position:relative;display:inline-block}.dropdown-icon{cursor:pointer;color:#555;transition:color .3s ease}.dropdown-icon-2{cursor:pointer;color:#555;transition:color .3s ease-in-out}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ccc;border-top:none;list-style-type:none;padding:0;margin:0;width:170px;transition:opacity .3s ease;border-radius:5px}.dropdown-menu-2{position:absolute;top:100%;left:0;background-color:#fff;border-top:none;list-style-type:none;width:152px;transition:opacity .3s ease;border-radius:10px}.dropdown-menu-2.active{opacity:1;visibility:visible;transform:translateY(0);transition:var(--speed) ease}.dropdown-menu-2.inactive{opacity:0;visibility:hidden;transform:translateY(-20px);transition:var(--speed) ease}.dropdown-menu li{padding:12px;cursor:pointer;font-weight:700;color:#496278;font-size:14px;letter-spacing:1px}.dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0);transition:var(--speed) ease}.dropdown-menu.inactive{opacity:0;visibility:hidden;transform:translateY(-20px);transition:var(--speed) ease}.dropdown-menu li:hover{transform:translate(4px);transition:transform .3s ease 0s;border-left:3px solid #b3428f;box-shadow:0 0 .2px #0009;width:190px}.dropdown-menu-2 li{padding:5px;cursor:pointer;font-weight:700;color:#496278;font-size:14px;margin-left:.5rem;transition:all .3s ease}.dropdown-menu-2 li:hover{transform:translate(3px);transition:transform .3s ease 0s;border-left:3px solid #b3428f;box-shadow:0 0 .2px #0009;width:190px}@media (0px <= width<= 960px){.h-menu{display:none}.menu-icon{display:flex}.drawer-header-mobile-view{display:grid;justify-content:center;gap:38px;align-items:center;padding-top:.5rem}.second-image-logo,.first-image-logo{margin-left:0rem}}@media (max-width: 1300px){.second-image-logo{margin-left:0rem!important}.h-menu{display:none}.menu-icon{display:flex}.ham-burger-extra-css{margin-right:3rem}}.mainWrapper{display:flex;justify-content:center;align-items:center;width:100%;height:80%;position:absolute;flex-direction:column;bottom:0;left:0;right:0}.mainContainer{display:flex;justify-content:space-evenly;align-items:center;flex-direction:row;position:relative;width:100%;margin-top:-12rem}.left-section-container{justify-content:center;align-items:flex-start;width:60%;display:flex}.right-section-container{display:flex;justify-content:center;align-items:center;max-width:40%}.motion-image-content{max-width:500px;height:500px;border-radius:8px;opacity:1;transition:opacity .5s ease}.play-button-wrapper{position:absolute;width:100%;bottom:80px;transform:perspective(1px) translateY(-45%);z-index:4;right:0}.play-button-wrapper .btn-play{width:60px;height:60px;line-height:60px;text-align:center;font-size:14px;color:#fff;margin:auto;left:0;right:0;display:block;border:1px solid #fff;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;position:absolute;overflow:hidden;top:50%;transform:perspective(1px) translateY(-50%);z-index:3;background:#fff;box-shadow:0 2px 48px #00000021}.header-title-container{display:grid;justify-content:flex-start;align-items:flex-start;width:100%;padding:1rem;text-wrap:wrap}.p-header{font-weight:400;font-size:40px;letter-spacing:1.4px;margin-bottom:30px;color:#fff;cursor:pointer}.p-text{font-weight:400;font-size:20px;color:#efdce9;text-align:left;letter-spacing:.9px;cursor:pointer;position:relative}.hero-btns{justify-content:center;gap:15px;display:flex;position:relative}.hero-btns Button{border:2px solid #fff;width:160px;border-radius:6px;transition:background-color .3s;font-weight:700;font-size:14px;color:#fff;letter-spacing:1.56px;text-transform:uppercase}.header-bg{position:absolute;bottom:0;width:100%;height:82px;z-index:2;background-position:center center;background-size:cover;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='1920px'%20height='82px'%20viewBox='0%200%201920%2082'%20version='1.1'%3e%3c!--%20Generator:%20Sketch%2052.4%20(67378)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ePath%3c/title%3e%3cdesc%20fill='%23000000'%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0,0%20L1920,0%20C1600,54.6666667%201280,82%20960,82%20C640,82%20320,54.6666667%200,0%20Z'%20id='Path'%20fill='%23ebecf0'%20fill-rule='nonzero'%20transform='translate(960.000000,%2041.000000)%20scale(1,%20-1)%20translate(-960.000000,%20-41.000000)%20'/%3e%3c/g%3e%3c/svg%3e")}.hero-btns Button:hover{background-color:#fff;color:#b3428f;font-weight:700}@media (0px <= width<= 960px){.mainContainer{flex-direction:column}.motion-image-content{max-width:200px;height:200px}.p-header{font-weight:400;font-size:18px;letter-spacing:1.4px;margin-bottom:30px;color:#fff;text-align:center;cursor:pointer}.p-text{font-weight:400;font-size:11px;color:#ffc0eb;text-align:center;letter-spacing:.9px;position:relative;overflow:hidden;cursor:pointer}.header-title-container{padding:0rem}.hero-btns Button{width:120px;margin-top:1.8rem;font-size:10px;font-weight:600}}@media (960px <= width<= 1436px){.motion-image-content{max-width:350px;height:350px;border-radius:8px;opacity:1;transition:opacity .5s ease}}@media (1440px <= width<= 2500px){.motion-image-content{max-width:450px;height:450px;border-radius:8px;opacity:1;transition:opacity .5s ease}}.card{height:200px;transition:.1s;width:399px;margin:5px;height:294px;box-shadow:none;position:relative;overflow:visible!important;transition:box-shadow .3s ease-in}.card:hover{box-shadow:0 5px 8px #00000080;color:#fff;background:#6a49db;background:linear-gradient(106deg,#6a49db,#8047c4 28%,#a244a2,#d03f70 98%)}.card-content p{transition:color .3s ease-in;padding:.2rem}.card:hover .card-content p{color:#fcdaf1;letter-spacing:1.3px;line-height:26px}.container-products{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;padding:2rem;gap:40px}.card-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.1rem;margin:1.3rem 1rem}.content-1{font-weight:700;font-size:20px;letter-spacing:.7px;margin-bottom:10px;z-index:2}.content-2{font-weight:600;font-size:14px;letter-spacing:1.3px;line-height:26px;position:relative;z-index:2}.icon{width:50px;height:50px;position:absolute;left:44%;top:-11%;background:linear-gradient(135deg,#e73d59,#604ae6);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#fff}.card:hover .icon{transition:.3s ease-in;box-shadow:0 3px 8px #333!important}.icon-maker{font-size:24px;margin:.5rem .6rem}@media (0px <= width<= 960px){.card-content{margin:0}.card-content p{padding:10px}.icon{margin-bottom:85px;left:40%}.content-2{letter-spacing:0px}.content-1{margin-top:13px;margin-bottom:0}.card:hover .card-content p{color:#fcdaf1;letter-spacing:1.3px;line-height:22px;padding:12px}.card{height:350px}}.products-container{padding:1rem;background-color:#ebecf0}.products-header-name{display:grid;justify-content:center;align-items:center}.product-header{color:#38516f;font-size:33px;margin-bottom:1.4rem;letter-spacing:1.9px}@media (0px <= width <= 960px){.product-header{font-size:33px}}.card-multiple-cards{height:200px;transition:.7s;width:399px;margin:5px;box-shadow:none;border:.2px rgb(198,189,189)}.card-multiple-cards:hover{box-shadow:0 5px 8px #00000080;transition:all .3s ease-in;color:#fff;background:#6a49db;background:linear-gradient(106deg,#6a49db,#8047c4 28%,#a244a2,#d03f70 98%)}.container-multiple-cards{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.card-content-multiple-cards{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;margin:1.3rem 1rem}.content-1-multiple-cards{font-weight:600;font-size:16px;letter-spacing:.7px;margin-bottom:15px;z-index:2}.content-2-multiple-cards{font-weight:600;font-size:14px;letter-spacing:.88px;line-height:26px;position:relative;z-index:2}.icon-multiple-cards{width:50px;height:50px;line-height:50px;margin:-157px auto 21px;position:absolute;background-image:linear-gradient(135deg,#e73d59,#604ae6);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#fff}.icon-maker-multiple-cards{font-size:22px;margin:.8rem}.card-wrapper{display:flex;justify-content:center;margin-bottom:40px;gap:40px}.centered-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.div-stepper-2{display:none}@media (0px <= width<= 960px){.card-multiple-cards{width:100%;margin:10px 0}.card-wrapper{flex-direction:column;gap:20px}.centered-cards{grid-template-columns:1fr}.icon-multiple-cards{margin-top:-176px}.card-content-multiple-cards{padding:0rem}.content-1-multiple-cards{margin-bottom:7px}.div-stepper-1{display:none}.div-stepper-2{display:flex}}.howitWorks-container{padding:1rem}.howitWorks-header{display:grid;justify-content:center;align-items:center}.top{width:100%;height:82px;z-index:2;background-position:center center;background-size:cover;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='1920px'%20height='82px'%20viewBox='0%200%201920%2082'%20version='1.1'%3e%3c!--%20Generator:%20Sketch%2052.4%20(67378)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ePath%3c/title%3e%3cdesc%20fill='%23000000'%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0,0%20L1920,0%20C1600,54.6666667%201280,82%20960,82%20C640,82%20320,54.6666667%200,0%20Z'%20id='Path'%20fill='%23ebecf0'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e");margin-bottom:0}.bottom{width:100%;height:82px;z-index:2;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='1920px'%20height='82px'%20viewBox='0%200%201920%2082'%20version='1.1'%3e%3c!--%20Generator:%20Sketch%2052.4%20(67378)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ePath%3c/title%3e%3cdesc%20fill='%23000000'%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0,0%20L1920,0%20C1600,54.6666667%201280,82%20960,82%20C640,82%20320,54.6666667%200,0%20Z'%20id='Path'%20fill='%23ebecf0'%20fill-rule='nonzero'%20transform='translate(960.000000,%2041.000000)%20scale(1,%20-1)%20translate(-960.000000,%20-41.000000)%20'/%3e%3c/g%3e%3c/svg%3e");margin-top:0;z-index:99;background-position:center center;background-size:cover}.header-tabla-lehra-list{margin-bottom:1rem;font-size:22px;font-weight:600;color:#496278}.features-header-name{display:grid;justify-content:center;align-items:center}.card-pricing-list{transition:.1s;border-radius:8px!important;width:100%;margin:5px;box-shadow:5px 5px 20px 5px #add8e6!important;position:relative;overflow:visible!important;background:#fff!important}.card-pricing-list:hover{transform:scale(1.05)!important;background:linear-gradient(135deg,#e73d59,#604ae6)!important;transition:transform .5s ease-in-out!important}.card-pricing-list:hover .price-amount{font-weight:700;font-size:34px;color:#fff!important;letter-spacing:2.12px}.card-pricing-list:hover .price-month{font-weight:700;font-size:14px;color:#fff!important;letter-spacing:.88px}.card-pricing-list:hover .currency-sign{font-weight:600;font-size:20px;color:#fff!important;position:relative;top:-15px}.card-pricing-list:hover .content-2-pricing-list{font-weight:500;font-size:14px;letter-spacing:.7px;margin-bottom:10px;z-index:2;color:#fff!important}.select-plan-btn{display:grid;justify-content:center;margin-top:1rem}.select-plan-btn Button{height:36px;line-height:36px;background-color:#fff;color:#b3428f;border:1px solid #b3428f;width:160px;font-size:12px;font-weight:700;letter-spacing:1.75px;border-radius:5px}.select-plan-btn Button:hover{background-color:#fff;color:#b3428f;font-weight:700}.tabla-container-header-name{display:flex;justify-content:center}.tabla-container-cards{display:flex;justify-content:space-evenly;gap:60px}.container{display:grid;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;padding:2rem;gap:40px}.card-content-pricing-list{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;margin:1.3rem 1rem;outline:0!important}.content-1-pricing-list{font-weight:600;font-size:16px;letter-spacing:.7px;margin-bottom:15px;z-index:2;color:#fff}.check-image{margin-right:.5rem!important}.content-2-pricing-list{font-weight:600;font-size:14px;letter-spacing:1.5px!important;line-height:26px;z-index:2;color:#3b566e!important;text-decoration:none;margin-right:1rem!important;margin-bottom:1rem!important}.icon-pricing-list{width:190px!important;height:50px!important;position:absolute;left:27%!important;top:-6%!important;background-image:linear-gradient(135deg,#e73d59,#604ae6);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#fff;font-weight:400!important;font-size:14px!important;letter-spacing:1px!important}.card-pricing-list:hover .icon-pricing-list{box-shadow:0 3px 8px #333!important}.faCheck{color:#47e147!important}.faClose{color:red!important}.card-pricing-list:hover .faClose,.card-pricing-list:hover .faCheck{color:#fff!important}.icon-maker-pricing-list{font-size:18px;margin:.5rem 2.5rem;white-space:nowrap}.icon-maker-pricing-list-yearly{font-size:18px;margin:.8rem 2.2rem;white-space:nowrap}.icon-maker-pricing-list-1{font-size:18px;margin:.8rem 2rem!important;white-space:nowrap!important;text-transform:uppercase!important}.price-wrapper{text-align:center}.price-amount{font-weight:700;font-size:34px;color:#3b566e!important;letter-spacing:2.12px}.price-month{font-weight:700;font-size:14px;color:#3b566e!important;letter-spacing:.88px}.currency-sign{font-weight:600;font-size:20px;color:#3b566e!important;position:relative;top:-15px}.tabla-h-1{text-align:center;font-size:24px;font-weight:700;color:#3b566e;word-spacing:1px;letter-spacing:2px;margin-bottom:10px;margin-top:10px}.button-group .button{color:#ada9a9}.button-group .button.active{background:linear-gradient(135deg,#e73d59,#604ae6)!important;color:#fff;transform:translate(1px);transition:.3s ease-in-out}.span-badge:before{position:absolute;top:2.7rem;right:-1.3rem;content:"";background:gold;height:23px;width:42px;transform:rotate(45deg);border-radius:0 13px}.span-badge:after{position:absolute;content:"Popular";top:28px;right:-20px;padding:.5rem;width:6rem;background:gold;font-weight:800;color:#fff;text-align:center;box-shadow:4px 4px 15px #1a237e33;border-radius:3px}@media (0px <= width<= 960px){.card-content-pricing-list{margin:0}.icon-pricing-list{margin-bottom:85px;left:22%!important}.content-2-pricing-list{letter-spacing:0px}.content-1-pricing-list{margin-top:13px;margin-bottom:10px}.tabla-container-cards{display:grid;gap:50px}.card-pricing-list{width:320px;height:573px!important}}.pricing-header-name{display:grid;justify-content:center;align-items:center}.cards-container-youtube{display:flex;flex-wrap:wrap;justify-content:center;gap:47px;padding:20px}.card-youtube{width:300px;height:250px;overflow:hidden;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a}.video-title{display:flex;justify-content:center;align-items:center;margin-bottom:1rem;color:#38516f;font-size:20px;margin-bottom:1.4rem;letter-spacing:1.9px}iframe{width:100%;border:none}.card-title-youtube{padding:10px;background-color:#f5f5f5;text-align:center;font-weight:700}.tutorial-container{padding:1rem;background-color:#ebecf0}.tutorial-header-name{display:grid;justify-content:center;align-items:center}.footer{display:flex;flex-wrap:wrap;justify-content:space-around;background-color:#fff;color:#97b0d2;padding:20px;margin:0 9rem}.content{margin-right:10px;margin-bottom:20px}.content p{font-size:18px;color:#666}.social-icons{display:flex}.column{flex:1;margin:23px;display:grid}.column-1{flex:1;margin:23px;gap:10px}.sub-column-1{margin-top:30px}.column-2{flex:1;margin:23px;gap:10px}.column-3{flex:1;margin:23px;display:block;gap:10px}.logo{font-size:24px;font-weight:700;margin-bottom:13px}.column-1 h4,.column-2 h4{text-decoration:none!important;font-size:16px!important;color:#999!important;transition:all .3s ease 0s!important;font-weight:700;cursor:pointer;letter-spacing:1px}.column-2 h4:hover{color:#ed54bd!important}.icons-so:hover{color:#ed54bd!important;cursor:pointer}.column-1 h4:hover{color:#ed54bd!important}.links-ul{text-decoration:none!important;font-size:15px!important;color:#999!important;transition:all .3s ease 0s!important;font-weight:600;letter-spacing:.3px}.links-ul:hover{color:#ed54bd!important}ul li{display:flex;align-items:center;margin-bottom:5px}ul li svg{margin-left:5px;margin-right:10px}.copyright{text-align:center;width:100%;margin-top:20px;display:grid;justify-content:center;align-items:center}.separator{width:1100px;margin:0 10px 20px;border:.2px solid #ebecf0}@media (0px <= width<= 960px){.copyright{margin-top:0}.separator{width:240px;margin-bottom:9px}.content{width:346px}.column-1,.column-2{display:grid}.footer{padding:0;margin:0rem}.sub-column-1{margin-top:0}}.quote-icon{margin-top:10px;margin-bottom:29px!important;font-weight:600;font-size:15px;color:#6f8ba4;letter-spacing:.6px;line-height:26px}.quote-icon-1{font-size:36px;color:#333}.author-name{display:block;font-weight:700;font-size:17px;color:#b3428f;letter-spacing:.6px;margin-top:-.5rem}.card-testimonials-list{height:200px;transition:.1s;width:399px;margin:5px;height:270px!important;box-shadow:none;position:relative;overflow:visible!important;display:grid;border-radius:20px!important;box-shadow:0 2px 48px #00000021!important}.container-testimonials{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;padding:2rem;gap:68px}.card-content-testimonials-list{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;margin:1.3rem 1rem}.content-2-testimonials-list{font-weight:600;font-size:14px;letter-spacing:.88px;line-height:26px;position:relative;z-index:2;color:#3b566e;text-decoration:none}.icon-maker-pricing-list{font-size:18px;margin:.8rem 1.2rem;white-space:nowrap}.icon-maker-pricing-list-1{font-size:18px;margin:.8rem 2.2rem;white-space:nowrap}.price-wrapper{text-align:center;font-size:29px}.price-amount{font-weight:700;font-size:34px;color:#b3428f;letter-spacing:2.12px}.price-month{font-weight:700;font-size:14px;color:#b3428f;letter-spacing:.88px}.currency-sign{font-weight:600;font-size:20px;color:#b3428f;position:relative;top:-15px}.cancel-amount{text-align:center;margin-bottom:12px;font-weight:400;font-size:18px;color:#ccdcea;letter-spacing:.88px;text-decoration:line-through}.icon-testiomials-list{width:170px!important;height:40px!important;position:absolute;left:40%!important;top:-20%!important;border-radius:5px;color:#fff;font-weight:400!important;font-size:14px!important;letter-spacing:1px!important}.avatar-testimonials{width:70px!important;height:70px!important;transition:transform .3s ease-in-out!important;background-color:#fff;margin:10px 0}.avatar-testimonials:hover{transform:translateY(-10px)!important}@media (0px <= width<= 960px){.card-content-testimonials-list{margin:0}.icon-pricing-list{margin-bottom:85px;left:25%}.content-2-testimonials-list{letter-spacing:0px}.content-1-pricing-list{margin-top:13px;margin-bottom:10px}}.testmonials-header-name{display:grid;justify-content:center;align-items:center}.testimonials-container{background-color:#ebecf0}.imgfix_src_img,.right_imgfix_src_img{z-index:0;height:500px;max-width:890px;position:absolute;margin:auto;transition:all .4s;transform:scale(1)}.left-item,.right-item{width:50%;height:400px;float:left;position:relative}.home-seperator .left-item:before,.home-seperator .right-item:before{content:"";position:absolute;width:100%;height:100%;opacity:.77;z-index:2}.home-seperator .left-item:before{background-image:linear-gradient(135deg,#e73d59,#604ae6)}.home-seperator .right-item:before{background:#555b64;opacity:.89}.content-contact-curve,.content-contact-curve-2{position:absolute;width:80%;left:0;right:0;margin:auto;z-index:3;text-align:center;top:26%;transform:perspective(1px) translateY(0)}.content-contact-curve h6,.content-contact-curve-2 h6{font-weight:400;font-size:13px;letter-spacing:1px;color:#fff;margin-bottom:20px}.content-contact-curve p,.content-contact-curve-2 p{font-weight:700;font-size:18px;line-height:30px;letter-spacing:1.12px;color:#fff;margin-bottom:30px}.content-contact-curve a,.content-contact-curve-2 a{height:36px;line-height:36px;text-transform:capitalize}.content-contact-curve Button,.content-contact-curve-2 Button{width:160px;display:inline-block;height:44px;line-height:5px;text-align:center;border:1px solid #fff;border-radius:5px;margin-bottom:40px;font-weight:700;font-size:12px;color:#fff;letter-spacing:.75px;text-transform:uppercase;transition:all .3s ease;outline:none;cursor:pointer;position:relative}.content-contact-curve Button:hover,.content-contact-curve-2 Button:hover{background-color:#fff;color:#b3428f;border:1px solid #fff}@media (max-width: 960px){.home-seperator .left-item:before,.home-seperator .right-item:before{width:900px}.content-contact-curve{left:1px;width:100%;top:22%}.content-contact-curve-2{top:22%;width:100%}.home-seperator .right-item:before{width:900px}.content-contact-curve h6,.content-contact-curve-2 h6{margin-bottom:6px}.content-contact-curve p,.content-contact-curve-2 p{margin-bottom:13px}.content-contact-curve p,.content-contact-curve-2 p{font-size:13px;line-height:26px}}.home-seperator{overflow:hidden}.section{position:relative}.home-seperator .top-contact{margin-bottom:-70px}.header-contact-curve{position:absolute;z-index:10;text-align:center;width:100%}.header-contact-curve h1{font-size:38px;color:#38516f;margin-bottom:0rem;letter-spacing:1.9px}.top-contact{position:relative;z-index:9;background-position:center center;background-size:cover;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='1920px'%20height='82px'%20viewBox='0%200%201920%2082'%20version='1.1'%3e%3c!--%20Generator:%20Sketch%2052.4%20(67378)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ePath%3c/title%3e%3cdesc%20fill='%23000000'%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0,0%20L1920,0%20C1600,54.6666667%201280,82%20960,82%20C640,82%20320,54.6666667%200,0%20Z'%20id='Path'%20fill='%23ffffff'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e");width:100%;height:82px}.bottom-contact{width:100%;height:82px;z-index:2;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='1920px'%20height='82px'%20viewBox='0%200%201920%2082'%20version='1.1'%3e%3c!--%20Generator:%20Sketch%2052.4%20(67378)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ePath%3c/title%3e%3cdesc%20fill='%23000000'%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0,0%20L1920,0%20C1600,54.6666667%201280,82%20960,82%20C640,82%20320,54.6666667%200,0%20Z'%20id='Path'%20fill='%23ebecf0'%20fill-rule='nonzero'%20transform='translate(960.000000,%2041.000000)%20scale(1,%20-1)%20translate(-960.000000,%20-41.000000)%20'/%3e%3c/g%3e%3c/svg%3e");margin-top:-70px;position:relative;background-position:center center;background-size:cover}.home-seperator .bottom-contact{float:left;margin-top:-60px}@media (0px <= width<= 960px){.home-seperator .top-contact{margin-bottom:-24px}.bottom-contact{margin-top:-24px}}.slider-title{color:#38516f;font-weight:800;letter-spacing:1px;font-size:18px}.slider-image{margin:10px 40px 0}.slider-image img{width:100px;height:100px}.about-us-content-container{display:flex;justify-content:center;align-items:center}.about-us-content{text-align:left}.content-child-about-us{padding:20px;text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;text-align:center;line-height:1.6;background-color:#f9faff}.about-us-cover{margin-top:0;min-height:350px;position:relative;overflow:hidden;z-index:10}.about-us-cover .cover-top{position:absolute;width:100%;z-index:999;text-align:center;top:35%;transform:translateY(-35%)}.about-us-cover:before{content:"";position:absolute;width:100%;height:100%;background-image:url(/assets/office_image-SvBVPWkw.jpg);background-size:cover;z-index:5;opacity:.93}.about-us-cover:after{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(127deg,#e73d59,#604ae6 91%);background-size:cover;z-index:10;opacity:.8}.page-header-bottom{font-size:30px;color:#3b566e;margin-bottom:30px}@media (0px <= width<= 960px){.page-bottom{width:100%}.page-header-bottom{font-size:24px}.page-bottom{font-size:14px}}.page-header-container{display:flex;align-items:center;justify-content:space-between;padding:1rem;position:fixed;width:100%;z-index:15}.h-menu a{display:inline;font-weight:700;font-size:16px;color:#fff;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;height:40px;line-height:40px;border:transparent;letter-spacing:1px}.h-names:hover{color:#fda0e0!important}.sign-up-button:hover{color:#b3428f!important;background-color:#fff!important}.page-header{position:relative;background:#e34967;background:linear-gradient(148deg,#e34967f5,#b34e99e5 34%,#9f50aee3 63%,#8b52c3e9 98%);width:100%;height:100vh}.page-header:before{content:"";background-image:url(/assets/office_image-SvBVPWkw.jpg);background-size:cover;position:absolute;width:100%;height:100%;top:0;right:0;z-index:-3}.menu-icon{display:none}.visible{display:block;transition:opacity .5s ease-in-out}.hidden{display:none;transition:opacity .5s ease-in-out}@media (0px <= width<= 960px){.h-menu{display:none}.menu-icon{display:flex}.drawer-header-mobile-view{display:grid;justify-content:center;gap:38px;align-items:center;padding-top:.5rem}.h-container{gap:200px}}@media (max-width: 1300px){.h-menu{display:none}.menu-icon{display:flex}}.privacy-us-content-container{display:flex;justify-content:center;align-items:center}.privacy-us-content{display:grid;justify-content:center;align-items:center}.privacy-us-content{text-align:left}.privacy-us-content-child-about-us{padding:20px;text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;font-family:Arial,sans-serif;line-height:1.6;background-color:#f9faff}.privacy-us-cover{margin-top:0;min-height:350px;position:relative;overflow:hidden;z-index:10}.privacy-us-cover .privacy-us-cover-top{position:absolute;width:100%;z-index:999;text-align:center;top:35%;transform:translateY(-35%)}.privacy-us-cover:before{content:"";position:absolute;width:100%;height:100%;background-image:url(/assets/office_image-SvBVPWkw.jpg);background-size:cover;z-index:5;opacity:.93}.privacy-us-cover:after{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(127deg,#e73d59,#604ae6 91%);background-size:cover;z-index:10;opacity:.8}.privacy-us-cover-top h1{font-weight:400;font-size:28px;line-height:42px;letter-spacing:1.4px;color:#fff;text-align:center}.privacy-us-page-bottom{margin-bottom:30px;font-weight:400;font-size:16px;line-height:28px;letter-spacing:1px;width:62%}.privacy-us-content-child-about-us .privacy-us-page-header-bottom{font-size:30px;color:#3b566e;margin-bottom:30px}@media (0px <= width<= 960px){.privacy-us-page-bottom{width:100%}.privacy-us-page-header-bottom{font-size:13px!important;font-weight:800}.privacy-us-page-bottom{font-size:10px}}.faq-content-container{display:flex;justify-content:center;align-items:center}.faq-us-content{display:grid;justify-content:center;align-items:center}.faq-us-content{text-align:left}.faq-content-child-about-us{padding:20px;text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;text-align:center;line-height:1.6;background-color:#f9faff}.faq-us-cover{margin-top:0;min-height:350px;position:relative;overflow:hidden;z-index:10}.faq-us-cover .faq-us-cover-top{position:absolute;width:100%;z-index:999;text-align:center;top:35%;transform:translateY(-35%)}.faq-us-cover:before{content:"";position:absolute;width:100%;height:100%;background-image:url(/assets/office_image-SvBVPWkw.jpg);background-size:cover;z-index:5;opacity:.93}.faq-us-cover:after{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(127deg,#e73d59,#604ae6 91%);background-size:cover;z-index:10;opacity:.8}.faq-us-cover-top h1{font-weight:400;font-size:28px;line-height:42px;letter-spacing:1.4px;color:#fff;text-align:center}.account-deletion-cover{margin-top:0;min-height:350px;position:relative;overflow:hidden;z-index:10}.account-deletion-cover .account-deletion-cover-top{position:absolute;width:100%;z-index:999;text-align:center;top:45%;transform:translateY(-35%)}.account-deletion-cover:before{content:"";position:absolute;width:100%;height:100%;background-image:url(/assets/office_image-SvBVPWkw.jpg);background-size:cover;z-index:5;opacity:.93}.account-deletion-cover:after{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(127deg,#e73d59,#604ae6 91%);background-size:cover;z-index:10;opacity:.8}.account-deletion-cover-top h1{font-weight:500;font-size:28px;line-height:42px;letter-spacing:1.4px;color:#fff;text-align:center}.contactus-cover{margin-top:0;min-height:350px;position:relative;overflow:hidden;z-index:10}.contactus-cover .contactus-cover-top{position:absolute;width:100%;z-index:999;text-align:center;top:45%;transform:translateY(-35%)}.contactus-cover:before{content:"";position:absolute;width:100%;height:100%;background-image:url(/assets/background_1-36obB0jw.jpeg);background-size:cover;z-index:5;opacity:.93}.contactus-cover:after{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(127deg,#e73d59,#604ae6 91%);background-size:cover;z-index:10;opacity:.8}.contactus-cover-top h1{font-weight:500;font-size:28px;line-height:42px;letter-spacing:1.4px;color:#fff;text-align:center}.sign-in-btn{margin-top:30px;margin-bottom:10px}.sign-in-text{display:grid}.sign-in-p1{font-size:13px;font-weight:500;color:#496278;letter-spacing:1.2px;line-height:10px;cursor:pointer;display:flex;justify-content:center;margin-bottom:20px;margin-top:10px}.forgot-password-name{margin-left:.5rem;font-size:14px;font-weight:800;color:#d5362bb5;letter-spacing:1.5px;cursor:pointer}.sign-in-p2{font-size:14px;font-weight:800;color:#d5362bb5;letter-spacing:1.5px;margin-top:-.1rem;margin-left:.2rem;cursor:pointer}.text-account{font-size:12px;font-weight:500;color:#496278;letter-spacing:1.2px;cursor:pointer}.sign-in-p1:hover .forgot-password-name{transform:translate(5px)!important;transition:transform .2s ease-in-out!important}.sign-in-p2:hover{transform:translate(5px);transition:transform .2s ease-in-out}@media (0px <= width<= 960px){.sign-in-p1{font-size:12px;font-weight:500;color:#496278;letter-spacing:1.2px;line-height:10px;cursor:pointer}}.register-btn{margin-top:30px;margin-bottom:10px}.register-text{display:grid;gap:10px}.register-p1{font-size:13px;font-weight:500;color:#496278;letter-spacing:1.2px;line-height:25px;cursor:pointer}.register-p2{font-size:12px;font-weight:500;color:#496278!important;letter-spacing:1.5px;line-height:50px;cursor:pointer;margin-right:5px}.register-p1-terms-conditions:hover,.register-p2:hover{transform:translate(5px);transition:transform .2s ease-in-out}.register-p1-terms-conditions{margin-top:0;cursor:pointer;font-size:15px;font-weight:800;color:#d5362bb5;letter-spacing:1.5px;margin-left:.2rem}.register-p2-p3{font-size:14px;font-weight:800;color:#d5362bb5;letter-spacing:1.5px;line-height:50px;cursor:pointer}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;justify-content:center;align-items:center;z-index:999}@media (0px <= width<= 960px){.register-p1{font-size:11px;font-weight:500;color:#496278;letter-spacing:1.2px;line-height:36px;cursor:pointer}}.sub-header-plan{font-size:15px;font-weight:800;color:#3b566e;line-height:50px;cursor:pointer;letter-spacing:1.12px}.sub-plan-level-name{margin-left:.4rem;font-size:15px;line-height:50px;font-weight:700;color:#727276;cursor:pointer;letter-spacing:1.12px}.sub-header-validity{font-size:15px;font-weight:800;color:#3b566e;line-height:30px;cursor:pointer;letter-spacing:1.12px}.sub-plan-period{margin-left:.4rem;font-size:15px;line-height:50px;font-weight:700;color:#727276;cursor:pointer;letter-spacing:1.12px}.sub-months-plan{font-size:15px;font-weight:800;margin-left:.2rem;color:#727276;cursor:pointer;letter-spacing:1.12px}.discounted-price{font-weight:800;color:#727276;cursor:pointer;letter-spacing:1.12px}.cancelled-price{text-decoration:line-through;margin-left:.4rem;margin-right:.5rem;color:#727276;font-weight:800;cursor:pointer;letter-spacing:1.12px}.plan-card{transition:transform .7s ease;height:300px;border-radius:5px!important;box-shadow:none!important}.plan-card:hover{transform:translateY(-5px);transition:transform .2s ease;background:linear-gradient(135deg,#e73d59,#604ae6)}.plan-card:hover .sub-header-plan,.plan-card:hover .sub-plan-level-name,.plan-card:hover .sub-header-validity,.plan-card:hover .sub-plan-period,.plan-card:hover .sub-months-plan{color:#fff!important}.plan-card:hover .cancelled-price{color:#ff7979!important}.plan-card:hover .discounted-price{color:#fff!important}.btn-select-licenses{display:flex;justify-content:center;margin-top:30px}.btn-select-licenses Button{height:36px;line-height:36px;background-color:#fff;color:#b3428f;border:1px solid #b3428f;font-size:12px;font-weight:700;letter-spacing:1.75px;border-radius:5px}.apply-coupon-btn{display:flex;margin:10px 0}.apply-coupon-btn Button{background-color:#fff;color:#b3428f;border:1px solid #b3428f;font-size:12px;font-weight:700;letter-spacing:1.75px;border-radius:5px}.btn-select-licenses Button:hover{background-color:#fff;color:#b3428f;font-weight:700}.membership-level-name{display:flex}.membership-date{font-size:15px;font-weight:800;color:#3b566e;line-height:50px;cursor:pointer;letter-spacing:1.12px}.membershipData-level,.expiry-membership-date,.classic-membership-date{margin-left:.4rem;font-size:15px;line-height:50px;font-weight:700;color:#727276;cursor:pointer;letter-spacing:1.12px}.plan-card:hover .classic-membership-date{color:#ff7979!important}.plan-card:hover .expiry-membership-date,.plan-card:hover .membershipData-level,.plan-card:hover .membership-date,.input-hover:hover .MuiInputBase-input{color:#fff!important}.input-hover .MuiInputBase-input{color:#0a0a0a}.input-hover:hover .MuiInputLabel-root{color:#f8f4f4!important}.input-hover .MuiInputLabel-root{color:#aeacac}.controls{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.controls button{border:none;font-size:24px;cursor:pointer;outline:none;color:#fc8600;margin:0 3px;background-color:#f0f0fa;width:46px;height:46px;border-radius:50%}.volume-control{display:flex;align-items:center}.volume-control input{width:80px;margin:0 10px}.progress{width:80%;margin:auto}.progress input{width:100%;height:10px;-webkit-appearance:none;background-color:#ddd;border-radius:5px;outline:none;transition:all .2s ease}.progress input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15px;height:15px;background-color:#333;border-radius:50%;cursor:pointer}.time{display:flex;justify-content:center;align-items:center;font-size:14px;color:#333;margin-top:10px}@media (max-width: 600px){.audio-player{max-width:300px}}.modal-header{text-align:center;font-weight:800;color:#fff;letter-spacing:1px}.modal-buttons{display:flex;justify-content:center;align-items:center;gap:20px}.modal-p-text{color:#fff;text-align:center;font-size:16px;margin:10px 20px;letter-spacing:.5px}.modal-buttons .upgrade-button{background-color:#e42c2c!important;color:#fff!important;font-weight:600!important;border:1px solid #fff!important}.modal-buttons .cancel-button{background-color:transparent!important;color:#fff!important;font-weight:600!important;border:2px solid #fff!important}.card-products:hover{transform:translate(10px)!important;transition:transform .2s ease-in-out!important}.free-p-name{font-weight:800;color:#ff8867;font-size:18px;cursor:pointer}.system-container{display:flow-root;justify-content:center;align-items:center}.content-about-us{display:grid;justify-content:center;align-items:center}.system-content{text-align:left}.system-cover h1{font-weight:400;font-size:28px;line-height:42px;letter-spacing:1.4px;color:#fff;text-align:center}.system-bottom{margin-bottom:5px;font-weight:400;font-size:16px;line-height:28px;letter-spacing:1px;width:100%}.content-child-about-us{padding:20px;text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;line-height:1.6;background-color:#f9faff}.system-cover{margin-top:0;min-height:350px;position:relative;overflow:hidden;z-index:10}.system-cover .cover-top-system{position:absolute;width:100%;z-index:999;text-align:center;top:35%;transform:translateY(-35%)}.system-cover:before{content:"";position:absolute;width:100%;height:100%;background-image:url(/assets/office_image-SvBVPWkw.jpg);background-size:cover;z-index:5;opacity:.93}.system-cover:after{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(127deg,#e73d59,#604ae6 91%);background-size:cover;z-index:10;opacity:.8}.cover-top h1{font-weight:400;font-size:28px;line-height:42px;letter-spacing:1.4px;color:#fff;text-align:center}.page-bottom{margin-bottom:30px;font-weight:400;font-size:16px;line-height:28px;letter-spacing:1px;width:62%}.system-header-bottom{font-size:25px;color:#3b566e;margin:10px;text-align:justify}.main-div{display:flex;justify-content:space-evenly;background-color:#f9faff;text-align:center}.header-text-system{font-size:15px;color:#3b566e;margin-right:.5rem}.sub-text-system{font-size:15px;font-weight:800;color:#625353;margin-right:.5rem}@media (0px <= width<= 960px){.page-bottom{width:100%}.main-div{display:grid;text-align:center}.header-text-system{font-size:12px}.sub-text-system{font-size:12px;font-weight:800;color:#625353;margin-right:.5rem}}
