*{margin:0;padding:0;box-sizing:border-box}body{height:100vh;width:100vw;overflow:hidden auto;font-family:sans-serif;background-color:#000}body::-webkit-scrollbar{display:none}.cover-page{position:fixed;top:0;left:0;z-index:9999;height:100vh;width:100vw;background:linear-gradient(to right,#0f0f0f,#1e1e1e);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;visibility:visible;transition:transform .1s ease-out}audio{display:none}.cover-page.start{opacity:1;animation:fadeOut 1.3s ease 3.9s forwards}.page-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;background-color:#000;filter:blur(2px)}.page-video video{height:100%;width:100%}.cover-content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1}.cover-title{font-family:Special Gothic Expanded One,sans-serif;font-weight:700;letter-spacing:2px}.cover-subtitle{margin-top:1rem;font-size:1.5rem;opacity:0;font-family:monospace,sans-serif}.cover-subtitle br{display:none}.cover-page.start .cover-subtitle{animation:fadeIn 1s ease 2s forwards}.cover-page .cover-content .link{position:absolute;bottom:-250px;font-size:1.4rem;font-family:monospace,sans-serif;opacity:0;border:.1mm solid #fff;padding:.5rem 1rem;border-radius:5mm}.cover-page .cover-content .link:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;background:linear-gradient(135deg,#ff6ec4,#7873f5);filter:blur(10px);opacity:.7;z-index:-1}.cover-page.start .cover-content .link{animation:fadeIn 1s ease 2.2s forwards;transition:scale .2s ease}.link:hover{scale:1.3}.cover-page .cover-content .link a{color:#fff;text-decoration:none}.cover-page .cover-content .link a i{margin-right:1rem}.typewriter-text{display:inline-block;overflow:hidden;white-space:nowrap;font-size:3.5rem;font-weight:700;letter-spacing:2px}.cover-page.start .typewriter-text{animation:typing 1.9s steps(30,end),blink-caret .75s step-end infinite}.cover-content{opacity:1;animation:disappear .7s forwards 3.4s}@keyframes fadeIn{to{opacity:1}}@keyframes fadeOut{to{visibility:hidden;transform:scale(40.5)}}@keyframes blink-caret{50%{border-color:transparent}}@keyframes disappear{to{opacity:0;transform:translateY(80px)}}@media (max-width:1230px){.typewriter-text{font-size:3rem}.cover-subtitle{font-size:1.2rem}}@media (max-width:1060px){.typewriter-text{font-size:2.5rem}.cover-subtitle{font-size:1rem}}@media (max-width:900px){.typewriter-text{font-size:2rem}.cover-subtitle br{display:block}.cover-subtitle{text-align:center;line-height:1.5rem}}@media (max-width:730px){.typewriter-text{font-size:1.5rem}}@media (max-width:565px){.typewriter-text{font-size:1.2rem}.cover-subtitle{font-size:.75rem;line-height:1rem}}@media (max-width:460px){.typewriter-text{font-size:.95rem}.cover-subtitle{margin-top:.5rem;font-size:.75rem;line-height:1rem}}@media (max-width:375px){.typewriter-text{font-size:.75rem}.cover-subtitle{margin-top:.5rem;font-size:.75rem;line-height:1rem}}@media (min-height:750px){.cover-page .cover-content .link{bottom:-270px}}@media (min-height:820px){.cover-page .cover-content .link{bottom:-330px}}@media (min-height:990px){.cover-page .cover-content .link{bottom:-410px}}header{width:100%;position:sticky;top:0;z-index:1000;color:#fff;background:#000c;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);display:flex;justify-content:center}.navbar{border-bottom:.5mm solid #291d43;display:flex;align-items:center;justify-content:space-around;width:100%;height:80px;z-index:999;font-family:Montserrat,sans-serif}.container-left{height:100%;display:flex;align-items:center}.container-left div{margin-right:2rem}.container-left ul{margin-left:4rem}.logo img{height:80px;margin-top:8px}.nav-list{list-style:none;display:flex;gap:2rem;position:relative;cursor:pointer}.nav-list li{padding:2rem 0;font-size:16px}.nav-list li a{text-decoration:none;color:#fff}.nav-list li span .caret-icon{transition:transform .18s ease}.nav-list li:hover .fa-caret-up{transform:rotate(180deg)}.drop-down-products-list{position:relative}.drop-down-products-list .list-heading{position:absolute;top:99%;left:-60px;width:300px;z-index:999;background:#000000e6;padding:.5rem 0;display:none}.list-heading li{padding:.5rem 0 .5rem 2rem;margin:1rem 0;list-style:none}.nav-list .drop-right-products-list .color:hover{color:#f2963a}.drop-right-products-list{position:relative}.drop-right-products-list .list-items{width:230px;display:none;position:absolute;top:0;right:-76.7%;z-index:999;background:#000000e6}.back-button,.drop-down-products-list .list-heading,.drop-right-products-list .list-items{display:none}@media (min-width: 893px){.drop-down-products-list:hover .list-heading,.list-heading:hover,.drop-right-products-list:hover .list-items{display:block}}header{opacity:0;transform:translateY(-80px);animation:appear 1s forwards}@keyframes appear{to{opacity:1;transform:translateY(0)}}.material-symbols-outlined{display:none;position:absolute;left:8%;font-size:1.75rem}.Xmark{display:none}@media (max-width:1160px){.container-left ul{margin-left:1rem}}@media (max-width:892px){.navbar{justify-content:space-between}.container-left .logo{position:absolute;left:40%}.material-symbols-outlined{display:block;cursor:pointer}.nav-list{display:block;margin:1rem;position:absolute;top:1%;left:2%;background:#fff;color:#000;height:680px;border-radius:2mm;padding:3.5rem 2rem 2rem;overflow:hidden;width:0px;visibility:hidden;opacity:0;transition:width .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}.navbar .nav-list.show-menu{margin:1rem;width:350px;opacity:1;visibility:visible}.nav-list li{padding:.75rem 1rem;font-size:1.5rem}.nav-list li a{font-size:1.5rem;color:#000}.nav-list li span .fa-caret-up{rotate:180deg;font-size:20px;position:absolute;top:30%;right:5%}.nav-list li:hover .fa-caret-up{transform:none}.navbar .nav-list .Xmark{cursor:pointer;display:block;font-size:1rem;padding:.75rem 1rem;margin-bottom:3rem;border:.1mm solid #b9b9b9;border-radius:50%;background:transparent}.list-heading{display:none;transform:translate(100%);opacity:0}.list-heading.menu-open{display:block;width:100%;top:-5%;background:#e1e1e1;margin:0 3.2rem;font-size:16px;border-radius:2mm;box-shadow:0 2px 24px #0000003b;animation:slideInFromRight .3s ease forwards}.list-heading.menu-open a{font-size:16px}.list-heading.menu-closing,.list-heading.menu-closing a{display:block;top:-5%;left:0;width:100%;animation:slideOutToRight .3s ease forwards;background:#e1e1e1;border-radius:2mm;font-size:16px}.drop-right-products-list:hover .list-items{display:block;left:0;background:#efefef;border-radius:2mm;padding:.5rem;width:260px;box-shadow:0 2px 24px #0000003b}.list-items li{padding:.5rem 0 0;margin:0}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutToRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.list-heading .drop-right-products-list{font-size:16px}.list-heading .back-button{display:inline;font-size:12px;border-bottom:.01mm solid #000;padding:.5rem .5rem .5rem 0;margin-top:2rem;margin-left:2rem}.back-button .fa-caret-right{padding-right:.5rem}}@media (max-width:630px){.container-left .logo{left:37%}.navbar .nav-list.show-menu{width:88%}}@media (max-width:490px){.container-left .logo{left:34%}}@media (max-width:391px){.container-left .logo{left:30%}}@media (max-width:335px){.container-left .logo{left:26%}}.btn-style{padding:.75rem 1.5rem;font-size:15.8px;font-weight:600;color:#000;border:none;border-radius:5mm;background-color:#fff;text-decoration:none}.btn-style:hover{background-color:#161616;color:#fff}.btn-media-query-style-logo{display:none}@media (max-width:1160px){.btn-media-query-style{font-size:13px;padding:.55rem 1.2rem}}@media (max-width:892px){.btn-media-query-style{margin-right:2rem}}@media (max-width:750px){.btn-media-query-style{display:none}.btn-media-query-style-logo{display:block;font-size:13px;padding:.55rem .9rem;margin-right:1rem}}.welcome-container-brand{width:100%;height:649.9px;position:relative;color:#fff;overflow:hidden;background:#000;gap:4rem}.hero-container{display:flex;height:100%;width:100%;position:relative}.advertisement-section{position:absolute;top:0;left:0;height:100%;width:50%;z-index:0;overflow:hidden;pointer-events:none;display:flex;justify-content:center;align-items:center}.advertisement-section .hero-section-image{position:absolute;top:-15%;width:100%;height:auto;object-fit:cover}.advertise-video{height:100%;width:100%}.advertise-carousel{width:100%;height:100%;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center}.advertise-image{width:100%;height:100%;object-fit:contain;transition:opacity 1s ease-in-out;opacity:1;filter:brightness(60%)}.advertise-image.fade{opacity:0}.right-side-container{width:auto;height:100%;top:40%;right:4%;z-index:2}.right-side-container{padding-top:10rem;padding-left:40rem}.right-side-container .content{margin-left:10rem}.right-side-container .content h1{padding-bottom:2rem;line-height:4rem;font-size:4rem;font-family:"Exo 2",sans-serif}.right-side-container .content h1 span{font-size:3rem}.right-side-container .content p{font-size:18px;font-family:Josefin Sans,sans-serif;line-height:2.2rem}.right-side{position:relative;left:13%;top:25%}.carousel-window{width:700px;overflow:hidden;position:relative}.welcome-container-brand{transition:transform .6s ease-in-out,opacity .6s ease-in-out;opacity:1;transform:scale(1)}.welcome-container-brand.fade-out{opacity:0;transform:scale(.2);pointer-events:none}.right-side-container .content h1,.right-side-container .content p{opacity:0;transform:translate(200px)}.right-side-container .content h1{animation:comeOut 1s forwards}.right-side-container .content p{animation:comeOut 1s forwards .4s}.carousel-window{transform:translateY(40px);opacity:0;animation:pop 1s forwards}.photo-mover{opacity:0;animation:showUp 1s forwards .5s}.advertisement-section{opacity:0;animation:showUp 1s forwards 1s}@keyframes comeOut{to{opacity:1;transform:translate(0)}}@keyframes pop{to{transform:translateY(0);opacity:1}}@keyframes showUp{to{opacity:1}}@media (max-width:1330px){.right-side-container{right:3%}}@media (max-width:1260px){.right-side-container{right:2%}.right-side-container .content h1{font-size:4rem;line-height:2.2rem}.right-side-container .content p{font-size:16px;line-height:2.2rem}.right-side-container .content h1 span:nth-of-type(1){font-size:4.8rem}.right-side-container .content h1 span:nth-of-type(2){font-size:1.7rem}}@media (max-width:1100px){.right-side-container{right:1%}.right-side-container .content h1{font-size:3.2rem;line-height:1.6rem}.right-side-container .content p{font-size:14px;line-height:1.8rem}.right-side-container .content h1 span:nth-of-type(1){font-size:3.8rem}.right-side-container .content h1 span:nth-of-type(2){font-size:1.4rem}}@media (max-width:920px){.advertisement-section{width:100%}.right-side-container{left:1%}.right-side-container .content{margin:2rem}.right-side-container .content h1{padding-bottom:2rem;line-height:4rem;font-size:5rem}.right-side-container .content p{font-size:18px;line-height:2.2rem}.right-side-container .content h1 span:nth-of-type(1){font-size:6.8rem}.right-side-container .content h1 span:nth-of-type(2){font-weight:400;font-size:3rem}}@media (max-width:650px){.right-side-container .content h1{font-size:4rem;line-height:2.2rem}.right-side-container .content p{font-size:16px;line-height:2.2rem}.right-side-container .content h1 span:nth-of-type(1){font-size:4.8rem}.right-side-container .content h1 span:nth-of-type(2){font-size:1.7rem}}@media (max-width:450px){.right-side-container .content h1{font-size:3rem;line-height:1.9rem}.right-side-container .content p{font-size:14px;line-height:1.6rem}.right-side-container .content h1 span:nth-of-type(1){font-size:3.8rem}.right-side-container .content h1 span:nth-of-type(2){font-size:1.4rem}}@media (max-height:535px){.welcome-container-brand{height:500px}}@media (max-height:430px){.welcome-container-brand{height:400px}}@media (max-height:400px){.right-side-container{top:20%}}@media (max-height:360px){.welcome-container-brand{height:300px}}@media (min-height:820px) and (max-height:950px){.welcome-container-brand{height:800px}}@media (min-height:950px) and (max-height:1040px){.welcome-container-brand{height:900px}}@media (min-height:1040px) and (max-height:1170px){.welcome-container-brand{height:1000px}}@media (min-height:1170px) and (max-height:1270px){.welcome-container-brand{height:1100px}}@media (min-height:1270px) and (max-height:1370px){.welcome-container-brand{height:1200px}}@media (min-height:1370px){.welcome-container-brand{height:1300px}}.product-main{width:100%;padding:2rem 0 8rem;background:#f0f0f0;display:flex;flex-direction:column}.shop-category .head,.all-products .head,.videos-section .head{justify-self:center;width:fit-content;font-family:"Exo 2",sans-serif}.shop-category .head h1,.all-products .head h1,.videos-section .head h1{font-size:3rem;padding:0 0 3.5rem}.shop-category .head h1{padding-top:3rem}.all-products .head h1,.videos-section .head h1{padding-top:8rem}.product-grid-wrapper,.product-list-wrapper,.videos-section{position:relative;width:100%;font-family:sans-serif}.product-list .price,.video-details .product-detail .price{width:100%;height:5%;padding:.5rem 1rem;display:flex;gap:.75rem;font-weight:700}.product-list .price .previous-price,.video-details .product-detail .price{text-decoration:line-through;color:#b3b3b3}.product-list .price .new-price,.video-details .product-detail .price{color:red}.product-grid{width:100%;display:flex;gap:1.5rem;padding:0 2rem;overflow-x:auto;scroll-behavior:smooth}.product-grid::-webkit-scrollbar{display:none}.product-grid .product{position:relative;width:400px;height:450px;border-radius:3mm;flex-shrink:0;overflow:hidden}.product img{width:400px;height:450px;transition:transform .2s ease}.product .product-name{color:#fff;position:absolute;bottom:8%;left:8%}.product-name .chevron-right{height:35px;width:35px;margin-bottom:1.5rem;background:#fff;color:#000;border-radius:50%;display:none;align-items:center;justify-content:center}.product:hover .product-name .chevron-right{display:flex}.product:hover img{transform:scale(1.05);cursor:pointer}.product:hover{cursor:pointer}.product-mover{position:absolute;top:50%;width:100%;transform:translateY(-50%);display:none;justify-content:space-between;padding:0 2.3rem;pointer-events:none;z-index:5}.product-grid-wrapper:hover .product-mover{display:flex}.product-mover button{font-size:25px;background:#fff;border:none;border-radius:50%;padding:.4rem .8rem;box-shadow:0 2px 8px #00000026;cursor:pointer;pointer-events:auto;transition:opacity .1s ease}.product-mover button:disabled{opacity:0}.all-products{position:relative}.product-list-wrapper{display:flex;gap:1.5rem;padding:0 2rem;overflow:scroll hidden}.product-list-wrapper::-webkit-scrollbar{display:none}.product-list{flex-shrink:0;height:500px;width:350px;background:#fff;border-radius:3mm;padding:1.5rem 2rem .7rem;display:flex;flex-direction:column;gap:1.5rem;transition:box-shadow .2s ease}.product-list:hover{box-shadow:0 0 12px #bfbfbfbf}.product-list .image{overflow:hidden;border-radius:2mm;display:flex;margin:0 auto;width:80%;height:100%;background:#fff;position:relative;transition:display 2s ease}.product-list .image img{width:100%;height:100%}.product-list .add-btn{position:absolute;top:-45%;right:-5%;border:unset;background:unset;color:red;font-size:1.2rem}.product-list .content{position:relative;width:100%;height:5%;font-weight:700}.product-list .multi-image{margin:0 auto;width:100%;height:40%;display:flex;padding:0 .1rem;overflow:hidden}.product-list .multi-image img{width:100%;height:100%}.multi-image .view-option{height:100%;width:30%;background:#fff;margin:0 .3rem;border-radius:2mm;overflow:hidden}.cart{width:100%}.cart button{width:100%;padding:.4rem 0;border:unset;font-weight:700;color:red;border-radius:3mm}.cart button:hover{background:#b3b3b3}.video-wrapper{padding:0 2rem;display:flex;gap:1.5rem;overflow:scroll hidden}.video-wrapper::-webkit-scrollbar{display:none}.video-card{flex-shrink:0;height:270px;width:260px;border-radius:3mm;overflow:hidden;box-shadow:0 1px 16px #00000037;background:#fff}.video-card .video{height:146.13px;width:100%;position:relative}.video-card .video video{width:100%;height:100%}.video .discount{position:absolute;top:2%;left:4%;z-index:1}.video .discount button{clip-path:polygon(90% 0%,100% 50%,90% 100%,0 100%,0 0);padding:.2rem .75rem;border:unset;border-radius:1mm;background:red;color:#fff}.video .video-play-btn{background:red;border:unset;border-radius:50%;height:50px;width:50px;position:absolute;bottom:-3%;right:3%;font-size:1.5rem;cursor:pointer}.video .video-play-btn i{text-align:center;margin:0 auto;color:#fff}.video-details .product-detail .item-detail{padding:1rem 1rem 0;margin:0}.overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.overlay-container{position:relative;max-width:800px;width:90%;border-radius:10px;overflow:hidden}.close-btn{position:absolute;top:10px;right:15px;font-size:24px;background:#f44336;color:#fff;border:none;border-radius:50%;width:35px;height:35px;cursor:pointer;z-index:1001}.overlay-video{width:100%;height:auto;border-radius:10px}.typewriter{overflow:hidden;white-space:nowrap;animation:typing .8s steps(25),blink .75s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}.products_{position:relative;opacity:0;transform:translateY(60px) scale(.95);transition:opacity .6s ease-out,transform .6s ease-out;will-change:opacity,transform}.products_.pop-animation{opacity:1;transform:translateY(0) scale(1)}.videos-section p{font-size:2.5rem;text-align:center;color:red;border:2px solid black;padding-top:10px;padding-bottom:10px}.parallax-box{width:100%;height:800px;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden;position:sticky;top:0;z-index:-999;font-family:"Exo 2",sans-serif}.parallax-box img{max-width:40%;min-width:20%;min-height:20%;max-height:60%;margin-right:30rem}.parallax-box h1{font-size:4.8rem;line-height:1;position:absolute;top:50%;left:50%}.parallax-box h1 span{font-size:1.8rem;letter-spacing:2px}@media (max-width:1100px){.parallax-box h1{font-size:4rem;line-height:1}.parallax-box h1 span{font-size:1.8rem;letter-spacing:1px}}@media (max-width:850px){.parallax-box h1{font-size:3.2rem;line-height:1;left:45%}.parallax-box h1 span{font-size:1.4rem;letter-spacing:1px}.parallax-box img{margin-right:25rem}}@media (max-width:700px){.parallax-box h1{font-size:2.6rem;line-height:1}.parallax-box h1 span{font-size:.79rem;letter-spacing:1px}.parallax-box img{margin-right:20rem}}@media (max-width:600px){.parallax-box h1{left:40%}.parallax-box img{margin-right:15rem}}@media (max-width:500px){.parallax-box h1{left:35%}.parallax-box img{margin-right:16rem}}@media (max-width:400px){.parallax-box h1{left:40%;font-size:1.8rem;line-height:1}.parallax-box h1 span{font-size:.79rem;letter-spacing:1px}.parallax-box img{margin-right:12rem}}.testimonials-main{width:95%;height:700px;margin:0 auto;background:#1a212d;padding:4rem 4rem 8rem;border-top-right-radius:15mm;border-top-left-radius:15mm;overflow:hidden}.rating-box{display:flex;gap:4px}.star{font-size:1.5rem;color:#444;transition:color .3s ease}.star.filled{color:gold}.testimonials-main .head{display:flex;justify-content:space-between;align-items:center;padding-bottom:10rem}.heading{font-family:"Exo 2",sans-serif;color:#fff;font-size:2.5rem}.carousel-effect{margin-right:5rem}.carousel-effect button{position:relative;z-index:1;padding:.7rem 1.5rem;border:.1mm solid #fff;background:transparent;color:#fff;border-radius:5mm;margin:0 .5rem;cursor:pointer;transition:opacity .3s ease}.carousel-effect button:disabled{opacity:.3}.carousel-effect button:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;background:linear-gradient(135deg,#ff6ec4,#7873f5);z-index:-1;filter:blur(10px);opacity:.5;border-radius:5mm;transition:opacity .3s ease}.carousel-effect button:hover:before{opacity:.9}.testimonial-cards{display:flex;gap:1rem;transition:transform .5s ease}.testimonial-cards .image{height:200px;width:200px;border-radius:50%;overflow:hidden;margin:0 .3rem;transition:scale .5s ease,opacity .3s ease;box-shadow:0 0 2mm #fff}.testimonial-cards .image img{height:100%;width:100%}.card{display:flex;align-items:flex-start}.card.previous .image{scale:.75;opacity:.6}.card .reviews{display:none;width:400px;height:250px;margin-left:4rem;margin-right:1.5rem;padding:2rem 1rem;color:#fff;border:.3mm solid #414e5c;border-radius:12px;flex-shrink:0;overflow:hidden;position:relative;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transform-style:preserve-3d;transition:transform .2s ease;will-change:transform}.card.active .reviews{display:block}.reviews h3{line-height:16px;font-family:Montserrat,sans-serif}.reviews h3 span{color:#b30d0d;font-size:.65rem}.reviews p{padding-top:2rem;font-family:Josefin Sans,sans-serif;line-height:1.5rem}.rating-area{padding-top:.5rem}.faq-container{width:95%;margin:0 auto;background:#fff;display:flex;justify-content:space-between;flex-wrap:wrap;padding:8rem;overflow:hidden}.faq-left-container h1{line-height:4.2rem;font-size:4rem;font-family:"Exo 2",sans-serif;color:#000}.faq-right-que-list-container{list-style:none;width:700px;padding:0 .5rem}.faq-right-que-list-container li{margin-bottom:2rem}.faq-question{width:100%;background-color:#f6f7f8;border:none;font-size:1rem;font-family:Josefin Sans,sans-serif;font-weight:700;padding:1rem 1.5rem;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;box-shadow:0 2px 4px #00000057}.faq-question i{margin-left:1rem}.details-cont{color:#fff;border-radius:10px;font-family:Quicksand,sans-serif;margin-top:1rem;padding:1rem 1.5rem;max-width:90%;animation:fadeIn .4s ease-in-out;background:#000;box-shadow:0 2px 8px #00000084}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.faq-left-container .heading{opacity:0;transform:translate(-460px);transition:transform .5s ease,opacity .5s ease}.faq-left-container.visible .heading{opacity:1;transform:translate(0)}.faq-left-container .heading:nth-child(1){transition-delay:0s}.faq-left-container .heading:nth-child(2){transition-delay:.2s}.faq-left-container .heading:nth-child(3){transition-delay:.4s}.faq-right-que-list-container{overflow:hidden}.faq-right-que-list-container .list{transform:translateY(-390px);transition:transform .3s ease-in}.faq-right-que-list-container.open .list{transform:translateY(0)}@media (max-width: 1522px){.faq-right-que-list-container{width:600px}}@media (max-width: 1417px){.faq-left-container{padding-right:6rem}}@media (max-width: 1349px){.faq-left-container{padding-right:4rem}.faq-left-container h1{line-height:3.2rem;font-size:3rem}}@media (max-width: 1229px){.faq-right-que-list-container{width:450px}}@media (max-width: 1071px){.faq-container{padding:8rem 5rem}}@media (max-width: 970px){.faq-left-container{padding-bottom:2.5rem}.faq-right-que-list-container{width:700px}}@media (max-width: 601px){.faq-container{padding:6rem 3rem}}@media (max-width: 450px){.faq-container{padding:4rem 1.5rem}}.tilt-card{transition:transform .1s ease,background .3s ease;transform-style:preserve-3d;will-change:transform,background;cursor:pointer;border-radius:3mm;border:.1mm solid #ffffff20}.team-main-container{width:100%;min-height:750px;background:#000;padding:5rem;display:flex;margin:0 0 12rem}.headline{color:#fff;font-size:2rem;font-family:"Exo 2",sans-serif;transition:transform .5s ease;text-align:center}.team-card-cont{width:80%;height:600px;margin:0 auto;padding-bottom:5rem;display:flex;align-items:center;flex-direction:column;gap:2.5rem;overflow:hidden scroll}.team-card-cont::-webkit-scrollbar{display:none}.team-container{height:200px;padding:0 2rem;color:#fff;position:relative;display:flex}.team-container .person-image{height:200px;width:200px;padding:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.team-container .person-name p span{font-size:12px;color:#b30d0d}.team-container .person-image img{height:100%;width:100%;border-radius:50%}.team-container .person-details{min-width:400px;width:auto;margin:2rem 10rem 0;padding:2rem;display:flex;flex-direction:column;gap:1rem;border-radius:3mm;background:#666;z-index:1;font-family:Josefin Sans,sans-serif}.team-container .person-image:after{content:"";position:absolute;top:50%;left:100%;transform:translateY(-50%);width:170px;height:1px;background-color:#fff}.team-container:nth-child(2n) .person-image:after{left:auto;right:100%}.glow-bg{position:relative;z-index:0;overflow:hidden}.glow-bg:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,#f0c,#33f,#0ff,#fc0,#f0c);background-size:400% 400%;animation:glow-animate 8s linear infinite;filter:blur(40px);z-index:-1;opacity:.4}@keyframes glow-animate{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.headline{opacity:0;transform:translateY(30px);transition:all .9s ease}.headline.show{opacity:1;transform:translateY(0)}.headline h1{transition:transform .25s ease;transform-origin:center;will-change:transform;cursor:default}.headline h1:hover{transform:scale(1.3)}.team-card-cont{opacity:0;transform:scale(.9);transition:all .3s ease-in}.team-card-cont.pop{opacity:1;transform:scale(1)}@media (max-width:1478px){.team-container .person-details{margin:2rem 6rem 0}}@media (max-width:1318px){.team-card-cont{align-items:center}.person-details .person-content{display:none}.team-container .person-details{min-width:200px;height:80px;padding:1.5rem}}@media (max-width:900px){.team-container .person-details{margin:2rem 2rem 0}}@media (max-width:750px){.team-main-container{padding-left:2.5rem;padding-right:2.5rem}.team-container{padding-right:0}}@media (max-width:715px){.team-container .person-image{height:120px;width:120px;padding:.75rem}}@media (max-width:615px){.team-main-container{padding-left:1.7rem;padding-right:1.7rem}.team-container .person-details{min-width:150px;height:80px;padding:1.2rem}.team-container .person-image:after{width:0}.team-container .person-details{position:absolute;top:90%}.team-card-cont{gap:12.5rem;align-items:center}.team-container .person-details{padding:1rem .5rem}.team-container .person-name p span{font-size:12px}}@media (max-width:440px){.team-card-cont{align-items:start}}.social-links{display:flex;gap:1.5rem}.link-cont{display:flex;flex-direction:column;gap:1.5rem}.social-link{display:flex;justify-content:center;align-items:center;padding:1rem 1.5rem;border-radius:3mm;border:.1mm solid #565656;position:relative;z-index:1;background:transparent;transition:opacity .3s ease}.social-link a{text-decoration:none;color:#ffffff8f;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.social-link a i{font-size:1.7rem;padding-right:1rem}.social-link a .fa-youtube{color:#f03}.social-link a .fa-instagram{color:#e51b7f}.social-link a .fa-linkedin{color:#007bb6}.social-link a .fa-facebook{color:#0a65fe}.social-link:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;background:linear-gradient(135deg,#ff6ec4,#7873f5);z-index:-1;filter:blur(10px);opacity:.4;border-radius:5mm;transition:opacity .3s ease}.social-link:hover:before{opacity:.9}@media (max-width:1034px){.social-link{width:255px}}@media (max-width:980px){.social-link{width:auto}}@media (max-width:560px){.social-link a span{display:none}.social-link a i{padding-right:0}.social-links{justify-content:space-between}}.footer{position:relative;width:100%;min-height:900px;overflow:hidden;background:#000;background:linear-gradient(0deg,#000,#0e0a18 24%,#2b1a51)}.footer-content{display:flex;justify-content:space-between;padding:8rem 5rem 0;gap:3rem}.footer-content .content{padding:2rem;height:270px}.footer-content .content p{text-align:center;font-size:1.5rem;color:#fff;font-family:Josefin Sans,sans-serif}.footer-content .social-links-container{display:flex;flex-direction:column;height:270px;gap:2.5rem;padding:2rem;border:.1mm solid #ffffff20;font-family:Josefin Sans,sans-serif}.footer-content .social-links-container p{font-size:1.25rem;color:#fff;text-align:center}.footer-bottom-brand-name{width:100%;position:absolute;bottom:-12%;display:flex;justify-content:center;gap:10px;margin-top:30px}.footer-bottom-brand-name h1{color:#fff;font-size:18rem;font-family:"Exo 2",sans-serif}.sign-in-container{display:flex;padding-top:4rem}.form-wrapper{position:relative;width:100%}.form-wrapper .btn-Wrapper{position:absolute;top:2.7px;right:2px}.form-wrapper input{padding:1rem;width:100%;border:none;outline:none;border-radius:5mm;background-color:#9d9d9d80;margin-bottom:1rem;color:#fff}.form-wrapper input::placeholder{color:#e2e2e2;font-size:15px}.footer-content .about-us{padding:2rem;height:270px}.footer-content .about-us .head{text-align:center;color:#fff;padding-bottom:1rem;font-size:1.5rem;font-family:Josefin Sans,sans-serif}.footer-content .about-us .address p{color:#ffffffb5;font-family:Montserrat,sans-serif;padding:.25rem 0}.copyright-cont{padding-left:5rem;font-family:Montserrat,sans-serif}.copyright-cont .copyright{color:#f2963a;padding-top:2rem;line-height:1.2rem;font-size:12px}.payment-mode{position:absolute;bottom:35%;right:0;padding:3rem 1.5rem 0;color:#fff;font-family:Josefin Sans,sans-serif;width:300px;font-size:1.4rem}.brand-logo{padding-top:1rem;display:flex;gap:1rem}.footer-content,.copyright-cont,.payment-mode{opacity:0;transform:translateY(80px);transition:opacity .8s ease-out,transform .8s ease-out}.footer-content.move-upward,.copyright-cont.move-upward,.payment-mode.move-upward{opacity:1;transform:translateY(0)}.footer-bottom-brand-name h1{opacity:0;transform:translateY(200px);transition:transform .7s ease,opacity .7s ease}.footer-bottom-brand-name.animate h1{opacity:1;transform:translateY(0)}.footer-bottom-brand-name.animate h1:nth-child(1){transition-delay:0s}.footer-bottom-brand-name.animate h1:nth-child(2){transition-delay:.1s}.footer-bottom-brand-name.animate h1:nth-child(3){transition-delay:.2s}.footer-bottom-brand-name.animate h1:nth-child(4){transition-delay:.3s}.footer-bottom-brand-name.animate h1:nth-child(5){transition-delay:.4s}.footer-bottom-brand-name.animate h1:nth-child(6){transition-delay:.5s}.footer-bottom-brand-name.animate h1:nth-child(7){transition-delay:.6s}@media (max-width:1335px){.footer{min-height:980px}.footer-bottom-brand-name{bottom:-10%}.footer-bottom-brand-name h1{font-size:16rem}.footer-content{justify-content:unset;flex-wrap:wrap}.footer-content .content{width:413px}.about-us{width:600px}}@media (max-width:1221px){.footer-bottom-brand-name{bottom:-8%}.footer-bottom-brand-name h1{font-size:14rem}.about-us{width:413px}}@media (max-width:1034px){.footer-bottom-brand-name{bottom:-6%}.footer-bottom-brand-name h1{font-size:12rem}.footer{min-height:1250px}.payment-mode{bottom:20%}.footer-content .content,.about-us{width:800px}.social-links-container{width:600px}}@media (max-width:980px){.footer-bottom-brand-name{bottom:-5.2%}.footer-bottom-brand-name h1{font-size:10rem}.footer-content .content,.about-us{width:600px}.social-links-container{width:400px}}@media (max-width:780px){.footer-bottom-brand-name{bottom:-2.4%}.footer-bottom-brand-name h1{font-size:8rem}.footer-content .content,.about-us{width:400px}.payment-mode{right:-10%}}@media (max-width:700px){.footer{min-height:1320px}.footer-content{justify-content:center}.payment-mode{left:10%;bottom:15%;font-size:16px}.payment-mode img{height:20px;width:20px}.copyright-cont .copyright{padding-top:6rem;font-size:10px}}@media (max-width:610px){.footer-bottom-brand-name{bottom:-2.1%}.footer-bottom-brand-name h1{font-size:6rem}}@media (max-width:560px){.footer-content .content{width:250px}.footer-content .content p span{display:none}.form-wrapper input{width:184px}.about-us{width:250px}.about-us .address{font-size:12px;line-height:1.2rem}.social-links-container{width:250px}.payment-mode{right:-10%}.footer-content .social-links-container{gap:1.5rem}}@media (max-width:519px){.footer-bottom-brand-name{bottom:-1.8%}.footer-bottom-brand-name h1{font-size:5rem}}@media (max-width:400px){.footer-content{padding:8rem 2rem 0}.footer-bottom-brand-name{bottom:-1.4%}.footer-bottom-brand-name h1{font-size:4rem}}.main-page{height:100vh;width:100vw;background:#f1f1f1;overflow:hidden scroll;position:relative}.main-page::-webkit-scrollbar{display:none}.pod-herosection{width:100%;padding:5rem 3rem}.pod-herosection .pod-herosection-container{display:flex;align-items:center;width:100%;height:400px;background:#a6a6a6;border-radius:4mm;position:relative;overflow:hidden}.pod-herosection .pod-herosection-container h1{padding:0 10rem;font-size:3rem;z-index:1;color:#fff;text-transform:capitalize}.pod-herosection .pod-herosection-container img{z-index:0;position:absolute;width:100%;height:100%;object-fit:cover}.pod-cards-wrapper{display:flex;overflow:hidden;width:100%;scroll-behavior:smooth;padding-bottom:5rem}.pod-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1rem 4rem;flex:0 0 100%;box-sizing:border-box}.pod-cards-container .pod-card{position:relative;width:100%;height:fit-content;background:#fff}.pod-content .save-icon{position:absolute;top:4%;right:4%;color:red}.pod-cards-container .pod-card .pod-content{width:100%;height:89%}.pod-cards-container .pod-card .pod-content .pod-image{height:340px;width:100%}.pod-card .pod-content .pod-image img{height:100%;width:100%;object-fit:cover}.pod-cards-container .pod-card .pod-content .pod-details{padding:.7rem .7rem 0;height:90px}.pod-cards-container .pod-card .pod-buy-btn{height:48px;width:100%;border:unset;background:#c1c1c1;color:#fff;font-size:1.1rem;margin-top:3rem}.pod-cards-container .pod-card .pod-buy-btn:hover{background:#777}.scroll-btn-wrapper{display:flex;justify-content:center;gap:1.5rem;padding-bottom:5rem}.scroll-btn{background:#777;color:#fff;border:none;padding:.5rem 1rem;font-size:1.5rem;cursor:pointer;border-radius:50%;transition:background-color .3s ease}.scroll-btn:disabled{background:#c1c1c1}.scroll-btn:hover:not(:disabled){background-color:#777}.pod-herosection-container{opacity:0;animation:podAnimate .3s forwards}.pod-herosection h1{opacity:0;transform:translateY(80px);animation:podAnimate 1s forwards .2s}.pod-card{opacity:0;transform:translateY(40px);animation:podAnimate 1s forwards .2s}@keyframes podAnimate{to{opacity:1;transform:translateY(0)}}.main-body{width:100%;height:100%;padding:5rem 0;background-color:#000;display:flex;justify-content:center;align-items:center;position:relative}.container{width:70%;display:flex;border-radius:4mm;overflow:hidden;opacity:0;animation:getVisible 1s forwards,boxShadow .3s forwards .4s}.container .left-container,.right-container{width:50%;padding:2rem;background:#0c0c1e;color:#fff;position:relative}.left-container .content{overflow:hidden;margin:3rem auto;padding:1.5rem 2rem;height:500px;width:90%;position:relative;transform:translate(-500px);animation:moveLeft 1s forwards 1s}.left-container .content .head-cont p{font-family:Handlee,cursive;font-size:1.4rem;line-height:28px;font-weight:400;animation:getVisible .6s forwards 1.5s}.left-container .content .foot{position:absolute;bottom:6%;transform:translateY(100px);animation:getUp .6s forwards 1.5s}.left-container .foot h2{margin:.4rem 0}.left-container .foot p{margin:.4rem 0;opacity:.5}.left-container .details{opacity:0;animation:getVisible 1s forwards 1.5s}.left-container .details p{position:absolute;margin:0 1.5rem;bottom:5%;line-height:20px;font-size:15px;width:80%;border:.1mm solid #fff;border-radius:3mm;padding:1rem}.left-container .details p{color:#f2963a}.left-container .details p span{display:grid;padding-left:4rem}.right-container .right-head .support{padding:2rem 0;display:flex;flex-direction:column;align-items:center;position:relative}.head-para{text-align:center}.right-head img{position:absolute;width:200px;top:2%;left:25%}.right-container .right-head .support h1{font-size:4.5rem;position:relative;padding-top:3rem;padding-bottom:4rem;display:flex;justify-content:center;opacity:0;animation:getVisible .6s forwards 1.1s}.right-container .right-head .support p{font-family:Satisfy,sans-serif;font-size:2.5rem;color:#f2963a;position:absolute;top:40%}.right-container .fgdfss{margin-top:1rem;color:#fff;text-align:center;transform:translateY(-50px);animation:getDown .6s forwards 1.5s}.right-container .social{overflow:hidden;height:270px;display:flex;gap:2rem;flex-direction:column;align-items:center;transform:translate(500px);animation:moveLeft 1s forwards 1s}.qr-code{margin:3rem 0;display:flex;align-items:center;flex-direction:column;border-radius:2mm;padding:1rem;width:70%;transform:translateY(350px);animation:getUp .6s forwards 1.5s}.qr-code img{width:150px}.qr-code p{padding:1rem 1rem 0;font-size:14px}.main-body .container .left-container h1{transform:translateY(-110px);animation:getDown .6s forwards .8s}.right-container .social .social-links{opacity:0;animation:getVisible .6s forwards 1.5s}@keyframes getDown{to{transform:translateY(0)}}@keyframes getUp{to{transform:translateY(0)}}@keyframes getVisible{to{opacity:1}}@keyframes boxShadow{to{box-shadow:0 4px 80px #7f3dd699}}@keyframes moveLeft{to{transform:translate(0)}}@keyframes moveRight{to{transform:translate(0)}}
