body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home{background-position:50%;background-size:cover;display:flex;flex:1 1;flex-direction:column;height:100vh;justify-content:space-between}.home .under-construction{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 0 0 2px rgba(6,24,44,.4),0 4px 6px -1px rgba(6,24,44,.65),inset 0 1px 0 hsla(0,0%,100%,.08);display:flex;flex-direction:column;justify-content:center;margin:50px auto;padding:40px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.home Footer{bottom:0;position:absolute}.footer{background:#fff;flex-direction:column;gap:1rem;justify-content:center;min-height:8rem;width:100%}.footer,.footer a{align-items:center;display:flex}.footer a{color:blue;margin:0 auto;padding:0;text-decoration:none}.footer img{height:auto;width:14rem}@media only screen and (max-width:430px){.footer{font-size:1.4rem;gap:.5rem;min-height:7rem}.footer img{width:10rem}}:root{--background:#fff;--card-background:#f6f7fb;--text-primary:#2d2f4b;--text-secondary:maroon;--accent:purple;--tan:#faebd8;--red:maroon}[data-theme='"dark"']{--background:#393f64Z;--card-background:#a3aac0;--text-primary:#f6f7fb;--text-secondary:#faebd8;--accent:darkred}html{font-size:10px}body,html{margin:0;padding:0}#root,.App,body,html{background-color:#fff;background-color:var(--background);color:#2d2f4b;color:var(--text-primary);height:100%;overflow:hidden}*,:after,:before{box-sizing:border-box}body{color:#2d2f4b;color:var(--text-primary);font-family:Open Sans,sans-serif;font-size:1.8rem;line-height:1}a,h1,h2,h3,h4,h5,h6,p{display:block;margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}a{cursor:pointer;text-decoration:none}a,a:hover{transition:all .4s ease-in-out}.HomePage{height:calc(100% - 23rem);width:100vw}.HomePage .container{height:100%;margin:0 auto;max-width:120rem;overflow:scroll;padding:10rem 0 0;position:relative}.HomePage .container ::-webkit-scrollbar,.HomePage .container ::-webkit-scrollbar-button{height:1px;width:1px}.HomePage .container .horizontal-scroll-wrapper{display:block;margin:0;max-height:1350px;overflow-x:hidden;-webkit-transform:rotate(-90deg) translateY(-450px);transform:rotate(-90deg) translateY(-450px);-webkit-transform-origin:right top;transform-origin:right top;width:451px}.HomePage .container .horizontal-scroll-wrapper>div{padding:1rem;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:right top;transform-origin:right top}.HomePage .container .horizontal-scroll-wrapper .card{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.HomePage .container .horizontal-scroll-wrapper .card img{border-radius:2rem;cursor:pointer;height:40rem}.HomePage .container .horizontal-scroll-wrapper .card .modalBtn{background-color:transparent;border:0;padding:0}.HomePage .container .squares{padding:450px 0 0}.HomePage .container .squares>div{height:450px;width:450px}.HomePage .container .Marquee{-o-box-align:center;align-items:center;box-sizing:border-box;color:#fff;display:flex;font-weight:200;overflow:hidden;width:100%}.HomePage .container .Marquee-content{-webkit-animation:marquee 80s linear infinite running;animation:marquee 80s linear infinite running;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.HomePage .container .Marquee-content:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.HomePage .container .Marquee-tag{-o-box-align:center;-o-box-pack:center;align-items:center;background:hsla(0,0%,100%,.1);display:inline-flex;justify-content:center;margin:0 2em;padding:.5em;transition:all .2s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.HomePage .container .Marquee-tag .card{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.HomePage .container .Marquee-tag .card img{border-radius:2rem;cursor:pointer;height:45rem}.HomePage .container .Marquee-tag .card img:hover{-webkit-filter:drop-shadow(0 0 20px rgba(0,0,0,.2));filter:drop-shadow(0 0 20px rgba(0,0,0,.2))}.HomePage .container .Marquee-tag .card .modalBtn{background-color:transparent;border:0;padding:0}.HomePage .container .Marquee-tag:hover{background:hsla(0,0%,100%,.5);cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translate(-100%);transform:translate(-100%)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translate(-100%);transform:translate(-100%)}}.HomePage .container .button-container{align-items:center;display:flex;justify-content:center;padding:2rem 0;width:100%}.HomePage .container .button-container .btn-more{background:none;border:1px solid #000;cursor:pointer;font-size:2.4rem;padding:1rem 4.5rem;transition-timing-function:ease-in-out}.HomePage .container .button-container .btn-more:hover{-webkit-transform:scale(1.1);transform:scale(1.1);transition-duration:.5s;transition-timing-function:ease-in-out}.HomePage .container .allItems{display:none;flex-wrap:wrap;gap:3rem;justify-content:space-between;width:100%}.HomePage .container .allItems .allItems-card{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.HomePage .container .allItems .allItems-card img{cursor:pointer}.HomePage .container .allItems .allItems-card img:hover{-webkit-filter:drop-shadow(0 0 20px rgba(0,0,0,.2));filter:drop-shadow(0 0 20px rgba(0,0,0,.2))}.HomePage .container .allItems .allItems-card .modalBtn{background-color:transparent;border:0;padding:0}.HomePage .container .allItems img{width:25rem}.HomePage .container .active{display:flex}.HomePage .container::-webkit-scrollbar{display:none}.HomePage .container{-ms-overflow-style:none;scrollbar-width:none}.HomePage .carousel .container{margin:100px auto 0;-webkit-perspective:1000px;perspective:1000px;position:relative;width:320px}.HomePage .carousel .carousel{-webkit-animation:rotate360 60s linear infinite forwards;animation:rotate360 60s linear infinite forwards;height:100%;position:absolute;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:100%}.HomePage .carousel .carousel__face{background-size:cover;box-shadow:inset 0 0 0 2000px rgba(0,0,0,.5);display:flex;height:187px;left:10px;position:absolute;right:10px;top:20px;width:300px}.HomePage .carousel span{font-size:2rem;margin:auto}.HomePage .carousel .carousel__face:first-child{background-image:url(https://images.pexels.com/photos/1141853/pexels-photo-1141853.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);-webkit-transform:rotateY(0deg) translateZ(430px);transform:rotateY(0deg) translateZ(430px)}.HomePage .carousel .carousel__face:nth-child(2){background-image:url(https://images.pexels.com/photos/1258865/pexels-photo-1258865.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);-webkit-transform:rotateY(40deg) translateZ(430px);transform:rotateY(40deg) translateZ(430px)}.HomePage .carousel .carousel__face:nth-child(3){background-image:url(https://images.pexels.com/photos/808466/pexels-photo-808466.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);-webkit-transform:rotateY(80deg) translateZ(430px);transform:rotateY(80deg) translateZ(430px)}.HomePage .carousel .carousel__face:nth-child(4){background-image:url(https://images.pexels.com/photos/1394841/pexels-photo-1394841.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);-webkit-transform:rotateY(120deg) translateZ(430px);transform:rotateY(120deg) translateZ(430px)}.HomePage .carousel .carousel__face:nth-child(5){background-image:url(https://images.pexels.com/photos/969679/pexels-photo-969679.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);-webkit-transform:rotateY(160deg) translateZ(430px);transform:rotateY(160deg) translateZ(430px)}.HomePage .carousel .carousel__face:nth-child(6){background-image:url(https://images.pexels.com/photos/1834400/pexels-photo-1834400.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);-webkit-transform:rotateY(200deg) translateZ(430px);transform:rotateY(200deg) translateZ(430px)}.HomePage .carousel .carousel__face:nth-child(7){background-image:url(https://images.pexels.com/photos/1415268/pexels-photo-1415268.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);-webkit-transform:rotateY(240deg) translateZ(430px);transform:rotateY(240deg) translateZ(430px)}.HomePage .carousel .carousel__face:nth-child(8){background-image:url(https://images.pexels.com/photos/135018/pexels-photo-135018.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);-webkit-transform:rotateY(280deg) translateZ(430px);transform:rotateY(280deg) translateZ(430px)}.HomePage .carousel .carousel__face:nth-child(9){background-image:url(https://images.pexels.com/photos/1175135/pexels-photo-1175135.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);-webkit-transform:rotateY(320deg) translateZ(430px);transform:rotateY(320deg) translateZ(430px)}@-webkit-keyframes rotate360{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{-webkit-transform:rotateY(-1turn);transform:rotateY(-1turn)}}@keyframes rotate360{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{-webkit-transform:rotateY(-1turn);transform:rotateY(-1turn)}}.HomePage .clothes-section{-ms-overflow-style:none;background-color:purple;display:flex;flex-direction:row;gap:2rem;overflow:scroll;padding:2rem;scrollbar-width:none;width:100%}.HomePage .clothes-section .card img{border-radius:2rem;height:40rem}.HomePage .clothes-section::-webkit-scrollbar{display:none}@media only screen and (max-width:768px){.HomePage .container{padding:0}.HomePage .container .Marquee .Marquee-content{-webkit-animation:marquee 100s linear infinite running;animation:marquee 100s linear infinite running}}@media only screen and (max-width:430px){.HomePage{height:calc(100% - 17rem)}.HomePage .container{padding:0}.HomePage .container .Marquee .Marquee-content .Marquee-tag .card{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.HomePage .container .Marquee .Marquee-content .Marquee-tag .card img{border-radius:2rem;cursor:pointer;height:35rem}.HomePage .container .Marquee .Marquee-content .Marquee-tag .card .modalBtn{background-color:transparent;border:0;padding:0}.HomePage .container .button-container{width:100vw}.HomePage .container .button-container .btn-more{font-size:1.6rem;padding:1rem 3rem}.HomePage .container .allItems{flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:0 10px;width:100vw}.HomePage .container .allItems .allItems-card{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:45%}.HomePage .container .allItems .allItems-card img{cursor:pointer}.HomePage .container .allItems .allItems-card img:hover{-webkit-filter:drop-shadow(0 0 20px rgba(0,0,0,.25));filter:drop-shadow(0 0 20px rgba(0,0,0,.25))}.HomePage .container .allItems .allItems-card .modalBtn{background-color:transparent;border:0;padding:0}.HomePage .container .allItems img{width:100%}}@media only screen and (max-width:380px){.HomePage .container{padding:0}.HomePage .container .Marquee .Marquee-content .Marquee-tag .card{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.HomePage .container .Marquee .Marquee-content .Marquee-tag .card img{border-radius:2rem;cursor:pointer;height:35rem}.HomePage .container .Marquee .Marquee-content .Marquee-tag .card .modalBtn{background-color:transparent;border:0;padding:0}}.Header{align-items:center;display:flex;height:15rem;justify-content:center}.Header img{height:16rem}@media only screen and (max-width:430px){.Header{height:10rem}.Header img{height:14rem}}.modalOverlay{background-color:rgba(0,0,0,.3);height:100vh;justify-content:center;width:100vw;z-index:1000}.modalOverlay,.modalOverlay .modal{align-items:center;display:flex;position:absolute}.modalOverlay .modal{background-color:#fff;border-radius:2rem;box-shadow:0 2px 4px 0 rgba(0,0,0,.02),0 2px 16px 0 rgba(14,30,37,.12);flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;padding:4rem;width:69rem}.modalOverlay .modal .imgSlider{display:flex;flex-direction:row;overflow:scroll;width:100%}.modalOverlay .modal .imgSlider::-webkit-scrollbar{display:none}.modalOverlay .modal .imgSlider{-ms-overflow-style:none;scrollbar-width:none}.modalOverlay .modal img{height:65rem;margin:0 auto;width:auto}.modalOverlay .modal .bottom{width:100%}.modalOverlay .modal .bottom,.modalOverlay .modal .bottom .text{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}.modalOverlay .modal .bottom .text{gap:1rem;width:50%}.modalOverlay .modal .bottom .text .text-left,.modalOverlay .modal .bottom .text .text-right{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start}.modalOverlay .modal .bottom a{margin:0}.modalOverlay .modal a{color:#ff1493;font-size:5rem}h1{font-weight:800;margin-top:20px}h1,h3{text-align:center}h3{font-weight:700}.btn,h3{font-size:2.4rem}.btn{align-items:center;background-color:transparent;border:none;cursor:pointer;display:flex;margin:0;padding:0;position:absolute;right:2rem;top:2rem}@media only screen and (max-width:768px){.modalOverlay .modal{width:90vw}.modalOverlay .modal img{margin:0 auto;width:27rem}.modalOverlay .modal .imgSlider{gap:1rem;justify-content:flex-start;overflow:scroll}.modalOverlay .modal a{margin-top:4rem}}@media only screen and (max-width:430px){.modalOverlay .modal{width:90vw}.modalOverlay .modal h1{font-size:2.2rem}.modalOverlay .modal h3{font-size:1.8rem}.modalOverlay .modal img{height:auto;margin:0 auto;width:69vw}.modalOverlay .modal .imgSlider{gap:1rem;justify-content:flex-start;overflow:scroll}.modalOverlay .modal a{margin-top:4rem}}.UploadPage{align-items:center;display:flex;font-size:2rem;height:100%;justify-content:center;width:100%}.UploadPage form{background-color:#fafafa;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:60rem;padding:3rem;width:100%}.UploadPage form h1{margin:0}.UploadPage form button{cursor:pointer;font-size:2rem;margin:0 auto;padding:1rem 2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.UploadPage input{font-size:2rem;height:4rem;padding:1rem}
/*# sourceMappingURL=main.e5d161e5.css.map*/