@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;text-decoration:none;list-style:none;font-family:"Poppins",sans-serif;scrollbar-width:thin;scrollbar-color:#00e6b4 #282c34}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#282c34}::-webkit-scrollbar-thumb{background-color:#00e6b4;border-radius:20px}body{background:#212121;min-height:100vh}.buttonCategories,body{display:flex;justify-content:center;align-items:center}.buttonCategories{right:40px;bottom:40px;position:fixed;background:#00e6b4;color:#fff;border-radius:50%;width:110px;height:110px;z-index:999;transition:all .4s ease;-webkit-transform:scale(.9);transform:scale(.9);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.buttonCategories:hover{-webkit-transform:scale(.8);transform:scale(.8)}.buttonCategories p{color:#1d2026;font-weight:800;font-size:14px}.buttonCategories:after{width:120px;height:120px;opacity:.6;-webkit-animation:pulse2 2s ease infinite;animation:pulse2 2s ease infinite}.buttonCategories:after,.buttonCategories:before{content:"";position:absolute;border-radius:50%;border:3px solid #00e6b4}.buttonCategories:before{width:130px;height:130px;opacity:.4;-webkit-animation:pulse 2s ease-in-out infinite;animation:pulse 2s ease-in-out infinite}@-webkit-keyframes pulse{0%{opacity:.4}10%{opacity:.3}20%{opacity:.2}30%{opacity:.1}40%{opacity:0}50%{opacity:.1}60%{opacity:.2}70%{opacity:.3}80%{opacity:.4}to{opacity:.4}}@keyframes pulse{0%{opacity:.4}10%{opacity:.3}20%{opacity:.2}30%{opacity:.1}40%{opacity:0}50%{opacity:.1}60%{opacity:.2}70%{opacity:.3}80%{opacity:.4}to{opacity:.4}}@-webkit-keyframes pulse2{0%{opacity:.4}10%{opacity:.3}20%{opacity:.2}30%{opacity:.1}40%{opacity:0}50%{opacity:.1}60%{opacity:.2}70%{opacity:.3}80%{opacity:.4}to{opacity:.4}}@keyframes pulse2{0%{opacity:.4}10%{opacity:.3}20%{opacity:.2}30%{opacity:.1}40%{opacity:0}50%{opacity:.1}60%{opacity:.2}70%{opacity:.3}80%{opacity:.4}to{opacity:.4}}.cards{width:100%;height:100%;padding:120px 50px 60px}.cards h2{text-align:left;letter-spacing:8px;color:hsla(0,0%,100%,.8);font-size:50px;position:relative;cursor:default;margin-left:20px}.cards h2:after{position:absolute;content:"";bottom:0;left:0;width:90px;border-bottom:4px solid #00e6b4;border-radius:3px;transition:all .4s ease}.cards h2:hover:after{width:160px}.cards .container,.cards .container_categ{display:flex;justify-content:center;width:100%;padding:50px 0;height:100%;flex-wrap:wrap}@media (max-width:900px){.cards{padding:150px 20px 60px}}.header{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:40px;padding:20px 50px;border-bottom:1px solid hsla(0,0%,100%,.2);position:absolute;top:0;left:0}.header .title{color:#fff;font-size:20px;font-weight:700}.header .title span{color:#00e6b4}.header .button{padding:10px 15px;display:inline-block;border:2px solid #00e6b4;border-radius:5px;color:#00e6b4;font-size:12px;transition:all .4s ease;text-align:center;font-weight:500}.header .button:hover{background:#00e6b4;color:#1d2026}@media screen and (max-width:800px){.header{padding:20px 15px}.header .button{padding:10px 15px;font-size:12px}.header .title{color:#fff;font-size:17px;font-weight:700}}@media screen and (max-width:436px){.header .button{display:none}}.categorie_cards{width:350px;height:120px;border-radius:15px;background:#222;border:2px solid #00e6b4;margin:20px;display:flex;justify-content:center;align-items:center;transition:all .4s ease;font-size:20px;color:#fff}.categorie_cards:hover{-webkit-transform:scale(.85);transform:scale(.85);color:#00e6b4}@media (max-width:830px){.categorie_cards{width:100%;box-shadow:0 18px 50px -10px rgba(0,0,0,.2);border:2px solid #00e6b4;margin:20px 0}}.banner{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:left;padding:0 20px}.banner .text_area{width:650px;text-align:left}.banner .btn{background:#00e6b4;color:#1d2026;font-weight:600;padding:10px 25px;display:inline-block;transition:all .4s ease;border-radius:5px;margin-top:50px}.banner h1{color:#fff;font-size:70px;text-align:left}.banner h1 span{color:#00e6b4}.banner p{color:hsla(0,0%,100%,.8);text-align:left;font-size:20px;margin:30px 0}.banner p span{color:#00e6b4}.banner .imgbox{display:flex;justify-content:center;align-items:center;width:750px;margin:20px 0 40px}.banner .imgbox img{width:100%}@media screen and (max-width:1450px){.banner{flex-direction:column;margin-top:150px}.banner .text_area{padding:0 50px}.banner .text_area,.banner h1,.banner p{text-align:center;width:100%}}@media screen and (max-width:850px){.banner .imgbox{width:100%}}@media screen and (max-width:660px){.banner .imgbox{display:none}.banner h1{font-size:50px}.banner{flex-direction:column;margin-top:0}.banner .text_area{padding:0 20px}}@media screen and (max-width:380px){.banner h1{font-size:40px}}.card{width:25%;height:320px;margin:40px;border-radius:10px;transition:all .4s ease}.card .img_box{width:100%;height:250px;border-radius:10px;overflow:hidden}.card .img_box:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.card .img_box img{width:100%;height:100%;object-fit:cover;border-radius:10px;transition:all .4s ease}.card .tags{display:flex;justify-content:space-between;height:50px;align-items:center;margin-top:10px}.card .tags p{background:#7eedca;color:#383f51;font-weight:700;font-size:15px;padding:5px 15px;border-radius:5px;text-align:center;cursor:default}.card .tags .list{display:flex;justify-content:center}.card .tags .list li{margin:0 5px;padding:5px 15px;border-radius:5px;color:#7eedca;border:2px solid #7eedca;font-size:12px;cursor:default}.card .tags .list li:nth-child(3){margin-right:0}@media (max-width:1270px){.card{width:300px}}@media (max-width:780px){.card{width:100%;margin:40px 0}}@media (max-width:350px){.card .tags .list{display:none}}
/*# sourceMappingURL=main.74bcb9d5.chunk.css.map */