footer,header{display:none}.startpage{height:100vh}.startpage .logo{width:230px;height:auto;display:flex;position:absolute;left:50%;top:10%;transform:translateX(-50%);z-index:99}@media only screen and (max-width: 991px){.startpage .logo{width:100px}}.startpage .logo img{width:100%;height:100%}.startpage img{width:100vw;height:100vh;-o-object-fit:cover;object-fit:cover}.startpage .row{width:110vw;display:flex;margin-left:-5vw}@media only screen and (max-width: 991px){.startpage .row{width:120vw;margin-left:-10vw}}.category{height:200px;height:42vh;height:100vh;overflow:hidden;position:relative;transition:width 500ms ease-in-out;flex-grow:1}.category:nth-child(1){border-right:15px solid #fff}@media only screen and (max-width: 576px){.category:nth-child(1){border-right:5px solid #fff}}.category:nth-child(2){border-right:15px solid #fff}@media only screen and (max-width: 576px){.category:nth-child(2){border-right:5px solid #fff}}.category{width:5vw;display:flex;padding-bottom:200px;height:90vh;position:relative;height:100vh;transform:skewX(-4deg)}.category .baner{width:120%;height:100vh;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.category .overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;opacity:.8;background:#141e30;background:linear-gradient(to right, #243b55, #141e30)}.category.active{width:30vw}@media only screen and (max-width: 576px){.category.active .box .btn-start{opacity:1}}.box{position:absolute;left:50%;top:70%;transform:translate(-50%, -50%) skewX(4deg);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9;gap:20px}@media only screen and (max-width: 991px){.box{top:56%}}.box h2{font-weight:300;font-size:50px;color:#fff}@media only screen and (max-width: 991px){.box h2{font-size:39px}}@media only screen and (max-width: 576px){.box h2{font-size:20px}}.start-btn-wrap{border:1px solid rgba(255,255,255,.4);width:220px;height:80px;display:flex;justify-content:center;align-items:center;cursor:pointer}@media only screen and (max-width: 991px){.start-btn-wrap{width:140px;height:50px}}@media only screen and (max-width: 576px){.start-btn-wrap{border:0;width:80px}}.btn-start{font-weight:300;font-size:20px;width:180px;height:50px;display:flex;justify-content:center;align-items:center;text-decoration:none;position:relative;color:#000;background-color:#fff;cursor:pointer;transform:skewX(0deg)}@media only screen and (max-width: 991px){.btn-start{width:100px;height:30px}}@media only screen and (max-width: 991px){.btn-start{font-size:12px;width:80px;opacity:0}}.btn-start:hover{background:linear-gradient(to right, #1d2671, #c33764);color:#fff}.btn-start.btn-shop{position:relative;cursor:inherit}.btn-start.btn-shop:hover{background:#fff;color:#000}.btn-start.btn-shop .tooltip{opacity:0;position:absolute;background-color:#fff;font-size:12px;color:#000;font-weight:700;width:160px;height:50px;border-radius:10px;top:-65px;left:calc(50% - 80px);display:flex;justify-content:center;align-items:center}.btn-start.btn-shop .tooltip:before{position:absolute;content:" ";width:0;height:0;border-top:15px solid #fff;border-right:15px rgba(0,0,0,0) solid;border-left:15px rgba(0,0,0,0) solid;bottom:-15px;right:calc(50% - 15px)}.btn-start.btn-shop:hover .tooltip{opacity:1;transition-duration:.4s}