@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");*{list-style:none;padding:0;text-decoration:none;scroll-behavior:smooth;scroll-padding-top:2rem;box-sizing:border-box;font-family:Poppins,sans-serif}:root{--main-color:#000;--second-color:#000}section{padding:50px 10%}.content{justify-content:space-between;position:relative;align-items:center;width:100%;margin-top:20px!important;display:flex}.content .textBox{position:relative;max-width:600px!important}.content .textBox h2{font-size:4em;font-weight:500;color:#333;line-height:1.4em}.content .textBox h2 span{font-size:1.2em;font-weight:700;color:#036635}.content .textBox h2 p{color:#333}.content .textBox a{padding:8px 20px;text-decoration:none;font-weight:500;color:#fff;letter-spacing:1px;border-radius:40px;background:#036635;margin-top:20px;display:inline-block}.content .imgBox img{max-width:340px}::selection{color:#fff;background:var(--main-color)}.btn{padding:7px 16px;border:2px solid var(--second-color);font-weight:500;color:var(--second-color);border-radius:40px}.btn:hover{color:#fff;background:#036635}.shop-container{flex-wrap:wrap;gap:1rem;margin-top:5rem;display:flex}.shop-container .box{flex:1 1 10rem;padding:20px;flex-direction:column;text-align:center;align-items:center;border-radius:.5rem;background:var(--main-color);margin-top:3rem;display:flex}.shop-container .box .box-img{height:150px;width:150px;margin-top:-100px}.shop-container .box .box-img img{height:100%;object-fit:contain;object-position:center;width:100%}.stars{margin:1rem 0 .1rem}.shop-container .box .stars .bx{color:#036635}.shop-container .box h2{font-size:1.2rem;color:#036635}.shop-container .box span{font-size:1.4rem;font-weight:500;color:#fff;margin:.2rem 0 .5rem}.box .btn{border:2px solid #ebdbc8;color:#ebdbc8}.box .btn:hover{color:#036635;background:#ebdbc8}