@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap";:root{--orange: #ff7800;--black: #130f40;--light-color: #666;--box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);--border: .2rem solid rgba(0, 0, 0, .1);--outline: .1rem solid rgba(0, 0, 0, .475);--outline-hover: .2rem solid rgba(0, 0, 0, .509)}*{font-family:Poppins,sans-serif;margin:0;padding:0;box-sizing:border-box;outline:none;border:none;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:#f4f8fb}.btn{margin-top:1rem;display:inline-block;padding:3rem;font-size:1.7rem;border-radius:.5rem;border:.2rem solid var(--black);color:var(--black);cursor:pointer;background:none}.btn:hover{background-color:#da3822;color:#fff}.Header{overflow:visible;position:fixed;top:0;left:0;right:0;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:2rem 9%;background:#fff;box-shadow:var(--box-shadow)}.Header .logo{font-size:2.5rem;font-weight:bolder;color:var(--black)}.Header .logo i{color:#da3822}.Header .navbar a{font-size:1.7rem;margin:0 1rem;color:var(--black)}.Header .navbar a:hover{color:#da3822}.Header .icons div{height:4.5rem;width:4.5rem;line-height:4.5rem;border-radius:.5rem;background:#eee;color:var(--black);font-size:2rem;margin-left:.3rem;text-align:center;cursor:pointer}.Header .icons div:hover{background-color:#da3822;color:#fff}#menu-btn{display:none}.Header .shopping-cart{height:40rem;position:absolute;top:105%;right:-110%;padding:1rem;border-radius:.5rem;box-shadow:var(--box-shadow);width:35rem;background:#fff}.Header .shopping-cart.active{right:2rem;transition:.5s ease}.Header .shopping-cart .box{display:flex;align-items:center;gap:1rem;position:relative;margin:1rem 0}.Header .shopping-cart .box img{height:10rem;width:30%}.Header .shopping-cart .box .fa-trash{font-size:2rem;position:absolute;top:50%;right:2rem;cursor:pointer;color:var(--light-color);transform:translateY(-50%)}.Header .shopping-cart .box .fa-trash:hover{color:#da3822}.Header .shopping-cart .box .content h3{color:var(--black);font-size:1.7rem;padding-bottom:1rem}.Header .shopping-cart .box .content span{color:var(--black);font-size:1.6rem}.Header .shopping-cart .box .content .quantity{padding-left:1rem}.Header .shopping-cart .total{font-size:2.5rem;padding:1rem 0;text-align:center;color:var(--black)}.Header .shopping-cart .btn{display:block;text-align:center;margin:1rem}.Header .shopping-cart .container{overflow:auto;height:60%}.Header .login-form{position:absolute;top:110%;right:-110%;width:30rem;box-shadow:var(--box-shadow);padding:2rem;border-radius:.5rem;background:#fff;text-align:center}.Header .login-form.active{right:2rem;transition:.5s ease}.Header .login-form h3{font-size:2.5rem;text-transform:uppercase;color:var(--black)}.Header .login-form .box{width:100%;margin:.7rem 0;background:#edebeb;border-radius:.5rem;padding:1rem;font-size:1.6rem;color:var(--black);text-transform:none}.Header .login-form p{font-size:1.4rem;padding:.5rem 0;color:var(--light-color)}.Header .login-form p a{cursor:pointer;color:var(--orange);text-decoration:underline}.Header .login-form .btn{padding:2rem;width:100%}.Header .signup-form{position:absolute;top:110%;right:-110%;width:30rem;box-shadow:var(--box-shadow);padding:2rem;border-radius:.5rem;background:#fff;text-align:center}.Header .signup-form.active{right:2rem;transition:.5s ease}.Header .signup-form h3{font-size:2.5rem;text-transform:uppercase;color:var(--black)}.Header .signup-form .box{width:100%;margin:.7rem 0;background:#edebeb;border-radius:.5rem;padding:1rem;font-size:1.6rem;color:var(--black);text-transform:none}.Header .signup-form p{font-size:1.4rem;padding:.5rem 0;color:var(--light-color)}.Header .signup-form p a{cursor:pointer;color:var(--orange);text-decoration:underline}.Header .signup-form .btn{padding:2rem;width:100%}.Header .icons .fa-shopping-cart{position:relative}.Header .icons .cart-item-count{position:absolute;top:-8px;right:-8px;background-color:red;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;padding:2px}.Header .shopping-cart .box .quantity-control{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.Header .shopping-cart .box .quantity-control button{background-color:#eee;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:1.4rem;color:var(--black);cursor:pointer;transition:background-color .3s ease,color .3s ease}.Header .shopping-cart .box .quantity-control button:hover{background-color:#da3822;color:#fff}.Header .shopping-cart .box .quantity-control .quantity{font-size:1.6rem;font-weight:700;color:var(--black);padding:0 .5rem}.checkout{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.checkout-content{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:var(--box-shadow);width:90%;max-width:40rem;text-align:center}.checkout-content h3{font-size:2.5rem;margin-bottom:1.5rem;color:var(--black);text-transform:uppercase}.checkout-content .box{width:100%;margin:1rem 0;background:#edebeb;border-radius:.5rem;padding:1rem;font-size:1.6rem;color:var(--black);border:none;resize:none}.checkout-content .box:focus{outline:.2rem solid #da3822}.checkout-buttons{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem}.checkout-buttons .btn{flex:1;padding:1rem;font-size:1.6rem;text-align:center}.checkout-buttons .btn:first-child{background-color:#da3822;color:#fff}.checkout-buttons .btn:first-child:hover{background-color:#b7311c}.checkout-buttons .btn:last-child{background-color:#eee;color:var(--black)}.checkout-buttons .btn:last-child:hover{background-color:var(--black);color:#fff}.thank-you{position:fixed;top:50vh;left:50vw;transform:translate(-50%,-50%);background:#fff;border-radius:.5rem;box-shadow:var(--box-shadow);width:90vw;max-width:30rem;text-align:center;padding:2rem;z-index:1000}.thank-you p{font-size:2rem;color:var(--black);margin-bottom:2rem}.thank-you .btn{padding:1rem 2rem;font-size:1.6rem;background-color:#da3822;color:#fff}.thank-you .btn:hover{background-color:#b7311c}.btn:disabled{background-color:#ccc;cursor:not-allowed}.box.error{border:1px solid red}.error-message{color:red;font-size:.8rem;margin:4px 0 8px}@media (max-width: 991px){html{font-size:55%}.Header{padding:2rem}}@media (max-width: 768px){.Header .navbar{position:absolute;top:110%;right:110%;width:30rem;box-shadow:var(--box-shadow);border-radius:.5rem;background:#fff}#menu-btn{display:inline-block}.Header .navbar a{font-size:2rem;margin:2rem 2.5rem;display:block}.Header .navbar.active{right:2rem;transition:.4s ease}.checkout-content{padding:1.5rem;max-width:35rem}.checkout-content h3{font-size:2rem}.checkout-content .box,.checkout-buttons .btn{font-size:1.4rem}.thank-you{padding:1.5rem}.thank-you p{font-size:1.8rem}.thank-you .btn{font-size:1.4rem}}@media (max-width: 450px){html{font-size:50%}.Header .logo{font-size:1.5rem}.Header{position:sticky}.checkout-content,.thank-you{width:95%;padding:1rem}.checkout-content h3,.thank-you p{font-size:1.6rem}.checkout-content .box,.checkout-buttons .btn,.thank-you .btn{font-size:1.3rem}}.Home{display:flex;align-items:center;justify-content:start;background:url(/assets/banner-BLJOUv7Y.jpg) no-repeat;background-position:center;background-size:cover;padding-top:17rem;padding-bottom:10rem;position:relative;overflow:hidden;margin-bottom:2rem}.Home:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ed4b3499;z-index:1}.Home .content{margin-left:2rem;position:relative;z-index:2;text-align:center;max-width:70rem;padding:3rem;background:#ed4431;border-radius:.8rem;box-shadow:0 10px 30px #0000001a}.Home .content h3{color:var(--black);font-size:4.5rem;font-weight:900;margin-bottom:1.5rem;line-height:1.2}.Home .content p{color:#1c2020;font-size:1.8rem;line-height:1.6;margin-bottom:2.5rem}.Home .content .btn{display:inline-block;padding:1.5rem 3rem;font-size:2rem;border-radius:.8rem;text-transform:uppercase;letter-spacing:1px;font-weight:700;transition:all .3s ease-in-out}.Home .content .btn:hover{transform:translateY(-5px);box-shadow:0 6px 12px #ed4b344d;transition:.3s all ease;background-color:#da3822}@media (max-width: 991px){.Home{padding-top:12rem;padding-bottom:8rem;justify-content:center}.Home .content{padding:2rem}.Home .content h3{font-size:3.5rem}.Home .content p{font-size:1.6rem}}@media (max-width: 768px){.Home{justify-content:center}.Home .content{width:90%;margin:0 auto}.Home .content h3{font-size:3rem}}@media (max-width: 450px){.Home{padding-top:10rem;padding-bottom:6rem}.Home .content h3{font-size:2.5rem}.Home .content p{font-size:1.4rem}}.heading{text-align:center;padding:2rem 0 3rem;font-size:3.5rem;color:var(--black)}.heading span{background:#ed4431;color:#fff;display:inline-block;padding:.5rem 3rem;border-radius:.8rem}.features .box-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(28rem,1fr));gap:2rem;margin:0 1.5rem}.features .box-container .box{padding:2rem;background:#f5f5f5;border-radius:.8rem;text-align:center;box-shadow:0 .5rem 1.5rem #ed4b341a;transition:transform .3s ease,box-shadow .3s ease}.features .box-container .box:hover{transform:translateY(-10px);box-shadow:0 8px 25px #ed4b3426}.features .box-container .box img{margin:1rem 0;height:24rem;width:100%;object-fit:contain;border-radius:.8rem}.features .box-container .box h3{font-size:3.3rem;line-height:1.8;color:var(--black);margin-top:1rem}.features .box-container .box p{font-size:1.4rem;line-height:1.6;color:var(--black);margin-bottom:1.5rem}.features .btn{padding:12px 25px;background:linear-gradient(90deg,#ed4431,#d43129);color:#fff;border:none;border-radius:25px;font-size:2rem;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 10px #ed443166;transition:all .3s ease}.features .btn:hover{transform:scale(1.1);box-shadow:0 6px 15px #d3312999}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.featured-products-carousel{width:100%;padding:30px;background:linear-gradient(135deg,#fff,#f8f8f8);box-sizing:border-box;border-radius:10px}.featured-products-carousel h2{text-align:center;margin-bottom:30px;font-size:5rem;color:var(--black);font-weight:600;text-transform:uppercase;letter-spacing:2px}.product-slide{display:flex;justify-content:center;align-items:center;padding:15px;box-sizing:border-box}.product-content{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:15px;padding:25px;width:100%;max-width:700px;box-shadow:0 8px 15px #ed4b3426;transition:transform .3s ease;cursor:pointer}.product-content:hover{transform:translateY(-10px);box-shadow:0 10px 20px #ed4b3440}.product-image{width:100%;max-width:350px;margin-bottom:20px}.product-image img{width:100%;max-height:350px;object-fit:cover;border-radius:10px}.product-details{width:100%;text-align:center;padding:0 15px}.product-details h3{font-size:2.8rem;margin-bottom:10px;color:var(--black)}.product-category{color:#ed4431;font-size:1.8rem;margin-bottom:10px;font-weight:500}.product-description{color:#6c757d;margin-bottom:20px;font-size:1.6rem;line-height:1.5}.product-price{font-size:3rem;font-weight:700;color:#495057;margin-bottom:20px}.add-to-cart-btn{background:linear-gradient(90deg,#ed4431,#d43129);color:#fff;border:none;padding:12px 25px;border-radius:50px;cursor:pointer;font-size:2rem;box-shadow:0 4px 10px #ed4b3466;transition:transform .3s,box-shadow .3s}.add-to-cart-btn:hover{transform:scale(1.05);box-shadow:0 6px 15px #d3312999}@media screen and (min-width: 768px){.product-content{flex-direction:row;max-width:1000px}.product-image{flex:1;margin-right:40px;margin-bottom:0}.product-details{flex:1;text-align:left}}.carousel .control-prev.control-arrow,.carousel .control-next.control-arrow{display:flex;justify-content:center;align-items:center;top:50%;background:#ed4b34cc;border-radius:50%;width:50px;height:50px;opacity:1;color:#fff;font-size:1.5em;transition:background .3s ease}.carousel .control-prev.control-arrow:hover,.carousel .control-next.control-arrow:hover{background:#d33129e6}.carousel .control-dots .dot{background:#ed4431;width:12px;height:12px;margin:0 5px;border-radius:50%;cursor:pointer;transition:transform .3s,opacity .3s}.carousel .control-dots .dot:hover{transform:scale(1.3);opacity:.9}.carousel .control-dots .dot.selected{background:#d43129}.product-page{font-family:Poppins,sans-serif;padding:20px;background-color:#f4f8fb;color:#212529}.category-header{text-align:center;margin-bottom:40px}.category-header h1{font-size:4rem;color:#1f2937;margin-bottom:10px}.category-header p{color:#64748b;font-size:2.2rem;margin-bottom:20px}.category-options{display:flex;justify-content:center;gap:15px;margin-bottom:30px}.category-options button{padding:12px 25px;font-size:1.5rem;color:#fff;background:linear-gradient(90deg,#ed4431,#d43129);border:none;border-radius:25px;cursor:pointer;box-shadow:0 4px 10px #ed4b3466;transition:all .3s ease}.category-options button.active,.category-options button:hover{background:linear-gradient(90deg,#d43129,#ba2a24);transform:scale(1.1);box-shadow:0 6px 15px #ba2a2499}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(35rem,1fr));gap:25px;margin:0 auto}.product-card{background:#fff;border-radius:15px;padding:20px;text-align:center;box-shadow:0 6px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px #00000026;cursor:pointer}.product-card img{width:100%;height:200px;object-fit:cover;border-radius:15px;margin-bottom:15px}.product-card h3{font-size:2.5rem;color:#1f2937;margin-bottom:10px}.product-card p{font-size:1.8rem;color:#6b7280;margin-bottom:15px}.product-card .price{font-size:2.8rem;color:#ed4431;font-weight:700;margin-bottom:20px}.add-to-cart-btn{padding:12px 25px;background:linear-gradient(90deg,#ed4431,#d43129);color:#fff;border:none;border-radius:25px;cursor:pointer;font-size:2rem;box-shadow:0 4px 10px #ed4b3466;transition:all .3s ease}.add-to-cart-btn:hover{transform:scale(1.1);box-shadow:0 6px 15px #d3312999}.empty-state{text-align:center;font-size:1.2rem;color:#6b7280;margin-top:20px;font-style:italic}.detailed-product-page{padding:40px;max-width:1200px;margin:0 auto}.product-details{display:flex;gap:40px;margin-bottom:40px}.product-image{flex:1}.product-image img{width:100%;border-radius:10px;box-shadow:0 4px 10px #0000001a}.product-info{flex:1}.product-info h1{font-size:3.2rem;margin-bottom:20px;color:#333}.description{font-size:1.8rem;color:#666;margin-bottom:20px;line-height:1.6}.price{font-size:3rem;color:#ed4431;font-weight:700;margin-bottom:20px}.review-form{margin-bottom:40px;display:flex;flex-direction:column;gap:15px;max-width:600px}.review-form input,.review-form textarea,.review-form select{padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1.6rem}.review-form textarea{min-height:100px}.review-form button{padding:12px;background:#ed4431;color:#fff;border:none;border-radius:8px;font-size:1.6rem;cursor:pointer;transition:background .3s}.review-form button:hover{background:#d43129}.reviews-list{display:grid;gap:20px}.review-card{padding:20px;border:1px solid #ddd;border-radius:8px;background:#fff}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.reviewer-name{font-size:1.8rem;font-weight:700}.stars{color:#ed4431;font-size:1.8rem}.star{color:#ddd}.review-text{font-size:1.6rem;color:#666;line-height:1.5}@media (max-width: 768px){.product-details{flex-direction:column}.detailed-product-page{padding:20px}}.reviews-section{max-width:90%;margin:50px auto;padding:20px;border-radius:15px}.reviews-section h2{font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:40px;color:var(--black);text-transform:uppercase;letter-spacing:2px}.reviews-list{display:flex;flex-direction:column;gap:25px}.review-card{background:#fff;padding:25px;border-radius:15px;box-shadow:0 6px 15px #0000001a;transition:transform .3s,box-shadow .3s;border:2px solid #f9f9f9}.review-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #00000026;border-color:#ed44314d}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.reviewer-name{font-size:2.2rem;font-weight:700;color:#212529}.review-rating{display:flex;align-items:center;font-size:1.8rem;color:#f39c12}.star{font-size:2.2rem;color:#ddd;margin-right:5px;transition:color .3s}.star.filled{color:#ed4431}.review-text{font-size:2rem;color:#6b7280;line-height:1.8;font-style:italic;margin-top:15px}@media (max-width: 768px){.reviews-section{padding:15px}.review-card{padding:20px}.reviews-list{gap:20px}.reviewer-name{font-size:1.6rem}.review-text{font-size:1.4rem}}.footer{background:#fff;padding:3rem 1.5rem;color:#333;margin:0 2rem;padding:3rem 2rem 1rem}.footer .box-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:2rem}.footer .box-container .box h3{font-size:2.5rem;color:#333;margin-bottom:1.5rem;position:relative}.footer .box-container .box h3 i{color:#ff5733;margin-right:.5rem}.footer .box-container .box .links{display:block;font-size:1.6rem;color:#666;margin:.8rem 0;text-decoration:none;transition:all .3s ease}.footer .box-container .box .links i{color:#ff5733;padding-right:.5rem;transition:padding-right .3s ease}.footer .box-container .box .links:hover{color:#ff5733}.footer .box-container .box .links:hover i{padding-right:1rem}.footer .box-container .box p{font-size:1.6rem;line-height:1.8;color:#666;margin-bottom:1rem}.footer .box-container .box .share a{display:inline-block;height:4rem;width:4rem;line-height:4rem;border-radius:50%;font-size:1.8rem;color:#ff5733;margin:.2rem;background:#f0f0f0;text-align:center;transition:all .3s ease;box-shadow:0 4px 10px #0000001a}.footer .box-container .box .share a:hover{background:#ff5733;color:#fff;transform:scale(1.1);box-shadow:0 6px 15px #ff573366}.footer .box-container .box .email{width:100%;margin:.7rem 0;padding:1rem;border-radius:.5rem;background:#f0f0f0;font-size:1.6rem;color:#ff5733;text-transform:none;box-shadow:0 2px 5px #0000001a}.footer .credit{text-align:center;margin-top:2rem;font-size:2rem;color:#333;padding-top:2.5rem;border-top:1px solid #ddd}.footer .credit span{color:#ff5733;font-weight:700;text-shadow:0 2px 5px rgba(0,0,0,.2)}.footer .btn{width:100%;font-size:2.5rem;font-weight:bolder}@media (max-width: 991px){.footer .box-container{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1.5rem}.footer .box-container .box h3{font-size:2.2rem}.footer .box-container .box .links,.footer .box-container .box p{font-size:1.4rem}.footer .credit{font-size:1.8rem}}@media (max-width: 768px){.footer .box-container{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.footer .box-container .box h3{font-size:2rem}.footer .box-container .box .links{font-size:1.3rem}.footer .box-container .box .share a{height:3.5rem;width:3.5rem;line-height:3.5rem;font-size:1.7rem}.footer .credit{font-size:1.6rem}}@media (max-width: 450px){.footer .box-container{grid-template-columns:1fr;text-align:center}.footer .box-container .box .share{justify-content:center;display:flex}.footer .box-container .box .links i{padding-right:.3rem}.footer .box-container .box .links:hover i{padding-right:1rem}}
