.first-container{display:flex;padding:0 1%;align-items:center;justify-content:space-between}.first-container img{align-self:flex-start;max-width:fit-content}.first-container-second-item{display:flex;justify-content:center;gap:60px}.first-container-third-item{background:var(--secondary-color-six);border-radius:var(--border-radius-big);padding:12px 8px;display:flex;justify-content:space-between}.first-container-third-item:hover{box-shadow:var(--box-shadow)}.second-container{margin-top:2%;padding:0 1%;display:flex;background:var(--secondary-color-one);border-radius:var(--border-radius-small);justify-content:space-between}.second-container-text{width:45%;align-self:center;padding-left:4%}.second-container-img{width:45%;align-self:flex-end}.second-container h1{font-size:5.5rem}.second-container button{background:var(--primary-color);color:var(--secondary-color-three)}.second-container-center-text{width:30.98656rem;height:7.34688rem;transform:rotate(-2deg);flex-shrink:0;background:var(--secondary-color-two)}.second-container-bottom-text{display:flex;justify-content:space-evenly;width:50%}.second-container-bottom-text img{width:30%}.third-container-bottom-item{align-items:center;display:flex;scroll-behavior:auto;justify-content:space-evenly}.third-container img{align-self:center;width:15%}.third-container-items{background:var(--secondary-color-four)}.forth-container{display:flex;flex-direction:column;flex-wrap:wrap;padding:0 3%}.card-container-box{display:flex;flex-wrap:wrap;max-width:1500px;justify-content:space-between;align-items:center}.card-container{display:flex;flex-wrap:wrap;padding:.5%;background:var(--secondary-color-four);max-width:17%;margin-top:3%;border-radius:var(--border-radius-small);max-height:300px;overflow-y:scroll;overflow-x:hidden;align-items:center}.second-container-second-item{font-size:smaller;color:var(--secondary-color-five);display:flex}.card-container div{display:flex;flex-direction:column}.product-img{max-height:40%;max-width:40%;align-self:center}.card-container div p:last-child{font-size:8pt}.second-container-second-item img{width:5.1%}.forth-container h4{font-weight:400}.card-container-box button{margin-top:1%;margin-left:94.5%;align-self:last baseline;background:var(--secondary-color-two)}.header{display:flex;justify-content:center;background:var(--secondary-color-two)}*{margin:0;padding:0;box-sizing:border-box}a{color:initial;text-decoration:none}img{width:100%}:root{font-family:Poppins,sans-serif;--primary-color: black;--secondary-color-one: #f5f7f9;--secondary-color-two: #ebd96b;--secondary-color-three: #eeeeee;--secondary-color-four: white;--secondary-color-six:#ebebeb;--secondary-color-five:gray;--border-radius-big: 3.6875rem;--border-radius-small: .625rem;--box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px}body{background:var(--secondary-color-one)}.top-right-item:hover,a:hover,button:hover,.card-container:hover{font-weight:700;font-size:medium;cursor:pointer;transform:scale(1.1)}input{border:none;background:none}input:focus{outline:none}h2{margin:3% auto 2%;text-align:center;width:fit-content}hr{border:1px solid #ebd96b}button{border-radius:var(--border-radius-small);background:none;border:none;cursor:pointer;padding:4px 8px;font-size:1.07rem}button:hover,.card-container:hover{box-shadow:var(--box-shadow)}.card-container:hover{font-weight:400}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--secondary-color-four);border-radius:var(--border-radius-small)}::-webkit-scrollbar-thumb{background:#888;border-radius:var(--border-radius-small)}::-webkit-scrollbar-thumb:hover{background:#555}#comingSoon{width:100vw;height:100vh;display:flex;font-size:30pt;justify-content:center;align-items:center;flex-direction:column}#comingSoon button{background:var(--secondary-color-two)}
