body{background-color:#000;font-family:monospace;margin:0;padding:0}body,button{color:#f0f8ff}button{background-color:#0b1aef;cursor:pointer;height:30px;width:100px}button:hover{background-color:brown;color:#f0f8ff}input{border-radius:4px;height:25px}input,select{background-color:#000;color:#f0f8ff;font-family:monospace;padding:5px;width:200px}select{height:35px}.layout{align-items:center;justify-content:flex-start;min-height:100vh}.labelBox,.layout{display:flex;flex-direction:column}.labelBox{color:#000;font-weight:700;gap:5px;padding:7px}.productContainer{align-items:center;margin-top:30px;padding-bottom:100px}.productBox,.productContainer{display:flex;flex-direction:column;justify-content:center}.productBox{align-items:flex-start;background-color:#f0f8ff;border-radius:4px;color:#000;font-weight:800;padding:20px;width:500px}.productPhoto{width:400px}.infoBox{border-bottom:1px solid #fff;cursor:pointer}.info,.infoBox{align-items:flex-start;background-color:#c7c7cc;display:flex;flex-direction:column;justify-content:center;padding:5px;width:80%}.info{color:brown}@media screen and (max-width:820px){.productBox{width:380px}.productPhoto{width:300px}}@media screen and (max-width:450px){.productBox{width:300px}.productPhoto{width:220px}.productContainer{margin-top:100px}}@media screen and (max-width:400px){.productBox{width:270px}.productPhoto{width:200px}.productContainer{margin-top:80px}}.headerLayout{border-bottom:1px solid #423f3f;gap:550px;height:60px;width:100%}.headerIcons,.headerLayout{align-items:center;display:flex;flex-direction:row;justify-content:center}.headerIcons{color:brown;font-weight:800;gap:10px}.headerIcons p{cursor:pointer}.headerIcons p:hover{color:#f1eeee}.headerLogo{width:200px}.icons{cursor:pointer;width:40px}#homeIcon{width:24px}@media screen and (max-width:820px){.headerLayout{gap:200px;height:50px}.headerLogo{width:150px}.icons{width:30px}}@media screen and (max-width:550px){.headerLogo{width:200px}.headerLayout{gap:150px;height:60px}.icons{width:35px}}@media screen and (max-width:440px){.headerLayout{gap:70px}.headerLogo{width:170px}.headerIcons{gap:5px}}@media screen and (max-width:400px){.headerLayout{gap:58px;height:55px}.headerLogo{width:150px}.headerIcons{gap:12px}}.landingHeader{align-items:center;border-bottom:1px solid #423f3f;color:brown;display:flex;flex-direction:row;font-weight:700;gap:600px;height:80px;justify-content:center;width:100%}.landingHeader p{cursor:pointer}.landingHeader p:hover{color:#fff}.landingLayout{flex-direction:column}.landingContainer,.landingLayout{align-items:center;display:flex;justify-content:center;width:100%}.landingContainer{flex-direction:row}.landingBoxOne{width:40%}.landingBoxOne,.landingBoxTwo{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center}.landingBoxTwo{width:60%}.landingFooter{align-items:center;border-top:1px solid #423f3f;color:brown;display:flex;flex-direction:row;font-weight:700;gap:20px;height:12vh;justify-content:center;width:100%}.landingFooter p{cursor:pointer}.landingFooter p:hover{color:#f8f8f8}.landingImage{height:60vh;object-fit:cover;width:100%}.landingLogo{width:250px}@media screen and (max-width:820px){.landingHeader{gap:300px;height:60px}.landingLogo{width:150px}.landingBoxOne{height:50vh;width:45%}.landingBoxTwo{height:50vh;width:55%}.landingFooter{height:7vh}.landingImage{height:50vh}}@media screen and (max-width:450px){.landingHeader{gap:200px}.landingBoxOne,.landingBoxTwo{width:50%}}@media screen and (max-width:400px){.landingHeader{gap:170px}}.authLayout{min-height:100vh}.authBox,.authLayout{align-items:center;display:flex;flex-direction:column;justify-content:center}.authBox{background-color:#f0f8ff;border:1px solid #343131;border-radius:5px;padding:20px;width:35%}.settingsBox{align-items:flex-start;background-color:#e1e1e1;border-radius:2px;color:#000;display:flex;flex-direction:column;font-weight:800;justify-content:center;margin-top:100px;padding:20px;width:50%}.settingsBox p{cursor:pointer}.settingsBox p:hover{color:brown}.logo{width:350px}@media screen and (max-width:820px){.authBox{width:55%}.logo{width:300px}.settingsBox{margin-top:200px}}@media screen and (max-width:550px){.settingsBox{margin-top:300px}}@media screen and (max-width:450px){.authBox{width:60%}.logo{width:270px}.settingsBox{margin-top:270px}}@media screen and (max-width:400px){.logo{width:250px}.settingsBox{margin-top:250px}}.dashContainer{margin-top:30px;padding-bottom:100px;width:100%}.dashBox,.dashContainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.dashBox{background-color:#f0f8ff;padding:20px;width:80%}.dashTab{align-items:center;display:flex;flex-direction:row;gap:30px;justify-content:center}.dashTab .active{background-color:#555;color:#fff}.tabContent{background-color:#0b0b0b;border:1px solid #ddd;border-radius:4px;margin-top:10px;width:70%}.cartContainer{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:20px}.cartBox{border-top:1px solid #605e5e;cursor:pointer;padding:5px;width:100%}.dashImage{height:180px;object-fit:cover;width:150px}@media screen and (max-width:820px){.tabContent{width:85%}}@media screen and (max-width:400px){.dashTab{gap:12px}}.galleryLayout{display:flex;flex-direction:column;margin-top:30px;padding-bottom:100px}.galleryContainer,.galleryLayout{align-items:center;justify-content:center}.galleryContainer{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr)}.galleryBox{align-items:flex-start;background-color:#f0f8ff;border-radius:4px;color:#000;cursor:pointer;display:flex;flex-direction:column;font-weight:600;justify-content:center;padding:20px;width:200px}.galleryInfo{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.galleryPhoto{height:200px;object-fit:cover;width:180px}@media screen and (max-width:820px){.galleryContainer{gap:28px}.galleryBox{width:150px}.galleryPhoto{height:170px;width:140px}}@media screen and (max-width:450px){.galleryContainer{grid-template-columns:repeat(1,1fr)}.galleryBox{width:240px}.galleryPhoto{height:270px;width:240px}}.profileContainer{margin-top:20px}.profileContainer,.uploadContainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.uploadContainer{padding-bottom:100px}.uploadBox{grid-gap:10px;align-items:center;background-color:#f0f8ff;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);justify-content:center;padding:20px;width:90%}.coverPhotoUpload{align-items:center;background-color:#000;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.coverPhotoUpload,.previewPhoto{border-radius:4px;height:170px;width:170px}.previewPhoto{object-fit:cover}@media screen and (max-width:820px){.uploadBox{grid-template-columns:repeat(1,1fr)}}.bankDetailsContainer{display:flex;flex-direction:column;margin-top:100px;width:100%}.bankDetailsBox,.bankDetailsContainer{align-items:center;justify-content:center}.bankDetailsBox{background-color:#f0f8ff;display:grid;grid-template-columns:repeat(2,1fr);padding:20px;width:60%}@media screen and (max-width:820px){.bankDetailsBox{grid-template-columns:repeat(1,1fr);width:50%}}@media screen and (max-width:550px){.bankDetailsContainer{margin-top:150px}}
/*# sourceMappingURL=main.e32103f5.css.map*/