:root{--white-light:hsla(0,0%,100%,.5);--alice-blue:#f4f7fa;--carribean-green:#40c9a2;--gray:#ededed;--milk:#feffff;--orange:#f4f3fa;--black:#010105;--light-color:#666;--box-shadow:0 0.5rem 1.5rem rgba(0,0,0,.1);--border:0.2rem solid rgba(0,0,0,.1);--outline:0.1rem solid rgba(0,0,0,.1);--outline-hover:0.2rem solid var(--black)}.video-container video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.video-container{align-items:center;left:0;position:absolute;text-align:center;top:0;width:1600px}.back-video{bottom:0;position:absolute;top:0;z-index:-1}*{border:none;box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;outline:none;padding:0;text-decoration:none;text-transform:capitalize;transition:all .2s linear}html{font-size:62.5%;overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:7rem}body{background:#fff}section{padding:2rem 9%}.heading{color:#010105;color:var(--black);font-size:3.5rem;padding:2rem 0 3rem;text-align:center}.heading span{background:#010105;background:var(--black);-webkit-clip-path:polygon(100% 0,93% 50%,100% 99%,0 100%,7% 50%,0 0);clip-path:polygon(100% 0,93% 50%,100% 99%,0 100%,7% 50%,0 0);color:#f1f4f5;padding:.5rem 3rem}.btn,.heading span{display:inline-block}.btn{background:#83c6ed;border:.2rem solid #010105;border:.2rem solid var(--black);border-radius:.5rem;color:#010105;color:var(--black);cursor:pointer;font-size:1.7rem;margin-top:1rem;padding:.8rem 3rem}.btn:hover{background:#010105;background:var(--black);color:#83c6ed}.header{align-items:center;background:#f1f2f4;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);display:flex;justify-content:space-between;left:0;padding:.5rem 5%;position:fixed;right:0;top:0;z-index:1000}.header .logo{font-size:6rem;font-weight:bolder;left:20px;right:0;top:10px}.header .logo,.header .navbar a{color:#010105;color:var(--black)}.header .navbar a{font-size:1.7rem;margin:2rem}.header .navbar a:hover{color:#83c6ed}.header .icons div{background:#83c6ed;border-radius:.5rem;color:var(--white);cursor:pointer;font-size:2rem;height:4.5rem;line-height:4.5rem;margin-left:.3rem;text-align:center;width:4.5rem}.header .icons div:hover{background:#f4f3fa;background:var(--orange);color:#83c6ed}#menu-btn{display:none}.header .search-form{align-items:center;background:#fff;border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);display:flex;height:5rem;overflow:hidden;position:absolute;right:-110%;top:110%;width:50rem}.header .search-form.active{right:2rem;transition:.4s linear}.header .search-form input{background:none;color:#010105;color:var(--black);font-size:1.6rem;height:100%;padding:0 1.5rem;text-transform:none;width:100%}.header .search-form label{color:#010105;color:var(--black);cursor:pointer;font-size:2.2rem;padding-right:1.5rem}.header .search-form label:hover{color:#f4f3fa;color:var(--orange)}.header .shopping-cart{background:#fff;border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);padding:1rem;position:absolute;right:-110%;top:110%;width:35rem}.header .shopping-cart.active{right:2rem;transition:.4s linear}.header .shopping-cart .box{align-items:center;display:flex;gap:1rem;margin:1rem 0;position:relative}.header .shopping-cart .box img{height:10rem}.header .shopping-cart .box .fa-trash{color:#666;color:var(--light-color);cursor:pointer;font-size:2rem;position:absolute;right:2rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header .shopping-cart .box .fa-trash:hover{color:#f4f3fa;color:var(--orange)}.header .shopping-cart .box .content h3{color:#010105;color:var(--black);font-size:1.7rem;padding-bottom:1rem}.header .shopping-cart .box .content span{color:#666;color:var(--light-color);font-size:1.6rem}.header .shopping-cart .box .content .quantity{padding-left:1rem}.header .shopping-cart .total{color:#010105;color:var(--black);font-size:2.5rem;padding:1rem 0;text-align:center}.header .shopping-cart .btn{display:block;margin:1rem;text-align:center}.header .login-form{background:#fff;border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);padding:2rem;position:absolute;right:-110%;text-align:center;top:110%;width:35rem}.header .login-form.active{right:2rem;transition:.4s linear}.header .login-form h3{color:#010105;color:var(--black);font-size:2.5rem;text-transform:uppercase}.header .login-form .box{background:#eee;border-radius:.5rem;color:#010105;color:var(--black);font-size:1.6rem;margin:.7rem 0;padding:1rem;text-transform:none;width:100%}.header .login-form p{color:var(--dark-color);font-size:1.4rem;padding:.5rem 0}.header .login-form p a{color:#40c9a2;color:var(--carribean-green);text-decoration:underline}.home{align-items:center;background-position:50%;background-size:cover;display:flex;justify-content:center;padding-bottom:10rem;padding-top:20rem}.home .content{text-align:center;width:50em}.home .content h3{color:#010105;color:var(--black);font-size:3.5rem}.home .content h3 span{color:#f4f3fa;color:var(--orange)}.home .content p{color:var(--dark-color);font-size:2.5rem;line-height:1.8;padding:1rem 0}.features .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr))}.features .box-container .box{background:#fff;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);outline:.1rem solid rgba(0,0,0,.1);outline:var(--outline);outline-offset:-1rem;padding:3rem 2rem;text-align:center}.features .box-container .box:hover{outline:.2rem solid #010105;outline:var(--outline-hover);outline-offset:0}.features .box-container .box img{height:15rem;margin:1rem 0}.features .box-container .box h3{color:#010105;color:var(--black);font-size:2.5rem;line-height:1.8}.features .box-container .box p{color:#666;color:var(--light-color);font-size:1.5rem;line-height:1.8;padding:1rem 0}.categories .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(26rem,1fr))}.categories .box-container .box{background:#fff;border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);outline:.1rem solid rgba(0,0,0,.1);outline:var(--outline);outline-offset:-1rem;padding:3rem 2rem;text-align:center}.categories .box-container .box:hover{outline:.2rem solid #010105;outline:var(--outline-hover);outline-offset:0}.categories .box-container .box img{height:15rem;margin:1rem 0}.categories .box-container .box h3{color:#010105;color:var(--black);font-size:2rem;line-height:1.8}.categories .box-container .box p{color:#666;color:var(--light-color);font-size:1.7rem;line-height:1.8;padding:1rem 0}.blogs .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr))}.blogs .box-container .box{background:#fff;border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);overflow:hidden}.blogs .box-container .box img{height:25rem;object-fit:cover;width:100%}.blogs .box-container .box .content{padding:2rem}.blogs .box-container .box .content .icons{align-items:center;border-bottom:.2rem solid rgba(0,0,0,.1);border-bottom:var(--border);display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1.5rem}.blogs .box-container .box .content .icons a{color:#666;color:var(--light-color);font-size:1.5rem}.blogs .box-container .box .content .icons a:hover{color:#010105;color:var(--black)}.blogs .box-container .box .content .icons a i{color:#f4f3fa;color:var(--orange);padding-right:.5rem}.blogs .box-container .box .content h3{color:#010105;color:var(--black);font-size:2.2rem;line-height:1.8;padding:.5rem 0}.blogs .box-container .box .content p{color:#666;color:var(--light-color);font-size:1.5rem;line-height:1.8;padding:.5rem 0}.footer{background:grey}.footer .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}.footer .box-container .box h3{color:#010105;color:var(--black);font-size:3.5rem;padding:1rem 0}.footer .box-container .box h3 i{color:var(--dark-color)}.footer .box-container .box .links{color:var(--dark-color);display:block;font-size:1.5rem;padding:1rem 0}.footer .box-container .box .links i{color:var(--dark-color);padding-right:.5rem}.footer .box-container .box .links:hover i{padding-right:2rem}.footer .box-container .box p{color:var(--dark-color);font-size:1.5rem;line-height:1.8;padding:1rem 0}.footer .box-container .box .share a{background:#eee;border-radius:.5rem;color:#010105;color:var(--black);font-size:2rem;height:4rem;line-height:4rem;margin-right:.2rem;text-align:center;width:4rem}.footer .box-container .box .share a:hover{background:#f4f3fa;background:var(--orange);color:#fff}.footer .box-container .box .email{background:#eee;border-radius:.5rem;color:#010105;color:var(--black);font-size:1.6rem;margin:.7rem 0;padding:1rem;text-transform:none;width:100%}.footer .box-container .box .payment-img{display:block;height:3rem;margin-top:2rem}.footer .credit{border-top:.2rem solid rgba(0,0,0,.1);border-top:var(--border);color:#010105;color:var(--black);font-size:2rem;margin-top:2rem;padding:2.5rem 1rem 1rem;text-align:center}.footer .credit span{color:#f4f3fa;color:var(--orange)}.container{margin:0 auto;width:88vw}.lg-title,.md-title,.sm-title{font-family:Roboto,sans-serif;padding:.6rem 0;text-transform:capitalize}.lg-title{font-size:4.5rem;font-weight:700;opacity:1;padding:15rem 0;text-align:center}.md-title{font-family:Roboto,sans-serif;font-size:2rem}.sm-title{font-size:1rem;font-weight:300;text-transform:uppercase}.text-light{font-size:1rem;font-weight:600;line-height:1.5;margin:.4rem 0;opacity:.5}.products{background:#f4f7fa;background:var(--alice-blue);background-attachment:fixed;background-image:url(https://github.com/Matsya-03161013/matsya/blob/main/FISHERMAN.jpg?raw=true);background-repeat:no-repeat;background-size:100% 100%;padding:9.2rem 0}.products .text-light{margin:.9rem auto;text-align:center;width:70%}.product{margin:2rem;position:relative}.product-content{background:#feffff;cursor:pointer;padding:3rem 1rem 1rem}.product-img{background:#feffff;border-radius:50%;box-shadow:0 0 20px 10px #feffff;height:100%;margin:0 auto;transition:background .5s ease;width:100%}.product-btns{display:flex;justify-content:center;margin-top:1.4rem;opacity:0;transition:opacity .6s ease}.btn-buy,.btn-cart{background:transparent;border:none;cursor:pointer;font-family:inherit;padding:.8rem 0;text-transform:uppercase;transition:all .6s ease;width:125px}.btn-cart{background:#000;color:#fff}.btn-cart:hover{background:#40c9a2;background:var(--carribean-green)}.btn-buy{background:#fff}.btn-buy:hover{background:#40c9a2;background:var(--carribean-green);color:#fff}.product-info{background:#fffefe;padding:2rem}.product-info-top{align-items:center;display:flex;justify-content:space-between}.rating span{color:#40c9a2;color:var(--carribean-green)}.product-name{color:#000;display:block;font-size:2rem;font-weight:700;text-decoration:none;text-transform:uppercase}.product-price{display:inline-block;padding-right:.6rem;padding-top:.6rem}.product-price:first-of-type{color:#40c9a2;color:var(--carribean-green);text-decoration:line-through}.product-img img{transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}.product:hover .product-img img{-webkit-transform:scale(1.1);transform:scale(1.1)}.product:hover .product-img{background:var(#000)}.product:hover .product-btns{opacity:1}.off-info .sm-title{background:#40c9a2;background:var(--carribean-green);color:#fff;cursor:pointer;display:inline-block;left:0;letter-spacing:3px;padding:.5rem;position:absolute;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-writing-mode:vertical-lr;writing-mode:vertical-lr;z-index:1}.product-collection,.product-collection-wrapper{padding:3.2rem 0}.flex{align-items:flex-end;display:flex;height:50vh;justify-content:center;margin:5px;padding:2rem 1.5rem 3.2rem}.product-col-r-bottom>div:first-child{background:#eaa001}.product-col-r-bottom>div:last-child{background:#0090ff}.product-col-content{color:#fff;text-align:center}.product-collection .text-light{font-size:.8;font-weight:400;line-height:1.7;opacity:1}.btn-dark{background:#000;border:0;border-radius:25px;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;margin-top:1rem;outline:0;padding:.7rem 1rem;transition:all .6s ease}.btn-dark:hover{background:#40c9a2;background:var(--carribean-green)}@media (max-width:991px){html{font-size:55%}.header,section{padding:2rem}}@media (max-width:768px){#menu-btn{display:inline-block}.header .search-form{width:90%}.header .navbar{background:#fff;border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);position:absolute;right:-110%;top:110%;width:30rem}.header .navbar.active{right:2rem;transition:.4s linear}.header .navbar a{display:block;font-size:2rem;margin:2rem 2.5rem}}.checkout{padding:10rem 0}.checkout .container .order-details{grid-gap:1rem;display:flex;flex-direction:row;justify-content:space-between}.pane{background-color:#fff;border-radius:4px;box-shadow:1px 1px #888;padding:5rem}.left-pane{grid-gap:3rem;width:65%}.left-pane,.right-pane{display:flex;flex-direction:column}.right-pane{grid-gap:2rem;padding:2rem;width:33%}.cart-item{grid-gap:3rem;display:flex}.container hr{background-color:gray;color:#000;height:1px}.item-image img{height:7rem;width:10rem}.item-details{grid-gap:1rem;display:flex;flex-direction:column;width:100%}.md-title{font-size:2.4rem;font-weight:600;padding:initial}.gray-text{color:#666;color:var(--light-color)}.green-text{color:#40c9a2;color:var(--carribean-green)}.h4-text{font-size:1.6rem;font-weight:600}.h3-text{font-size:2rem;font-weight:600}.price-details,.price-item{display:flex;justify-content:space-between}.price-item{color:#666;color:var(--light-color);font-size:2rem}.address-form{grid-gap:2rem;background-color:#fff;display:flex;flex-wrap:wrap;margin-top:3rem;padding:5rem}.address-box{background:#eee;border-radius:.5rem;color:#010105;color:var(--black);font-size:1.6rem;margin:.7rem 0;padding:1rem;text-transform:none;width:40%}.ck-forms{margin-top:3rem;padding:5rem;width:100%}.checkout-btn{display:flex;flex-direction:row-reverse}.btn-confirm{background:#40c9a2;background:var(--carribean-green);border:.2rem solid #40c9a2;border:.2rem solid var(--carribean-green);color:#fff;padding:2rem;width:24rem}.btn-confirm:hover{background:#feffff;background:var(--milk);color:#40c9a2;color:var(--carribean-green)}.red-box{border:1px solid #ed5249}.bg-white{background-color:#feffff;background-color:var(--milk)}.loggedin-user{align-items:center;display:flex;flex-direction:column;padding:2rem}.loggedin-user h3{font-size:2rem;margin-bottom:1rem}.loggedin-user h3 span{color:#40c9a2;color:var(--carribean-green)}.addr-title{width:100%}.pay-methods{grid-gap:1rem;display:inline;display:flex;font-size:2rem;margin-top:2rem}.pay-methods input{width:2rem}.confirm-details{padding:10rem}.confirm-details h2{font-size:2.4rem;font-weight:400;margin-bottom:2rem}.confirm-details h2 span{color:#40c9a2;color:var(--carribean-green);font-weight:700}@media (max-width:450px){html{font-size:50%}.heading{font-size:2.5rem}.footer{text-align:center}.footer .box-container .box .payment-img{margin:2rem auto}}@media (min-aspect-ratio:16/9){.back-video{height:auto;width:100%}}@media (max-aspect-ratio:16/9){.back-video{height:100%;width:auto}}@media screen and (min-width:992px){.product-col-r-bottom,.product-items{display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.product-items{grid-template-columns:repeat(3,1fr)}.product{margin-left:1rem;margin-right:1rem}.products .text-light{width:50%}}@media screen and (min-width:1336px){.product-items{grid-template-columns:repeat(4,1fr)}.product-collection-wrapper{display:grid;grid-template-columns:repeat(2,1fr)}.flex{height:60vh}.product-col-left{height:121.5vh}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;background-image:url(https://github.com/Matsya-03161013/matsya/blob/main/FISHERMAN.jpg?raw=true);background-repeat:no-repeat;background-size:100% 100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.cc5f3276.css.map*/