@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap";:root{--primary-color: #F47622;--base-color:#553A28;--dark-color:#333}body{color:var(--base-color);font-family:"Outfit",sans-serif;font-family:"Inter",sans-serif}h1{font-size:4rem;font-weight:800;margin:0}h1 span{color:var(--primary-color)}h4{font-size:24px;color:#fff;font-weight:600;margin:0}.secondary-btn{border:2px solid #553a28;display:flex;align-items:center;gap:10px;text-decoration:none;padding:10px 20px;font-size:1.5rem;color:var(--base-color);font-weight:500;line-height:1.6;border-radius:10px;width:-moz-fit-content;width:fit-content;background:#fff}.secondary-btn span{color:var(--primary-color)}header{background:#f9f4f4;padding:10px 0;position:relative;width:100%;transition:all .3s ease}header.sticky{position:fixed;top:0;left:0;width:100%;z-index:99;box-shadow:0 2px 10px rgba(0,0,0,.15);background:#fff}header.sticky .logo img{max-width:70px}header .logo img{width:100px}header .header-nav{display:flex;align-items:center;justify-content:space-between}header .header-nav .nav-ul{display:flex;align-items:center;padding:0;margin:0;list-style:none;gap:30px}header .header-nav .nav-ul li{display:flex;align-items:center;gap:10px}header .header-nav .nav-ul li a{font-size:1.125rem;font-weight:400;text-decoration:none;color:var(--base-color);transition:.3s}header .header-nav .nav-ul li a:hover{color:var(--primary-color)}header .header-nav .nav-ul .call-li{display:flex;align-items:center;gap:10px;margin-left:10px}header .header-nav .nav-ul .call-li .call-text{display:flex;flex-direction:column}header .header-nav .nav-ul .call-li .call-text span{font-size:.875rem;line-height:1}header .header-nav .nav-ul .call-li .call-text a{font-weight:600;text-decoration:none;color:var(--primary-color)}header .header-nav .nav-ul .cart-btn{text-decoration:none;display:flex;gap:5px;align-items:center;font-weight:500;border:1px solid #f2e8e8;background:rgba(255,255,255,.5);padding:6px 12px;border-radius:4px;color:var(--base-color)}header .header-nav .nav-ul .cart-btn .cart-bag{background:url("../images/cart-bag.svg");background-size:cover;background-repeat:no-repeat;width:1.5rem;font-size:.875rem;text-align:center;color:#fff}.hero-slider{background-color:#f9f4f4;padding:0;margin-bottom:2rem;min-height:calc(100vh - 308px);position:relative;overflow-x:hidden}.hero-slider .text-content{padding-top:3rem}.hero-slider .text-content p{font-size:26px;max-width:530px;margin:15px 0 30px}.hero-slider .text-content .leaft-vector{margin:40px 0 0 30px}.hero-slider .hero-img{display:flex;justify-content:flex-end;margin-right:-20px}.hero-slider .hero-img img{max-width:100%}.hero-slider .carousel-indicators [data-bs-target]{background:#ead8c8;width:16px;height:6.5px;padding:0px;line-height:0;border-top:10px;border-radius:50%;opacity:1;margin:0 6px}.hero-slider .carousel-indicators [data-bs-target].active{width:30px;border-radius:28px;background:#f47622}.hero-slider .carousel-inner{margin-bottom:3rem}.hero-slider .divider{position:absolute;bottom:0}.hero-slider .divider img{width:100%;margin-top:0rem;height:60px;-o-object-fit:cover;object-fit:cover}.icon{padding:7.5px;background:#fff;display:flex;border-radius:50%}footer{background:var(--dark-color);padding:2rem 0;border-radius:3.75rem;border-bottom-left-radius:0;border-bottom-right-radius:0}footer .leftside-top{display:flex;align-items:center;justify-content:space-between;gap:20px}footer .leftside-top p{color:#fff;margin:0}footer .leftside-top img{max-width:100px}@media(max-width: 991px){.container{max-width:100%;padding:0 24px}.hero-slider{min-height:-moz-fit-content;min-height:fit-content;margin-bottom:0}.hero-slider .hero-img{margin-right:0}}@media(max-width: 991px){.hero-slider{padding-top:2rem}.hero-slider .hero-img{margin-right:0;justify-content:center}.hero-slider .text-content p{max-width:100%}.divider img{margin-top:-2rem;height:60px;-o-object-fit:cover;object-fit:cover}}@media(max-width: 767px){.hero-slider .hero-img{margin-right:0;justify-content:center;max-width:400px}h1{font-size:3rem}}@media(max-width: 576px){.container{padding:0 20px}h1{font-size:2.25rem}header .header-nav .nav-ul{align-items:center;gap:10px}header .header-nav .nav-ul li a{font-size:1rem}header .header-nav .nav-ul .call-li .call-text span{line-height:1.3}header .header-nav .logo img{width:70px}footer .leftside-top{flex-direction:column}footer .leftside-top img{width:70px}footer .leftside-top p{font-size:.875rem;text-align:center}.hero-slider .text-content p{font-size:1.25rem}.hero-slider .text-content .leaft-vector{width:66px}.hero-slider .text-content .secondary-btn{font-size:1rem}.divider img{margin-top:-1rem;height:40px}}