@import"https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@0;1&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Tiro+Bangla:ital@0;1&display=swap";@keyframes scaleup{0%{transform:scale(1)}to{transform:scale(1.2)}}@keyframes lefttoright{0%{transform:translateX(-300px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes bottomtotop{0%{transform:translateY(300px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes righttoleft{0%{transform:translateX(0);opacity:1}to{transform:translateX(-300px);opacity:0}}@keyframes toptobottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(300px);opacity:0}}@keyframes opacityout{0%{opacity:1;transform:scale(1.06)}to{opacity:.3;transform:scale(1)}}@keyframes opacityin{0%{opacity:.3}to{opacity:1}}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Montserrat,sans-serif}a{color:#000;text-decoration:none}ul{list-style:none}p{color:#666}.container{max-width:1320px;margin:0 auto}@media(max-width:1200px){.container{max-width:1140px}}@media(max-width:992px){.container{max-width:960px;padding:0 10px}}@media(max-width:768px){.container{max-width:720px}}@media(max-width:576px){.container{max-width:540px}}.livechat{background-color:transparent;border:none;font-size:22px;color:#25d366;background-color:#25d366!important}.btn{display:flex;width:200px;margin-top:50px;background-color:#0a2c53;border:none;padding:15px 30px;align-items:center;justify-content:center;border-radius:2rem;color:#fff;font-weight:600;font-size:18px;text-transform:capitalize;transition:.4s;cursor:pointer;gap:10px}.btn:hover{background-color:#d9a53c}.btn.disabled,.btn:disabled{background-color:#a9a8a8}.title{font-size:34px;color:#d9a53c;letter-spacing:1.3px}.slider,.title{position:relative}.slider{overflow:hidden}.slider-btn{display:flex;align-items:center;justify-content:space-between;padding:0 2%;position:absolute;z-index:1;width:100%;top:50%;transform:translateY(-50%)}@media screen and (max-width:768px){.slider-btn{display:none}}.slider-btn button{width:70px;height:70px;border-radius:50%;border:none;font-size:24px;display:flex;align-items:center;justify-content:center;transition:.4s ease-out}.slider-btn button:hover{background-color:#0a2c53;color:#fff}.slider-slides{display:flex;width:100%;align-items:center;justify-content:space-between}.slider-slide{width:100%;min-height:700px;position:relative}@media screen and (max-width:768px){.slider-slide{min-height:220px}}.slider-slide-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.slider-slide-img svg{color:#fff;position:absolute;bottom:0;left:0;z-index:1;transform:rotateX(180deg)}.slider-slide-img a{display:block;width:100%;height:100%}.slider-slide-img img{width:100%;height:auto;object-fit:unset;object-position:right}@media screen and (max-width:500px){.slider-slide-img img{object-position:80%}}.slider-slide-content{display:flex;width:100%;height:700px;flex-direction:column;justify-content:center}.slider-slide-content strong{background-color:#0a2c53;width:max-content;padding:10px 30px;border-radius:2rem;color:#fff;text-transform:uppercase;font-weight:500}.slider-slide-content h1{font-size:44px;color:#fff;max-width:640px;padding:20px 0}.slider-slide-content p{font-weight:500;color:#fff}.slider-slide.animation-in img{animation:scaleup 15s ease-out infinite,opacityin 2s ease-out}.slider-slide.animation-in .slider-slide-content h1,.slider-slide.animation-in .slider-slide-content strong{animation:lefttoright 2s ease-out}.slider-slide.animation-in .slider-slide-content a,.slider-slide.animation-in .slider-slide-content button,.slider-slide.animation-in .slider-slide-content p{animation:bottomtotop 2s ease-out}.slider-slide.animation-out img{animation:opacityout 2s ease-out}.slider-slide.animation-out .slider-slide-content h1,.slider-slide.animation-out .slider-slide-content strong{animation:righttoleft 2s ease-out}.slider-slide.animation-out .slider-slide-content a,.slider-slide.animation-out .slider-slide-content button,.slider-slide.animation-out .slider-slide-content p{animation:toptobottom 2s ease-out}.form-group{display:flex;gap:10px;flex-direction:column}.form-group label{text-transform:capitalize;font-weight:500}.form-group label span{color:#a9a8a8}.form-group input{width:100%;height:40px;padding:10px;border:1px solid hsla(0,0%,63%,.275);border-radius:4px;background-color:transparent}.form-group input::placeholder{text-transform:capitalize}.form-group input:focus{outline:none;border-color:#0a2c53}.form-group.error input{border-color:red}.main-counter{border:1px solid #0a2c53;padding:0 10px;display:flex;gap:10px;border-radius:2rem;width:150px;align-items:center;justify-content:space-between}.main-counter button{display:flex;border:none;background-color:transparent;font-size:18px;cursor:pointer;padding:10px}.main-counter span{font-size:18px;font-weight:600}.addnewbtn{border:none;background-color:#0a2c53;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:7px 12px;border-radius:4px}.header{background-color:#fff;border-bottom:.5px solid rgba(254,169,16,.145);position:-webkit-sticky;position:sticky;top:-42px;z-index:99999}.header-topbar{background-color:#d9a53c;padding:5px 0}.header-topbar-wrp{display:flex;align-items:center;justify-content:center}.header-topbar-wrp h4{background-color:#0a2c53;padding:4px 40px;color:#fff;font-weight:300;font-size:18px;font-family:Tiro Bangla,serif;border-top-right-radius:.8rem;border-bottom-left-radius:.8rem}.header-wrp{display:flex;align-items:center;justify-content:space-between;top:0;height:90px}@media screen and (max-width:768px){.header-wrp .brand{width:100%}}.header-wrp .brand img{width:214px;height:auto}.header .toggle-btn{display:none}@media screen and (max-width:768px){.header .toggle-btn{display:flex;font-size:22px}.header-nav{position:fixed;background-color:rgba(217,165,60,.8);top:0;left:0;height:100vh;width:250px;padding:20px;margin-left:-100%;transition:.6s}.header-nav.show{margin-left:0}}.header-nav-menu{display:flex;gap:20px}@media screen and (max-width:768px){.header-nav-menu{flex-direction:column;margin-top:30px}}.header-nav-menu li a{font-size:16px;font-weight:600;text-transform:uppercase;position:relative;transition:.4s ease-out}@media screen and (max-width:768px){.header-nav-menu li a{color:#fff}}.header-nav-menu li a:after{content:"";width:100%;height:3px;background-color:#0a2c53;position:absolute;bottom:-5px;left:0;transform:scaleX(0);transition:.4s ease-out}.header-nav-menu li a.active,.header-nav-menu li a:hover{color:#0a2c53}.header-nav-menu li a.active:after,.header-nav-menu li a:hover:after{transform:scaleX(1)}.footer{background-color:#fff;color:#000}.footer-top{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-top:1px dashed hsla(0,0%,63%,.275)}@media screen and (max-width:500px){.footer-top{flex-direction:column;gap:30px;align-items:flex-start}}.footer-top-left,.footer-top-right{width:100%;max-width:300px;display:flex;flex-direction:column;gap:20px}.footer-top-left img,.footer-top-right img{width:100%;height:auto}.footer-top-right h3{font-size:22px;text-transform:uppercase}.footer-top-right-phone{display:flex;flex-direction:column;gap:10px}.footer-top-right-phone a{font-size:18px;font-weight:500;color:#0a2c53}.footer-bottom{padding:20px 0;border-top:1px dashed hsla(0,0%,63%,.275)}.footer-bottom p{font-size:13px}.cart{position:relative}.cart a{font-size:22px}.cart span{background-color:#0a2c53;display:flex;width:15px;height:15px;font-size:12px;border-radius:2rem;align-items:center;justify-content:center;color:#fff;position:absolute;top:-10px;right:-10px}.contact{padding:50px 0}.contact-top{display:flex;justify-content:space-between;gap:100px}@media screen and (max-width:500px){.contact-top{flex-direction:column}}.contact-top-item{width:100%;padding-bottom:60px}.contact-top-item h3{font-size:28px}.contact-bottom{display:flex;justify-content:space-between}@media screen and (max-width:768px){.contact-bottom{display:grid;grid-template-columns:auto auto;grid-gap:20px;gap:20px}}@media screen and (max-width:500px){.contact-bottom{grid-template-columns:auto}}.contact-bottom-item{display:flex;flex-direction:column;gap:5px}.contact-bottom-item strong{display:flex;align-items:center;padding-bottom:5px}.contact-bottom-item strong svg{color:#0a2c53;display:inline-block;margin-right:10px;font-size:20px}.about{padding:40px 0}.about strong{font-size:14px;color:#0a2c53}.about h2{font-size:28px}.about h2,.about h4,.about p,.about ul{padding:10px 0}.about ul{list-style:square;margin-left:20px;display:flex;gap:10px;flex-direction:column}.blog{margin:40px 0;min-height:400px}.login{position:absolute;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff}.login-form{width:500px;height:auto;background-color:#000;padding:40px;border-radius:10px;display:flex;flex-direction:column;gap:20px}.login-form input{color:#fff}.login-form button{margin-top:0}.shop{padding:40px 0}.shop-banner-wrp{display:flex;gap:40px}@media screen and (max-width:500px){.shop-banner-wrp{flex-direction:column}}.shop-banner-item{width:100%;height:300px;position:relative;display:flex;flex-direction:column;justify-content:center;padding:20px;color:#fff;gap:20px}.shop-banner-item strong{font-size:22px}.shop-banner-item h2{font-size:34px}.shop-banner-item .hotline p{color:#fff;font-weight:600;text-transform:capitalize}.shop-banner-item .hotline p span{color:#0a2c53}.shop-banner-item .hotline a{color:#fff;font-size:16px;font-weight:500;margin-top:10px;display:block}.shop-banner-item img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transition:.4s ease-out}.products{padding:80px 0}.products-topbar{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:768px){.products-topbar{flex-direction:column;gap:30px}}.products-menu{display:flex;gap:15px}.products-menu button{background-color:transparent;border:none;text-transform:uppercase;font-weight:500;font-size:16px;transition:.5s ease-out;position:relative}.products-menu button:after{content:"";width:100%;height:4px;background-color:#0a2c53;position:absolute;bottom:-7px;left:0;transition:.5s ease-out;transform:scaleX(0)}.products-menu button.active,.products-menu button:hover{color:#0a2c53}.products-menu button.active:after,.products-menu button:hover:after{transform:scaleX(1)}.products-body{height:max-content;margin-bottom:60px;margin-top:60px;display:grid;grid-gap:2.5%;grid-row-gap:0;row-gap:0;grid-template-columns:22.5% 22.5% 22.5% 22.5%}@media screen and (max-width:768px){.products-body{grid-template-columns:auto auto auto}}@media screen and (max-width:500px){.products-body{grid-template-columns:auto auto}}.products .show-more-btn{display:flex;align-items:center;justify-content:center;background-color:#0a2c53;width:200px;height:50px;margin:0 auto;border-top-right-radius:1rem;border-bottom-left-radius:1rem}.products .show-more-btn a{color:#d9a53c;font-weight:500;font-size:18px;transition:.4s ease-out}.products .show-more-btn a:hover{color:#fff}.product{margin-bottom:30px}@media screen and (max-width:500px){.product{max-width:200px}}.product-body{position:relative;border:1px dashed #d9a53c;overflow:hidden;border-top-right-radius:2rem;border-bottom-left-radius:2rem;margin-bottom:20px;height:auto}.product-body bot .favarite{position:absolute;top:10px;right:10px;background-color:transparent;border:none;font-size:20px;color:red}.product-body>span{position:absolute;top:10px;left:10px;background-color:red;padding:3px 10px;border-radius:2px;color:#fff;font-weight:500;font-size:12px}.product-body-img{height:min-content}.product-body-img a{display:block;width:100%;height:auto}.product-body-img img{width:100%;height:400px;object-fit:cover;transform:scale(1.04)}@media screen and (max-width:500px){.product-body-img img{height:auto}}.product-body-hover{position:absolute;bottom:0;left:0;width:100%;height:min-content;display:flex;align-items:flex-end;justify-content:center;padding-bottom:30px;overflow:hidden}.product-body-hover a{width:max-content;height:min-content;padding:10px 20px;transition:.4s ease-out}.product-bottom{display:flex;flex-direction:column;gap:5px}.product-bottom strong{color:#0a2c53;font-size:18px}.product-bottom strong del{padding-right:5px;color:hsla(0,0%,63%,.275)}.product-bottom a{font-size:18px;transition:.4s;font-weight:500}.product:hover .product-body{border-color:#0a2c53}.product:hover .product-body-hover>a{transform:translateY(0)}.product:hover .product-bottom>a{color:#0a2c53}.single-product{padding:30px 0}.single-product-top{display:grid;grid-template-columns:40% auto;grid-gap:30px;gap:30px}@media screen and (max-width:768px){.single-product-top{display:grid;grid-template-columns:48% auto;grid-template-columns:100%}}.single-product-top-left{width:100%;position:relative;border:1px dashed hsla(0,0%,63%,.275);border-radius:10px}.single-product-top-left img{width:100%;height:auto}.single-product-top-left button{position:absolute;top:15px;right:15px;background-color:transparent;border:none;color:red;font-size:22px}.single-product-top-right{width:100%}.single-product-top-right h3{padding:10px 0;font-size:24px}.single-product-top-right strong{color:#0a2c53;font-size:18px}.single-product-top-right strong del{padding-right:5px;color:hsla(0,0%,63%,.275)}.single-product-top-right p{padding:10px 0}.single-product-top-right p span{font-weight:600;padding-left:10px}.single-product-top-right .order-counter{display:flex;align-items:center;gap:20px;border:1px dashed hsla(0,0%,63%,.275);padding:10px;border-radius:10px;margin-top:20px}@media screen and (max-width:768px){.single-product-top-right .order-counter{flex-direction:column}}.single-product-top-right .order-counter a,.single-product-top-right .order-counter button{margin-top:unset;padding:10px 20px;font-size:16px;width:150px}.single-product-body{margin:20px 0;border-top:1px dashed hsla(0,0%,63%,.275)}.single-product-body .info p{padding:10px 0}.single-product .size{display:flex;align-items:center;justify-content:start;gap:10px}@media screen and (max-width:500px){.single-product .size{grid-template-columns:auto}}.single-product .size button{border:none;background-color:hsla(0,0%,63%,.275);padding:10px 20px;border-radius:2rem;font-size:15px;font-weight:600;color:#666;transition:.4s}.single-product .size button.active,.single-product .size button:hover{background-color:#0a2c53;color:#fff}.order{margin:40px 0}.order-title{font-size:18px;color:#d9a53c}.order-wrp{display:flex;justify-content:space-between;gap:40px}@media screen and (max-width:768px){.order-wrp{flex-direction:column}}.order-left{width:100%}.order-left .order-form{margin-top:20px;display:flex;flex-direction:column;gap:20px}.order-right{width:100%}.invoice-table{margin-top:40px}.invoice-table-row{display:grid;grid-template-columns:75% 15% 10%;align-items:center;justify-content:space-between;border:1px dashed hsla(0,0%,63%,.275)}@media screen and (max-width:500px){.invoice-table-row{grid-template-columns:60% 20% 20%}}.invoice-table-row-left{width:100%;padding:5px 10px;display:flex;align-items:center;gap:10px;border-right:1px dashed hsla(0,0%,63%,.275)}@media screen and (max-width:500px){.invoice-table-row-left{flex-direction:column;align-items:flex-start}}.invoice-table-row-left>span,.invoice-table-row-left>strong{width:100%;padding:10px}.invoice-table-row-left .img{border-radius:50%;overflow:hidden;border:1px solid rgba(254,169,16,.145)}.invoice-table-row-left .img img{width:50px;height:50px;object-fit:cover}.invoice-table-row-left .info{display:flex;flex-direction:column;gap:5px}.invoice-table-row-left .info h5{font-size:18px}.invoice-table-row-left .info h5 span{font-size:12px}.invoice-table-row-left .info strong{color:#0a2c53;font-size:13px}.invoice-table-row-left .info strong del{color:hsla(0,0%,63%,.275)}.invoice-table-row-left .main-counter{width:100px;gap:5px;min-height:30px}.invoice-table-row-left .main-counter button{font-size:14px;padding:4px}.invoice-table-row-left .main-counter span{font-size:12px}.invoice-table-row-middle{width:100%;display:flex;align-items:center;justify-content:center}.invoice-table-row-middle.price-add strong{font-weight:400}.invoice-table-row-right{border-left:1px dashed hsla(0,0%,63%,.275);height:100%;display:flex;align-items:center;justify-content:center}.invoice-table-row-right button{border:none;background-color:transparent;color:red;text-transform:capitalize;cursor:pointer;font-size:12px}.complete{margin:40px 0}.complete h2{color:green;text-align:center;padding-bottom:40px}.complete .invoice-table-row{grid-template-columns:90% 10%}.sidebar{width:220px;background-color:#000;height:100vh;color:#fff;border-right:1px dashed #0a2c53}.sidebar-top{border-bottom:1px dashed #0a2c53;padding:20px;display:flex;align-items:center;height:70px}.sidebar-top a{color:#fff;width:100%}.sidebar-top a h2{text-align:center;text-transform:uppercase}.sidebar-menu{display:flex;flex-direction:column;gap:20px;padding:20px}.sidebar-menu a{color:#fff;display:flex;gap:5px;align-items:center;font-size:18px;position:relative;transition:.4s ease-out;width:min-content}.sidebar-menu a:after{content:"";background-color:#0a2c53;width:100%;height:3px;position:absolute;top:110%;left:0;transition:.4s ease-out;transform:scaleX(0)}.sidebar-menu a.active,.sidebar-menu a:hover{color:#0a2c53}.sidebar-menu a.active:after,.sidebar-menu a:hover:after{transform:scaleX(1)}.dashboard{padding:40px}.dashboard-topbar{background-color:#000;border-bottom:1px dashed #fea910;padding:20px;display:flex;align-items:center;justify-content:flex-end;color:#fff;position:-webkit-sticky;position:sticky;top:0;height:70px}.dashboard-topbar a{color:#0a2c53}.dashboard-main{display:flex;height:100vh;overflow:hidden;background-color:#000;color:#fff}.dashboard-main main{overflow-x:auto;width:89%}.dashboard-title{text-transform:capitalize;font-size:22px}.dashboard-item{width:100%;height:150px;background-color:#fff;border-radius:10px;color:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.dashboard-item-wrp{display:grid;grid-gap:30px;gap:30px;grid-template-columns:auto auto auto;margin:40px 0}.dashboard-item span,.dashboard-item strong{font-size:22px}.dashboard-products{padding:40px}.dashboard-products-topbar{display:flex;align-items:center;justify-content:space-between;margin:20px 0;padding-top:20px}.dashboard-products-topbar-right{display:flex;align-items:center;gap:10px}.dashboard-products-topbar-right button{background-color:transparent;border:1px solid #0a2c53;padding:7px 12px;border-radius:4px;color:#0a2c53;transition:.4s ease-out;text-transform:uppercase}.dashboard-products-topbar-right button.active,.dashboard-products-topbar-right button:hover{color:#000;background-color:#0a2c53}.catagoris-table,.product-table{width:100%;margin:20px 0;border-collapse:collapse;padding:20px;border-radius:10px}.catagoris-table td,.catagoris-table th,.product-table td,.product-table th{border:1px solid hsla(0,0%,63%,.275);padding:5px 10px}.catagoris-table th,.product-table th{height:60px}.catagoris-table td img,.product-table td img{width:50px;height:50px;border-radius:50%;border:1px solid #0a2c53}.catagoris-table td del,.product-table td del{padding-left:10px;color:hsla(0,0%,63%,.275)}.catagoris-table td a,.catagoris-table td button,.product-table td a,.product-table td button{border:none;background-color:transparent;font-size:22px;color:green}.catagoris-table td button,.product-table td button{color:red;padding-left:10px}.catagoris{padding:40px}.catagoris-table{width:max-content;min-width:500px}.catagoris-add .form{width:400px;display:flex;align-items:flex-end;gap:10px}.catagoris-add .form button{height:40px}