.hero{background-color:var(--yc);border-radius:0 0 45px 45px;width:100%;padding-bottom:5vh;position:-webkit-sticky;position:sticky;top:-20vh}.heroImage{width:100%;height:100vh}.homeCover{width:70%;height:100vh}.heroContent{width:100%;margin-top:-70vh;display:flex;position:relative}.heroText{background-color:var(--wc);width:65%;height:100%;color:var(--dc);text-transform:capitalize;justify-content:center;align-items:center;margin-top:70vh;padding-bottom:10vh;font-size:16px;display:flex}.heroContent h1{text-align:center;width:50%;color:var(--gc);border-bottom:var(--yc)1px solid;font-weight:500}.coverOver{border-radius:350px 350px 0 0;width:35%;height:100vh;position:absolute;bottom:10px;right:160px}@media (max-width:1024px){.hero{background-color:var(--wc);flex-direction:column;justify-content:center;align-items:center;display:flex;top:0}.heroImage{width:70vw;height:100%}.homeCover{place-self:center;width:100%;height:100%;display:flex}.heroContent{justify-content:center}.coverOver{display:none;position:static}.heroContent h1{width:80%}}@media (max-width:850px){.heroText{height:35vh}}@media (max-width:768px){.heroImage{padding-top:10vh}.heroText{width:100%;height:40vh}}@media (max-width:850px){.heroText{height:45vh}}@media (max-width:545px){.heroText{width:100%;height:70vh}}
.categories{background:linear-gradient(245deg,var(--bc),var(--yc),var(--gc),var(--wc));z-index:2;background-size:240% 240%;border-radius:45px;flex-direction:column;align-items:center;width:100%;height:100%;padding-bottom:20vh;animation:15s infinite gradient-animation;display:flex}.headerText{text-transform:uppercase;width:100%;color:var(--wc);letter-spacing:-.3rem;flex-direction:column;padding:5vh 10vh;font-size:4rem;font-weight:800;display:flex}.headerText span{align-items:center;width:90%;height:120px;display:flex;overflow:hidden}.homeCards{z-index:4;flex-direction:column;align-items:center;gap:15px;width:90%;display:flex}.homeCard{align-items:center;width:90%;display:flex;overflow:hidden;justify-content:space-between!important}.categoriesImage{cursor:pointer;background-color:#fff;border-radius:25px;transition:all .3s ease-in-out;position:relative}.categoriesImage:hover{filter:brightness(.9)}.cardInfo,.cardDescription{text-align:left;flex-direction:column;align-items:flex-start;gap:5px;width:60%;display:flex}.cardDescription{width:100%}.cardInfo span{align-items:center;height:100px;padding:0 5px;display:flex;overflow:hidden}.leftCard,.leftCard .cardDescription{text-align:right;align-items:flex-end}.cardInfo h1{text-transform:uppercase;letter-spacing:-.2rem;color:var(--wc);font-size:3rem;font-weight:800}.cardInfo p{text-transform:uppercase;color:var(--bc);width:70%;font-size:1.1rem;font-weight:600}.cardInfo .mainBtn{color:var(--wc);border-color:var(--wc)}.cardInfo .mainBtn,.cardInfo .hoverBtn{width:200px}.categorieInfo{background-color:var(--wc);z-index:3;border-radius:45px;flex-direction:column;gap:15px;width:100%;height:100%;margin-top:-80px;padding-top:15px;display:flex;position:relative}.categorieInfo .headerText{color:var(--dc)}.categorieInfoBox{width:100%;position:relative}.categorieInfoBox h2{text-transform:capitalize;width:60%;color:var(--dc);text-align:start;padding:0 10vh;font-size:1.4rem;font-weight:300}.categorieText{text-transform:uppercase;justify-content:space-around;align-items:center;padding:10vh 0;display:flex}.categorieText h1{color:var(--dc);font-size:3rem;font-weight:300}.categorieText h1 span{color:var(--wc);background-color:var(--dc);border-radius:15px}.homeSwiper{scroll-behavior:smooth;width:100%;height:100%;box-shadow:none}.swiper-button-next,.swiper-button-prev{color:var(--wc)!important}.homeSwiperSlide{text-align:center;width:100%;height:100%;position:relative}.homeSwiperSlide img{cursor:pointer;width:100%;height:100%;box-shadow:none;border-radius:15px;transition:all .3s ease-in-out}.homeSwiperSlide:not(.homeBtn) :hover img{opacity:.9}.categorieInfoCards{justify-content:center;gap:25px;width:100%;height:100%;padding:10vh 0;display:flex}.categorieInfoCards .top,.bottom{background-color:var(--dc);border-radius:40px;flex-direction:column;justify-content:space-around;width:500px;height:400px;display:flex}.right,.left{flex-direction:column;gap:25px;width:100%;height:100%;display:flex}.left{align-items:flex-end;padding-top:35vh}.infoBox{transition:all .5s ease-in-out;overflow:hidden}.numberBox{color:var(--wc);letter-spacing:-.3rem;padding:30px;font-size:7rem;font-weight:400;transition:all 1s;display:flex}.numberBox .spanPlus{color:var(--yc);padding:0 5px;font-size:4rem}.infoBox:hover{background-color:var(--yc);cursor:default}.infoBox:hover .numberBox .spanPlus{color:var(--wc)}.numberBox .span-mother{display:flex;overflow:hidden}.infoBox:hover .span-mother span{transform:translateY(-3em)}.infoBox .span-mother span:first-child{transition:all .7s}.infoBox .span-mother span:nth-child(2){transition:all .9s}.infoBox .span-mother span:nth-child(3){transition:all 1.2s}.infoBox .span-mother span:nth-child(4){transition:all 1.5s}.infoBox .span-mother span:nth-child(5){transition:all 1.8s}.infoBox .span-mother2{display:flex;position:absolute;overflow:hidden}.infoBox .span-mother2 span{transform:translateY(3em)}.infoBox:hover .span-mother2 span{transform:translateY(0)}.infoBox .span-mother2 span{transition:all .5s}.infoBox .span-mother2 span:nth-child(2){transition:all .7s}.infoBox .span-mother2 span:nth-child(3){transition:all .9s}.infoBox .span-mother2 span:nth-child(4){transition:all 1.2s}.infoBox .span-mother2 span:nth-child(5){transition:all 1.5s}.right h2,.left h2{color:var(--wc);text-transform:uppercase;text-align:right;align-self:flex-end;padding-right:30px;font-size:2rem;font-weight:600;display:flex}@keyframes gradient-animation{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (max-width:1024px){.headerText{padding:5vh 0 0 5vh;font-size:3rem}.headerText span{margin-top:-20px;height:90px!important}.homeCard{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%}.reverse{flex-direction:column-reverse}.cardInfo{width:100%}.cardInfo span{height:80px;margin-top:-50px}.cardInfo h1{font-size:2.5rem}.cardInfo p{font-size:.8rem}.categoriesImage{margin-bottom:50px}.categorieInfoBox h2{width:100%;padding:0 2vh;font-size:1rem}.categorieText{flex-direction:column;gap:15px;padding:5vh 0}.categorieText h1{flex-direction:column;align-items:center;display:flex}.categorieInfoCards{flex-direction:column;align-items:center}.categorieInfoCards .top,.bottom{max-width:85vw!important;max-height:300px!important}.left,.right{align-items:center!important}.numberBox{font-size:3.5rem!important}.numberBox .spanPlus,.right h2,.left h2{font-size:1.5rem!important}.left{padding-top:0!important}}@media (max-width:768px){.categoriesImage{height:100%}.cardInfo{width:100%!important}.cardDescription{flex-direction:row;justify-content:space-between;align-items:center!important;width:100%!important}.leftCard .cardDescription{flex-direction:row-reverse}}@media (max-width:320px){.categoriesImage{height:200px}.cardInfo h1{font-size:2.3rem}.categorieText h1{flex-direction:column;align-items:center;display:flex}.categorieInfoCards .top,.bottom{max-height:250px!important}}
