@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.navbar{padding:0 30px;display:flex;justify-content:space-between;align-items:center;width:100%;background-color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:998}@media screen and (max-width: 768px){.navbar{padding:0 10px}}@media screen and (max-width: 480px){.navbar{padding:0}}.navbar .nav-left .logo img{width:100px}.navbar .nav-right{display:flex;align-items:center;gap:25px}@media screen and (max-width: 768px){.navbar .nav-right{gap:15px}}@media (max-width: 481px){.navbar .nav-right{display:none}}.navbar .nav-right .nav-link{font-size:18px;font-weight:600;color:#333;text-decoration:none;transition:color .3s ease,transform .3s ease;cursor:pointer}.navbar .nav-right .nav-link:hover{color:#007bff;transform:translateY(-2px)}.navbar .nav-right .nav-link.active{color:#007bff;font-weight:600}.navbar .nav-right .dropdown{position:relative}.navbar .nav-right .dropdown .nav-link{background:none;border:none;font-size:18px;font-weight:600;color:#333;display:flex;align-items:center;gap:5px;cursor:pointer;transition:color .3s ease,transform .3s ease}.navbar .nav-right .dropdown .nav-link:hover{color:#007bff}.navbar .nav-right .dropdown .nav-link .arrow-icon{margin-top:3px;font-size:20px}.navbar .nav-right .dropdown .dropdown-content{position:absolute;top:100%;left:-105%;background:#fff;box-shadow:0 4px 10px #0000001a;border-radius:5px;z-index:1000;min-width:300px;border:1px solid #007bff;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,visibility .3s}.navbar .nav-right .dropdown .dropdown-content .dropdown-link{display:block;padding:10px 20px;font-size:16px;font-weight:500;color:#333;text-decoration:none;transition:background .3s ease,color .3s ease}.navbar .nav-right .dropdown .dropdown-content .dropdown-link:hover{background:#007bff;color:#fff}.navbar .nav-right .dropdown .dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.bm-burger-button{position:relative;width:30px;height:25px;right:10px}@media (min-width: 481px){.bm-burger-button{display:none}}.bm-burger-bars{background:#000}.bm-burger-bars-hover{background:#a90000}.bm-cross-button{height:40px;width:40px}.bm-cross{background:#000}.bm-menu-wrap{position:fixed;top:0;height:100%}.bm-menu{background-color:#fff;padding:2.5em 1.5em 0;font-size:1.15em}.bm-morph-shape{fill:#000}.bm-overlay{background:#0000004d;height:0!important}.bm-item{display:inline-block;color:#000;text-align:left;text-decoration:none;transition:color .2s}.menu-item{margin-bottom:10px;font-weight:600;color:#333}.mobile-links{font-size:16px;font-weight:500;margin-left:20px;margin-bottom:10px;color:#333}.BannerCard{width:100%;position:relative}@media screen and (max-width: 768px){.BannerCard{position:static;display:flex;flex-direction:column;flex-direction:column-reverse;align-items:center;background:#efefef}}.BannerCard .banner-card-img{width:100%}.BannerCard .banner-card-img img{width:100%;height:100%;object-fit:contain;filter:brightness(.9)}@media screen and (max-width: 480px){.BannerCard .banner-card-img img{width:100%}}.BannerCard .bannerCard-info{position:absolute;top:65%;left:25%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:15px;background:#d3d3d3;padding:20px;width:50%;border-radius:10px;max-width:600px}@media screen and (max-width: 1400px){.BannerCard .bannerCard-info{left:30%}}@media screen and (max-width: 1200px){.BannerCard .bannerCard-info{width:70%;left:30%}}@media screen and (max-width: 1024px){.BannerCard .bannerCard-info{left:40%}}@media screen and (max-width: 768px){.BannerCard .bannerCard-info{position:static;transform:none;width:100%;align-items:center;background-color:transparent}}.BannerCard .bannerCard-info h2{font-size:30px}@media screen and (max-width: 768px){.BannerCard .bannerCard-info h2{text-align:center;font-size:25px}}.BannerCard .bannerCard-info p{font-size:18px}.BannerCard .bannerCard-info .bannerCard-buttons{display:flex;gap:10px}.BannerCard .bannerCard-info .bannerCard-buttons button{width:fit-content;background:linear-gradient(135deg,#000,#333);border:none;color:#fff;font-size:18px;font-weight:600;padding:12px 18px;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out;box-shadow:3px 3px 10px #0000004d;position:relative;overflow:hidden}.BannerCard .bannerCard-info .bannerCard-buttons button:hover{background:linear-gradient(135deg,#444,#000);transform:scale(1.05);box-shadow:5px 5px 15px #00000080}.BannerCard .bannerCard-info .bannerCard-buttons button:active{transform:scale(.95);box-shadow:2px 2px 8px #0003}.BannerCard .bannerCard-info .bannerCard-buttons button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 50%);transform:rotate(30deg);transition:opacity .3s;opacity:0}.BannerCard .bannerCard-info .bannerCard-buttons button:hover:before{opacity:1}.bottomItemLists{margin:40px 30px}@media screen and (max-width: 768px){.bottomItemLists{margin:20px 10px}}.bottomItemLists .categories{margin-top:40px}@media screen and (max-width: 768px){.bottomItemLists .categories{margin-top:20px}}@media screen and (max-width: 768px){.bottomItemLists .categories h2{font-size:23px}}.bottomItemLists .categories .mobile-item{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:flex-end;margin-top:20px}@media (min-width: 481px){.bottomItemLists .categories .mobile-item{display:none}}.bottomItemLists .categories .mobile-item .mobile-item-card img{width:100%}.bottomItemLists .categories .mobile-item .mobile-item-card p{font-weight:600}.bottomItemLists .categories .swiper{position:relative}@media screen and (max-width: 480px){.bottomItemLists .categories .swiper{display:none}}.bottomItemLists .categories .swiper .swiper-button-next,.bottomItemLists .categories .swiper .swiper-button-prev{color:#000;background-color:#fffc;border-radius:10px;width:50px;height:50px;transition:opacity .3s ease;border:1px solid #000;padding:10px 0}@media screen and (max-width: 768px){.bottomItemLists .categories .swiper .swiper-button-next,.bottomItemLists .categories .swiper .swiper-button-prev{width:30px;height:40px}}.bottomItemLists .categories .swiper .swiper-button-next:after,.bottomItemLists .categories .swiper .swiper-button-prev:after{font-size:15px;font-weight:700}@media screen and (max-width: 480px){.bottomItemLists .categories .swiper .swiper-button-next:after,.bottomItemLists .categories .swiper .swiper-button-prev:after{font-size:10px}}.bottomItemLists .categories .swiper .swiper-button-next:hover,.bottomItemLists .categories .swiper .swiper-button-prev:hover{opacity:.8}.bottomItemLists .categories .swiper .swiper-button-next{right:10px}.bottomItemLists .categories .swiper .swiper-button-prev{left:10px}.categoryItem{display:flex;flex-direction:column;align-items:center;margin-top:20px;cursor:pointer;transition:all .3s ease-in-out}.categoryItem:hover{transform:translateY(-6px)}.categoryItem img{width:200px;height:300px;padding:20px;object-fit:contain;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1024px){.categoryItem img{width:150px;height:150px}}@media screen and (max-width: 480px){.categoryItem img{width:170px;height:170px}}.categoryItem p{font-size:18px;font-weight:500;text-align:center;margin-bottom:10px}@media screen and (max-width: 1024px){.categoryItem p{font-size:16px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.itemLists{margin:40px 30px}@media screen and (max-width: 768px){.itemLists{margin:20px 10px}}.itemLists .categories{margin-top:40px}@media screen and (max-width: 768px){.itemLists .categories{margin-top:20px}}@media screen and (max-width: 768px){.itemLists .categories h2{font-size:23px}}.itemLists .categories .mobile-item{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:flex-end;margin-top:20px}@media (min-width: 481px){.itemLists .categories .mobile-item{display:none}}.itemLists .categories .mobile-item .mobile-item-card img{width:100%}.itemLists .categories .mobile-item .mobile-item-card p{font-weight:600}.itemLists .categories .swiper{position:relative}@media screen and (max-width: 480px){.itemLists .categories .swiper{display:none}}.itemLists .categories .swiper .swiper-button-next,.itemLists .categories .swiper .swiper-button-prev{color:#000;background-color:#fffc;border-radius:10px;width:50px;height:50px;transition:opacity .3s ease;border:1px solid #000;padding:10px 0}@media screen and (max-width: 768px){.itemLists .categories .swiper .swiper-button-next,.itemLists .categories .swiper .swiper-button-prev{width:30px;height:40px}}.itemLists .categories .swiper .swiper-button-next:after,.itemLists .categories .swiper .swiper-button-prev:after{font-size:15px;font-weight:700}@media screen and (max-width: 480px){.itemLists .categories .swiper .swiper-button-next:after,.itemLists .categories .swiper .swiper-button-prev:after{font-size:10px}}.itemLists .categories .swiper .swiper-button-next:hover,.itemLists .categories .swiper .swiper-button-prev:hover{opacity:.8}.itemLists .categories .swiper .swiper-button-next{right:10px}.itemLists .categories .swiper .swiper-button-prev{left:10px}.footer{background:#000;padding:60px}@media screen and (max-width: 480px){.footer{padding:60px 20px}}.footer .footer-top{display:flex;color:#fff;justify-content:space-between;overflow:hidden;align-items:center}@media screen and (max-width: 1024px){.footer .footer-top{flex-direction:column;align-items:center;gap:30px}}.footer .footer-top .footer-left{display:flex;flex-direction:column;gap:10px;font-size:12px;text-align:center}.footer .footer-top .footer-left p{color:#a7a6a6}.footer .footer-top .footer-left p:first-child{color:#fff;font-size:14px}.footer .footer-top .footer-left p span{border-bottom:2px solid #fff;cursor:pointer;margin-left:10px}.footer .footer-top .footer-right{display:flex;gap:10px;font-size:30px;cursor:pointer}@media screen and (max-width: 1024px){.footer .footer-top .footer-right{font-size:35px}}@media screen and (max-width: 768px){.footer .footer-top .footer-right{font-size:35px}}.footer .footer-bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:30px}@media screen and (max-width: 1024px){.footer .footer-bottom{margin-top:30px}}.footer .footer-bottom .star-link:hover{border-bottom:1px solid #fff}.footer .footer-bottom p{color:#fff;text-align:center;font-size:12px}.visitingCards{overflow:hidden}.visitingCards .visitingCards-banner{position:relative}.visitingCards .visitingCards-banner img{width:100%;height:300px;object-fit:cover}@media screen and (max-width: 768px){.visitingCards .visitingCards-banner img{filter:brightness(.6)}}.visitingCards .visitingCards-banner h1{position:absolute;top:50%;left:20%;transform:translate(-50%,-50%);font-size:40px;text-transform:uppercase;color:#fff}@media screen and (max-width: 768px){.visitingCards .visitingCards-banner h1{left:50%;width:100%;text-align:center}}@media screen and (max-width: 480px){.visitingCards .visitingCards-banner h1{font-size:30px}}.visitingCards .visitingCards-container{margin:30px 10px}@media screen and (max-width: 1024px){.visitingCards .visitingCards-container{margin:30px 20px}}@media screen and (max-width: 768px){.visitingCards .visitingCards-container{margin:30px 20px}}@media screen and (max-width: 480px){.visitingCards .visitingCards-container{margin:30px 10px}}.visitingCards .visitingCards-container h2{font-size:30px}@media screen and (max-width: 480px){.visitingCards .visitingCards-container h2{font-size:25px}}.visitingCards .visitingCards-container .visitingCards-desc{margin:25px 0;color:#333;font-weight:500}.visitingCards .visitingCards-container .visiting-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;grid-auto-rows:1fr;margin-top:30px}.visitingCards .visitingCards-container .visiting-cards .visiting-card{border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e0e0e0;padding:15px;background:#fff;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.visitingCards .visitingCards-container .visiting-cards .visiting-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.visitingCards .visitingCards-container .visiting-cards .visiting-card img{object-fit:contain;width:100%;height:250px;border-radius:8px}.visitingCards .visitingCards-container .visiting-cards .visiting-card p{font-size:18px;font-weight:700;color:#333;transition:color .3s ease;margin-top:15px}.visitingCards .visitingCards-container .visiting-cards .visiting-card p:hover{color:#007bff}@media screen and (max-width: 1400px){.visitingCards .visitingCards-container .visiting-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1200px){.visitingCards .visitingCards-container .visiting-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.visitingCards .visitingCards-container .visiting-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.visitingCards .visitingCards-container .visiting-cards{grid-template-columns:1fr}}.mainCard{display:flex;flex-direction:column;width:100%;border-radius:15px;transition:all .3s ease;overflow:hidden}.mainCard:hover{transform:translateY(-5px)}.mainCard img{width:100%;height:200px;object-fit:cover;border-radius:15px}@media screen and (max-width: 1200px){.mainCard img{height:250px}}@media screen and (max-width: 1024px){.mainCard img{height:270px}}@media screen and (max-width: 768px){.mainCard img{height:250px}}@media screen and (max-width: 480px){.mainCard img{height:150px}}.mainCard .card-title{font-size:18px;font-weight:700;color:#333;transition:color .3s ease;margin-top:20px}.mainCard .card-title:hover{color:#007bff}.mainCard .card-desc{font-size:14px;color:#666;font-weight:500;line-height:1.5;margin:0}@media screen and (max-width: 480px){.mainCard .card-desc{font-size:12px}}.postersCard .stationeryCard .labelsStickersCard .stampsCard .officeSuppliesCard{width:100%;display:block}.postersCard .stationeryCard .labelsStickersCard .stampsCard .officeSuppliesCard .card-title{margin-top:20px}.postersCard .stationeryCard .labelsStickersCard .stampsCard .officeSuppliesCard img{width:100%;height:200px;object-fit:cover;border-radius:15px}@media screen and (max-width: 1200px){.postersCard .stationeryCard .labelsStickersCard .stampsCard .officeSuppliesCard img{height:250px}}@media screen and (max-width: 1024px){.postersCard .stationeryCard .labelsStickersCard .stampsCard .officeSuppliesCard img{height:270px}}@media screen and (max-width: 768px){.postersCard .stationeryCard .labelsStickersCard .stampsCard .officeSuppliesCard img{height:250px}}@media screen and (max-width: 480px){.postersCard .stationeryCard .labelsStickersCard .stampsCard .officeSuppliesCard img{height:150px}}.fullImage{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:999}.fullImage .fullImage-content{position:relative;background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 12px #0003;margin:0 10px}.fullImage .fullImage-image{max-width:100%;max-height:80vh;display:block;margin:0 auto}.fullImage .close-btn{position:fixed;top:20px;right:20px;color:#fff;padding:10px 15px;cursor:pointer;font-size:50px;border-radius:50%;background-color:#00000080;border:none;z-index:1000}.fullImage .close-btn:hover{background-color:#000000b3}.posters{display:flex;position:relative;overflow:hidden}.posters .posters-content .posters-banner{display:flex;background:#5c5c5c;height:300px;justify-content:space-between;padding:20px;gap:5px}@media screen and (max-width: 1024px){.posters .posters-content .posters-banner{padding:20px}}@media screen and (max-width: 768px){.posters .posters-content .posters-banner{flex-direction:column;height:fit-content;text-align:center;gap:40px;padding:20px 10px}}.posters .posters-content .posters-banner .posters-banner-info{display:flex;flex-direction:column;justify-content:center;color:#fff;gap:20px}.posters .posters-content .posters-banner .posters-banner-info h2{font-size:40px}@media screen and (max-width: 1024px){.posters .posters-content .posters-banner .posters-banner-info h2{font-size:35px}}@media screen and (max-width: 480px){.posters .posters-content .posters-banner .posters-banner-info h2{font-size:30px}}.posters .posters-content .posters-banner .posters-banner-info p{font-size:20px}@media screen and (max-width: 1024px){.posters .posters-content .posters-banner .posters-banner-info p{font-size:18px}}.posters .posters-content .posters-banner .posters-banner-img{display:flex;width:600px}@media screen and (max-width: 1024px){.posters .posters-content .posters-banner .posters-banner-img{width:500px}}@media screen and (max-width: 768px){.posters .posters-content .posters-banner .posters-banner-img{width:100%;height:300px}}.posters .posters-content .posters-banner .posters-banner-img img{width:100%;border-radius:15px;object-position:right center;object-fit:cover}.posters .posters-content .posters-lists-container .posters-lists{display:flex;flex-direction:column;gap:50px;margin:30px 10px}@media screen and (max-width: 1024px){.posters .posters-content .posters-lists-container .posters-lists{margin:30px 20px}}@media screen and (max-width: 768px){.posters .posters-content .posters-lists-container .posters-lists{margin:30px 20px}}@media screen and (max-width: 480px){.posters .posters-content .posters-lists-container .posters-lists{margin:30px 10px}}.posters .posters-content .posters-lists-container .posters-lists .posters-items h2{font-size:30px;margin-bottom:20px}@media screen and (max-width: 480px){.posters .posters-content .posters-lists-container .posters-lists .posters-items h2{font-size:25px}}.posters .posters-content .posters-lists-container .posters-lists .posters-items .posters-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;grid-auto-rows:1fr}.posters .posters-content .posters-lists-container .posters-lists .posters-items .posters-cards .posters-card{border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e0e0e0;padding:15px;background:#fff;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.posters .posters-content .posters-lists-container .posters-lists .posters-items .posters-cards .posters-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.posters .posters-content .posters-lists-container .posters-lists .posters-items .posters-cards .posters-card img{object-fit:contain;width:100%;height:250px;border-radius:8px}.posters .posters-content .posters-lists-container .posters-lists .posters-items .posters-cards .posters-card p{font-size:18px;font-weight:700;color:#333;transition:color .3s ease;margin-top:15px}.posters .posters-content .posters-lists-container .posters-lists .posters-items .posters-cards .posters-card p:hover{color:#007bff}@media screen and (max-width: 1400px){.posters .posters-content .posters-lists-container .posters-lists .posters-items .posters-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1200px){.posters .posters-content .posters-lists-container .posters-lists .posters-items .posters-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.posters .posters-content .posters-lists-container .posters-lists .posters-items .posters-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.posters .posters-content .posters-lists-container .posters-lists .posters-items .posters-cards{grid-template-columns:1fr}}.stationery{display:flex;position:relative;overflow:hidden}.stationery .stationery-content .stationery-banner{display:flex;background:#5c5c5c;height:300px;justify-content:space-between;padding:20px;gap:5px}@media screen and (max-width: 1024px){.stationery .stationery-content .stationery-banner{padding:20px}}@media screen and (max-width: 768px){.stationery .stationery-content .stationery-banner{flex-direction:column;height:fit-content;text-align:center;gap:40px;padding:20px 10px}}.stationery .stationery-content .stationery-banner .stationery-banner-info{display:flex;flex-direction:column;justify-content:center;color:#fff;gap:20px}.stationery .stationery-content .stationery-banner .stationery-banner-info h2{font-size:40px}@media screen and (max-width: 1024px){.stationery .stationery-content .stationery-banner .stationery-banner-info h2{font-size:35px}}@media screen and (max-width: 480px){.stationery .stationery-content .stationery-banner .stationery-banner-info h2{font-size:30px}}.stationery .stationery-content .stationery-banner .stationery-banner-info p{font-size:20px}@media screen and (max-width: 1024px){.stationery .stationery-content .stationery-banner .stationery-banner-info p{font-size:18px}}.stationery .stationery-content .stationery-banner .stationery-banner-img{display:flex;width:600px}@media screen and (max-width: 1024px){.stationery .stationery-content .stationery-banner .stationery-banner-img{width:500px}}@media screen and (max-width: 768px){.stationery .stationery-content .stationery-banner .stationery-banner-img{width:100%;height:300px}}.stationery .stationery-content .stationery-banner .stationery-banner-img img{width:100%;border-radius:15px;object-position:right center;object-fit:cover}.stationery .stationery-content .stationery-lists-container{display:flex}.stationery .stationery-content .stationery-lists-container .stationery-lists{display:flex;flex-direction:column;gap:50px;margin:30px 10px}@media screen and (max-width: 1024px){.stationery .stationery-content .stationery-lists-container .stationery-lists{margin:30px 20px}}@media screen and (max-width: 768px){.stationery .stationery-content .stationery-lists-container .stationery-lists{margin:30px 20px}}@media screen and (max-width: 480px){.stationery .stationery-content .stationery-lists-container .stationery-lists{margin:30px 10px}}.stationery .stationery-content .stationery-lists-container .stationery-lists .stationery-items h2{font-size:30px;margin-bottom:20px}@media screen and (max-width: 480px){.stationery .stationery-content .stationery-lists-container .stationery-lists .stationery-items h2{font-size:25px}}.stationery .stationery-content .stationery-lists-container .stationery-lists .stationery-items .stationery-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;grid-auto-rows:1fr}.stationery .stationery-content .stationery-lists-container .stationery-lists .stationery-items .stationery-cards .stationery-card{border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e0e0e0;padding:15px;background:#fff;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.stationery .stationery-content .stationery-lists-container .stationery-lists .stationery-items .stationery-cards .stationery-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.stationery .stationery-content .stationery-lists-container .stationery-lists .stationery-items .stationery-cards .stationery-card img{object-fit:contain;width:100%;height:250px;border-radius:8px}.stationery .stationery-content .stationery-lists-container .stationery-lists .stationery-items .stationery-cards .stationery-card p{font-size:18px;font-weight:700;color:#333;transition:color .3s ease;margin-top:15px}.stationery .stationery-content .stationery-lists-container .stationery-lists .stationery-items .stationery-cards .stationery-card p:hover{color:#007bff}@media screen and (max-width: 1400px){.stationery .stationery-content .stationery-lists-container .stationery-lists .stationery-items .stationery-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1200px){.stationery .stationery-content .stationery-lists-container .stationery-lists .stationery-items .stationery-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.stationery .stationery-content .stationery-lists-container .stationery-lists .stationery-items .stationery-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.stationery .stationery-content .stationery-lists-container .stationery-lists .stationery-items .stationery-cards{grid-template-columns:1fr}}.labelsStickers{display:flex;position:relative;overflow:hidden}.labelsStickers .labelsStickers-content .labelsStickers-banner{display:flex;background:#5c5c5c;height:300px;justify-content:space-between;padding:20px;gap:5px}@media screen and (max-width: 1024px){.labelsStickers .labelsStickers-content .labelsStickers-banner{padding:20px}}@media screen and (max-width: 768px){.labelsStickers .labelsStickers-content .labelsStickers-banner{flex-direction:column;height:fit-content;text-align:center;gap:40px;padding:20px 10px}}.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info{display:flex;flex-direction:column;justify-content:center;color:#fff;gap:20px}@media screen and (max-width: 768px){.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info{align-items:center}}.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info h2{font-size:40px}@media screen and (max-width: 1024px){.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info h2{font-size:35px}}@media screen and (max-width: 480px){.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info h2{font-size:30px}}.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info p{font-size:20px}@media screen and (max-width: 1024px){.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info p{font-size:18px}}.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info .labelsStickers-buttons{display:flex;gap:10px}@media screen and (max-width: 480px){.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info .labelsStickers-buttons{gap:5px}}.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info .labelsStickers-buttons button{width:fit-content;background:linear-gradient(135deg,#000,#333);border:none;color:#fff;font-size:18px;font-weight:600;padding:12px 18px;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out;box-shadow:3px 3px 10px #0000004d;position:relative;overflow:hidden}@media screen and (max-width: 480px){.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info .labelsStickers-buttons button{padding:10px 15px}}.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info .labelsStickers-buttons button:hover{background:linear-gradient(135deg,#444,#000);transform:scale(1.05);box-shadow:5px 5px 15px #00000080}.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info .labelsStickers-buttons button:active{transform:scale(.95);box-shadow:2px 2px 8px #0003}.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info .labelsStickers-buttons button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 50%);transform:rotate(30deg);transition:opacity .3s;opacity:0}.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-info .labelsStickers-buttons button:hover:before{opacity:1}.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-img{display:flex;width:600px}@media screen and (max-width: 1024px){.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-img{width:400px}}@media screen and (max-width: 768px){.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-img{width:100%;height:300px}}.labelsStickers .labelsStickers-content .labelsStickers-banner .labelsStickers-banner-img img{width:100%;border-radius:15px;object-position:right center;object-fit:cover}.labelsStickers .labelsStickers-content .labelsStickers-lists-container{display:flex}.labelsStickers .labelsStickers-content .labelsStickers-lists-container .labelsStickers-lists{display:flex;flex-direction:column;gap:50px;margin:30px 10px}@media screen and (max-width: 1024px){.labelsStickers .labelsStickers-content .labelsStickers-lists-container .labelsStickers-lists{margin:30px 20px}}@media screen and (max-width: 768px){.labelsStickers .labelsStickers-content .labelsStickers-lists-container .labelsStickers-lists{margin:30px 20px}}@media screen and (max-width: 480px){.labelsStickers .labelsStickers-content .labelsStickers-lists-container .labelsStickers-lists{margin:30px 10px}}.labelsStickers .labelsStickers-content .labelsStickers-lists-container .labelsStickers-lists .labelsStickers-items h2{font-size:30px;margin-bottom:20px}@media screen and (max-width: 480px){.labelsStickers .labelsStickers-content .labelsStickers-lists-container .labelsStickers-lists .labelsStickers-items h2{font-size:25px}}.labelsStickers .labelsStickers-content .labelsStickers-lists-container .labelsStickers-lists .labelsStickers-items .labelsStickers-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:20px 10px}@media screen and (max-width: 1400px){.labelsStickers .labelsStickers-content .labelsStickers-lists-container .labelsStickers-lists .labelsStickers-items .labelsStickers-cards{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width: 1200px){.labelsStickers .labelsStickers-content .labelsStickers-lists-container .labelsStickers-lists .labelsStickers-items .labelsStickers-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.labelsStickers .labelsStickers-content .labelsStickers-lists-container .labelsStickers-lists .labelsStickers-items .labelsStickers-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.labelsStickers .labelsStickers-content .labelsStickers-lists-container .labelsStickers-lists .labelsStickers-items .labelsStickers-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.labelsStickers .labelsStickers-content .labelsStickers-lists-container .labelsStickers-lists .labelsStickers-items .labelsStickers-cards{grid-template-columns:repeat(2,1fr)}}.officeSupplies{display:flex;position:relative;overflow:hidden}.officeSupplies .officeSupplies-content .officeSupplies-banner{display:flex;background:#5c5c5c;height:300px;justify-content:space-between;padding:20px;gap:5px}@media screen and (max-width: 1024px){.officeSupplies .officeSupplies-content .officeSupplies-banner{padding:20px}}@media screen and (max-width: 768px){.officeSupplies .officeSupplies-content .officeSupplies-banner{flex-direction:column;height:fit-content;text-align:center;gap:40px;padding:20px 10px}}.officeSupplies .officeSupplies-content .officeSupplies-banner .officeSupplies-banner-info{display:flex;flex-direction:column;justify-content:center;color:#fff;gap:20px}.officeSupplies .officeSupplies-content .officeSupplies-banner .officeSupplies-banner-info h2{font-size:40px}@media screen and (max-width: 1024px){.officeSupplies .officeSupplies-content .officeSupplies-banner .officeSupplies-banner-info h2{font-size:35px}}@media screen and (max-width: 480px){.officeSupplies .officeSupplies-content .officeSupplies-banner .officeSupplies-banner-info h2{font-size:30px}}.officeSupplies .officeSupplies-content .officeSupplies-banner .officeSupplies-banner-info p{font-size:20px}@media screen and (max-width: 1024px){.officeSupplies .officeSupplies-content .officeSupplies-banner .officeSupplies-banner-info p{font-size:18px}}.officeSupplies .officeSupplies-content .officeSupplies-banner .officeSupplies-banner-img{display:flex;width:600px}@media screen and (max-width: 1024px){.officeSupplies .officeSupplies-content .officeSupplies-banner .officeSupplies-banner-img{width:500px}}@media screen and (max-width: 768px){.officeSupplies .officeSupplies-content .officeSupplies-banner .officeSupplies-banner-img{width:100%;height:300px}}.officeSupplies .officeSupplies-content .officeSupplies-banner .officeSupplies-banner-img img{width:100%;border-radius:15px;object-position:right center;object-fit:cover}.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists{display:flex;flex-direction:column;gap:50px;margin:30px 10px}@media screen and (max-width: 1024px){.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists{margin:30px 20px}}@media screen and (max-width: 768px){.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists{margin:30px 20px}}@media screen and (max-width: 480px){.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists{margin:30px 10px}}.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists .officeSupplies-items h2{font-size:30px;margin-bottom:20px}@media screen and (max-width: 480px){.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists .officeSupplies-items h2{font-size:25px}}.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists .officeSupplies-items .officeSupplies-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;grid-auto-rows:1fr}.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists .officeSupplies-items .officeSupplies-cards .officeSupplies-card{border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e0e0e0;padding:15px;background:#fff;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists .officeSupplies-items .officeSupplies-cards .officeSupplies-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists .officeSupplies-items .officeSupplies-cards .officeSupplies-card img{object-fit:contain;width:100%;height:250px;border-radius:8px}.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists .officeSupplies-items .officeSupplies-cards .officeSupplies-card p{font-size:18px;font-weight:700;color:#333;transition:color .3s ease;margin-top:15px}.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists .officeSupplies-items .officeSupplies-cards .officeSupplies-card p:hover{color:#007bff}@media screen and (max-width: 1400px){.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists .officeSupplies-items .officeSupplies-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1200px){.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists .officeSupplies-items .officeSupplies-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists .officeSupplies-items .officeSupplies-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.officeSupplies .officeSupplies-content .officeSupplies-lists-container .officeSupplies-lists .officeSupplies-items .officeSupplies-cards{grid-template-columns:1fr}}.about .about-banner{height:400px;position:relative;background:#f0f8ff}.about .about-banner .banner-desc{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column}@media screen and (max-width: 768px){.about .about-banner .banner-desc{width:100%}}.about .about-banner .banner-desc h1{font-size:60px}@media screen and (max-width: 768px){.about .about-banner .banner-desc h1{font-size:50px;text-align:center}}.about .about-banner .banner-desc .banner-sm-desc{display:flex;justify-content:center}.about .about-banner .banner-desc .banner-sm-desc .home{font-weight:700;color:#007bff;cursor:pointer}.about .about-banner .banner-desc .banner-sm-desc .line{margin:0 5px}.about .about-banner .banner-desc .banner-sm-desc .about-us{color:#333}.about .about-container{padding:20px 60px 60px;display:flex;flex-direction:column;gap:60px;align-items:center}@media screen and (max-width: 768px){.about .about-container{padding:20px}}@media screen and (max-width: 480px){.about .about-container{padding:20px 10px}}.about .about-container h1{font-size:40px;margin-bottom:20px;text-align:center;position:relative}@media screen and (max-width: 768px){.about .about-container h1{font-size:35px}}@media screen and (max-width: 480px){.about .about-container h1{font-size:30px}}.about .about-container h1:after{content:"";height:4px;width:100px;background:#007bff;display:block;margin:0 auto;border-radius:2px}.about .about-container .about-content .about-content-desc{display:flex;gap:50px;align-items:center}@media screen and (max-width: 1024px){.about .about-container .about-content .about-content-desc{flex-direction:column;gap:30px}}.about .about-container .about-content .about-content-desc .about-content-img{flex:1}.about .about-container .about-content .about-content-desc .about-content-img img{width:100%;height:300px;object-fit:cover}@media screen and (max-width: 1024px){.about .about-container .about-content .about-content-desc .about-content-img img{height:100%}}.about .about-container .about-content .about-content-desc p{flex:1;font-size:20px}@media screen and (max-width: 480px){.about .about-container .about-content .about-content-desc p{text-align:justify}}.about .about-container .about-content2 .about-content2-desc{display:flex;gap:50px;align-items:center}@media screen and (max-width: 1024px){.about .about-container .about-content2 .about-content2-desc{flex-direction:column;gap:30px}}.about .about-container .about-content2 .about-content2-desc .about-content2-img{flex:1}.about .about-container .about-content2 .about-content2-desc .about-content2-img img{width:100%;height:300px;object-fit:cover}@media screen and (max-width: 1024px){.about .about-container .about-content2 .about-content2-desc .about-content2-img img{height:100%}}.about .about-container .about-content2 .about-content2-desc p{flex:1;font-size:20px}@media screen and (max-width: 480px){.about .about-container .about-content2 .about-content2-desc p{text-align:justify}}.about .about-container .about-content3{text-align:center}.about .about-container .about-content3 .about-content3-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media screen and (max-width: 1200px){.about .about-container .about-content3 .about-content3-cards{grid-template-columns:repeat(3,1fr)}.about .about-container .about-content3 .about-content3-cards>*:nth-child(4){grid-column:2/span 1;justify-self:center}}@media screen and (max-width: 1200px) and (max-width: 480px){.about .about-container .about-content3 .about-content3-cards>*:nth-child(4){grid-column:1/span 1}}@media screen and (max-width: 1024px){.about .about-container .about-content3 .about-content3-cards{gap:20px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.about .about-container .about-content3 .about-content3-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.about .about-container .about-content3 .about-content3-cards{grid-template-columns:repeat(1,1fr)}}.about .about-container .about-content3 .about-content3-cards .about-content3-card{background:#f0f8ff;border-radius:12px;box-shadow:0 8px 20px #0000001a;padding:30px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.about .about-container .about-content3 .about-content3-cards .about-content3-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #00000026}.about .about-container .about-content3 .about-content3-cards .about-content3-card .icon{font-size:60px;color:#007bff;background:#e3f2fd;padding:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;transition:background .3s ease,transform .3s ease}.about .about-container .about-content3 .about-content3-cards .about-content3-card .icon:hover{background:#007bff;color:#fff;transform:scale(1.1)}.about .about-container .about-content3 .about-content3-cards .about-content3-card p{font-size:16px;color:#555;line-height:1.6;font-weight:500}.about .about-container .about-content4 h1{margin-bottom:60px}.about .about-container .about-content4 .about-content-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:50px 30px;justify-content:center}.about .about-container .about-content4 .about-content-cards>*:nth-child(5){grid-column:span 2;justify-self:center}@media screen and (max-width: 768px){.about .about-container .about-content4 .about-content-cards>*:nth-child(5){grid-column:span 1}}@media screen and (max-width: 768px){.about .about-container .about-content4 .about-content-cards{grid-template-columns:repeat(1,1fr)}}.about .about-container .about-content4 .about-content-cards .about-content4-desc{background:#f0f8ff;padding:60px 30px 20px;position:relative;text-align:center;transition:all .3s ease}.about .about-container .about-content4 .about-content-cards .about-content4-desc:hover{transform:translateY(-8px);box-shadow:0 12px 25px #00000026}.about .about-container .about-content4 .about-content-cards .about-content4-desc .about-content-icon{position:absolute;top:0%;left:50%;background:#fff;border-radius:50%;transform:translate(-50%,-50%)}.about .about-container .about-content4 .about-content-cards .about-content4-desc .about-content-icon img{width:60px;height:60px}.about .about-container .about-content4 .about-content-cards .about-content4-desc h3{margin-bottom:15px}.about .about-container .about-content4 .about-content-cards .about-content4-desc p{color:#555}.about .about-container .about-content5 .about-content5-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;grid-auto-rows:1fr}.about .about-container .about-content5 .about-content5-cards .about-content5-card{border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e0e0e0;padding:15px;background:#fff;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;text-align:center}.about .about-container .about-content5 .about-content5-cards .about-content5-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.about .about-container .about-content5 .about-content5-cards .about-content5-card img{object-fit:contain;width:100%;height:250px;border-radius:8px}.about .about-container .about-content5 .about-content5-cards .about-content5-card p{font-size:18px;font-weight:700;color:#333;transition:color .3s ease;margin-top:15px}.about .about-container .about-content5 .about-content5-cards .about-content5-card p:hover{color:#007bff}@media screen and (max-width: 1400px){.about .about-container .about-content5 .about-content5-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1200px){.about .about-container .about-content5 .about-content5-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.about .about-container .about-content5 .about-content5-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.about .about-container .about-content5 .about-content5-cards{grid-template-columns:1fr}}.about .about-container .about-content6{max-width:1000px;margin:0 auto}.about .about-container .about-content6 p{text-align:center;font-size:25px;color:#333;font-weight:700}@media screen and (max-width: 768px){.about .about-container .about-content6 p{font-size:20px}}.contact{position:relative;padding:20px}.contact .contact-title h1{text-align:center;font-size:60px;font-weight:700;margin-bottom:20px;margin-top:30px}.contact .contact-desc{margin-top:20px}.contact .contact-desc h4{text-align:center;font-size:18px;color:#666;line-height:1.6;max-width:800px;margin:0 auto}.contact .down-arrow{display:flex;justify-content:center;margin-top:30px}.contact .down-arrow .down-arrow-icon{font-size:30px;color:#666;animation:arrowBounce 1.5s infinite ease-in-out}@keyframes arrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.contact .contact-card{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:40px}.contact .contact-card .contact-card-info{display:flex;flex-direction:column;align-items:center;width:100%;max-width:300px;padding:20px;background:#fff;box-shadow:0 4px 8px #0000001a;border-radius:12px;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.contact .contact-card .contact-card-info:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.contact .contact-card .contact-card-info .contact-card-info-icon{font-size:30px;color:#007bff;margin-bottom:10px}.contact .contact-card .contact-card-info p{margin-top:10px;font-weight:600;font-size:16px;color:#333}.contact .contact-form{max-width:600px;margin:40px auto;padding:32px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.contact .contact-form:hover{transform:translateY(-5px);box-shadow:0 6px 24px #00000026}.contact .contact-form h3{font-size:32px;font-weight:600;color:#333;margin-bottom:24px;text-align:center}.contact .contact-form form{display:flex;flex-direction:column;gap:24px}.contact .contact-form form input[type=text],.contact .contact-form form input[type=number],.contact .contact-form form textarea{width:100%;padding:16px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;color:#333;background-color:#f9f9f9;transition:border-color .3s ease,box-shadow .3s ease}.contact .contact-form form input[type=text]:focus,.contact .contact-form form input[type=number]:focus,.contact .contact-form form textarea:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 3px #6b195a1a}.contact .contact-form form input[type=text]::placeholder,.contact .contact-form form input[type=number]::placeholder,.contact .contact-form form textarea::placeholder{color:#999}.contact .contact-form form textarea{resize:vertical;min-height:150px}.contact .contact-form form button{padding:16px;background-color:#007bff;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.contact .contact-form form button:hover{background-color:#007bff;transform:translateY(-2px)}.contact .contact-form form button:active{transform:translateY(0)}.contact .map-address{margin:40px 0;display:flex;justify-content:center}.contact .map-address iframe{width:100%;max-width:800px;height:400px;border:0;border-radius:12px;box-shadow:0 4px 20px #0000001a}@media screen and (max-width: 768px){.contact .contact-title h1{font-size:48px}.contact .contact-desc h4{font-size:16px}.contact .contact-card{flex-direction:column;align-items:center}.contact .contact-form{padding:24px}.contact .contact-form h3{font-size:28px}.contact .contact-form form{gap:16px}.contact .contact-form form input[type=text],.contact .contact-form form input[type=number],.contact .contact-form form textarea,.contact .contact-form form button{padding:14px;font-size:14px}.contact .map-address iframe{height:300px}}@media screen and (max-width: 768px){.contact .contact-title h1{font-size:50px}.contact .contact-desc h4{font-size:14px}.contact .contact-form{padding:16px}.contact .contact-form h3{font-size:24px}.contact .contact-form form{gap:12px}.contact .contact-form form input[type=text],.contact .contact-form form input[type=number],.contact .contact-form form textarea,.contact .contact-form form button{padding:12px;font-size:14px}.contact .map-address iframe{height:250px}}.resturant{display:flex;position:relative;overflow:hidden}.resturant .resturant-content .resturant-banner{display:flex;background:#5c5c5c;height:300px;justify-content:space-between;padding:20px;gap:5px}@media screen and (max-width: 1024px){.resturant .resturant-content .resturant-banner{padding:20px}}@media screen and (max-width: 768px){.resturant .resturant-content .resturant-banner{flex-direction:column;height:fit-content;text-align:center;gap:40px;padding:20px 10px}}.resturant .resturant-content .resturant-banner .resturant-banner-info{display:flex;flex-direction:column;justify-content:center;color:#fff;gap:20px}.resturant .resturant-content .resturant-banner .resturant-banner-info h2{font-size:40px}@media screen and (max-width: 1024px){.resturant .resturant-content .resturant-banner .resturant-banner-info h2{font-size:35px}}@media screen and (max-width: 480px){.resturant .resturant-content .resturant-banner .resturant-banner-info h2{font-size:30px}}.resturant .resturant-content .resturant-banner .resturant-banner-info p{font-size:20px}@media screen and (max-width: 1024px){.resturant .resturant-content .resturant-banner .resturant-banner-info p{font-size:18px}}.resturant .resturant-content .resturant-banner .resturant-banner-img{display:flex;width:600px}@media screen and (max-width: 1024px){.resturant .resturant-content .resturant-banner .resturant-banner-img{width:500px}}@media screen and (max-width: 768px){.resturant .resturant-content .resturant-banner .resturant-banner-img{width:100%;height:300px}}.resturant .resturant-content .resturant-banner .resturant-banner-img img{width:100%;border-radius:15px;object-position:right center;object-fit:cover}.resturant .resturant-content .resturant-lists-container .resturant-lists{display:flex;flex-direction:column;gap:50px;margin:30px 10px}@media screen and (max-width: 1024px){.resturant .resturant-content .resturant-lists-container .resturant-lists{margin:30px 20px}}@media screen and (max-width: 768px){.resturant .resturant-content .resturant-lists-container .resturant-lists{margin:30px 20px}}@media screen and (max-width: 480px){.resturant .resturant-content .resturant-lists-container .resturant-lists{margin:30px 10px}}.resturant .resturant-content .resturant-lists-container .resturant-lists .resturant-items h2{font-size:30px;margin-bottom:20px}@media screen and (max-width: 480px){.resturant .resturant-content .resturant-lists-container .resturant-lists .resturant-items h2{font-size:25px}}.resturant .resturant-content .resturant-lists-container .resturant-lists .resturant-items .resturant-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;grid-auto-rows:1fr}.resturant .resturant-content .resturant-lists-container .resturant-lists .resturant-items .resturant-cards .resturant-card{border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e0e0e0;padding:15px;background:#fff;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.resturant .resturant-content .resturant-lists-container .resturant-lists .resturant-items .resturant-cards .resturant-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.resturant .resturant-content .resturant-lists-container .resturant-lists .resturant-items .resturant-cards .resturant-card img{object-fit:contain;width:100%;height:250px;border-radius:8px}.resturant .resturant-content .resturant-lists-container .resturant-lists .resturant-items .resturant-cards .resturant-card p{font-size:18px;font-weight:700;color:#333;transition:color .3s ease;margin-top:15px}.resturant .resturant-content .resturant-lists-container .resturant-lists .resturant-items .resturant-cards .resturant-card p:hover{color:#007bff}@media screen and (max-width: 1400px){.resturant .resturant-content .resturant-lists-container .resturant-lists .resturant-items .resturant-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1200px){.resturant .resturant-content .resturant-lists-container .resturant-lists .resturant-items .resturant-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.resturant .resturant-content .resturant-lists-container .resturant-lists .resturant-items .resturant-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.resturant .resturant-content .resturant-lists-container .resturant-lists .resturant-items .resturant-cards{grid-template-columns:1fr}}.printing{display:flex;position:relative;overflow:hidden}.printing .printing-content .printing-banner{display:flex;background:#5c5c5c;height:300px;justify-content:space-between;padding:20px;gap:5px}@media screen and (max-width: 1024px){.printing .printing-content .printing-banner{padding:20px}}@media screen and (max-width: 768px){.printing .printing-content .printing-banner{flex-direction:column;height:fit-content;text-align:center;gap:40px;padding:20px 10px}}.printing .printing-content .printing-banner .printing-banner-info{display:flex;flex-direction:column;justify-content:center;color:#fff;gap:20px}.printing .printing-content .printing-banner .printing-banner-info h2{font-size:40px}@media screen and (max-width: 1024px){.printing .printing-content .printing-banner .printing-banner-info h2{font-size:35px}}@media screen and (max-width: 480px){.printing .printing-content .printing-banner .printing-banner-info h2{font-size:30px}}.printing .printing-content .printing-banner .printing-banner-info p{font-size:20px}@media screen and (max-width: 1024px){.printing .printing-content .printing-banner .printing-banner-info p{font-size:18px}}.printing .printing-content .printing-banner .printing-banner-img{display:flex;width:600px}@media screen and (max-width: 1024px){.printing .printing-content .printing-banner .printing-banner-img{width:500px}}@media screen and (max-width: 768px){.printing .printing-content .printing-banner .printing-banner-img{width:100%;height:300px}}.printing .printing-content .printing-banner .printing-banner-img img{width:100%;border-radius:15px;object-position:right center;object-fit:cover}.printing .printing-content .printing-lists-container{display:flex}.printing .printing-content .printing-lists-container .printing-lists{display:flex;flex-direction:column;gap:50px;margin:30px 10px}@media screen and (max-width: 1024px){.printing .printing-content .printing-lists-container .printing-lists{margin:30px 20px}}@media screen and (max-width: 768px){.printing .printing-content .printing-lists-container .printing-lists{margin:30px 20px}}@media screen and (max-width: 480px){.printing .printing-content .printing-lists-container .printing-lists{margin:30px 10px}}.printing .printing-content .printing-lists-container .printing-lists .printing-items h2{font-size:30px;margin-bottom:20px}@media screen and (max-width: 480px){.printing .printing-content .printing-lists-container .printing-lists .printing-items h2{font-size:25px}}.printing .printing-content .printing-lists-container .printing-lists .printing-items .printing-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;grid-auto-rows:1fr}.printing .printing-content .printing-lists-container .printing-lists .printing-items .printing-cards .printing-card{border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e0e0e0;padding:15px;background:#fff;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.printing .printing-content .printing-lists-container .printing-lists .printing-items .printing-cards .printing-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.printing .printing-content .printing-lists-container .printing-lists .printing-items .printing-cards .printing-card img{object-fit:contain;width:100%;height:250px;border-radius:8px}.printing .printing-content .printing-lists-container .printing-lists .printing-items .printing-cards .printing-card p{font-size:18px;font-weight:700;color:#333;transition:color .3s ease;margin-top:15px}.printing .printing-content .printing-lists-container .printing-lists .printing-items .printing-cards .printing-card p:hover{color:#007bff}@media screen and (max-width: 1400px){.printing .printing-content .printing-lists-container .printing-lists .printing-items .printing-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1200px){.printing .printing-content .printing-lists-container .printing-lists .printing-items .printing-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.printing .printing-content .printing-lists-container .printing-lists .printing-items .printing-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.printing .printing-content .printing-lists-container .printing-lists .printing-items .printing-cards{grid-template-columns:1fr}}*{margin:0;padding:0;scroll-behavior:smooth;box-sizing:border-box;font-family:Poppins,serif}a{text-decoration:none;color:inherit}
