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}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Form{border-radius:10px;color:#000;font-weight:600;margin:25px auto;padding:10px;text-align:left;width:15%}.Form,.Form input{box-shadow:0 3px 8px #0000003d}.Form input{border-radius:5px;padding:5px}.cart{align-items:center;background-color:#dfdb87;display:flex;justify-content:space-evenly;margin:auto auto 20px;padding:10px;width:70%}.bill,.cart{border-radius:10px;box-shadow:0 1px 4px #00000029}.bill{background-color:#f9dbb7;margin:50px auto 60px;padding:20px;width:30%}.Product{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;margin:50px auto auto;padding:40px;width:70%}.loader{aspect-ratio:5;display:grid;height:20px;margin:auto auto 30px}.loader:after,.loader:before{--_g:no-repeat radial-gradient(farthest-side,#000 94%,#0000);animation:l35 .5s linear infinite;background:var(--_g) left,var(--_g) right;background-repeat:no-repeat;background-size:20px 100%;content:"";grid-area:1/1;height:inherit}.loader:after{--s:-1;margin-left:auto}@keyframes l35{0%{aspect-ratio:2.3;transform:translateY(0);transform:translateY(calc(var(--s,1)*0px))}33%{aspect-ratio:2.3;transform:translateY(8px);transform:translateY(calc(var(--s,1)*8px))}66%{aspect-ratio:3.7;transform:translateY(8px);transform:translateY(calc(var(--s,1)*8px))}to{aspect-ratio:3.7;transform:translateY(0);transform:translateY(calc(var(--s,1)*0px))}}@keyframes l2{0%,25%{background-position:0 50%,0 calc(50% - 2px),0 calc(50% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);background-size:8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px}50%{background-position:0 50%,0 -2px,0 calc(100% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);background-size:8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px}75%{background-position:0 50%,0 -2px,0 calc(100% + 2px),50% 50%,50% -2px,50% calc(100% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);background-size:8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px}95%,to{background-position:0 50%,0 -2px,0 calc(100% + 2px),50% 50%,50% -2px,50% calc(100% + 2px),100% 50%,100% -2px,100% calc(100% + 2px);background-size:8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px}}@media only screen and (max-width:499px){.Product{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:repeat(1,1fr);grid-template-rows:auto;margin:50px auto auto;padding:10px 12px;width:90%}}@media (min-width:500px) and (max-width:999px){.Product{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;margin:50px auto auto;padding:10px 12px;width:90%}}.Banner{margin:auto;width:95%}.furniture,.furniture_third_banner{display:flex;justify-content:space-evenly;margin:30px auto 40px;width:80%}.furniture img{width:100%}.customers{display:flex;justify-content:space-between;margin:25px auto 40px;width:80%}.customers>div{align-items:center;border-radius:10px;box-shadow:0 1px 3px 0 #00000005,0 0 0 1px #1b1f2326;display:flex;flex-direction:column;justify-content:center;padding:15px;text-align:center;width:30%}.profile_pic{width:30%}.product_image{margin-bottom:20px}.product_image img{width:100%}.view_product{background-color:#f0f8ff;border-radius:10px;font-weight:600;padding:10px}.view_product:hover{background-color:#000;color:#fff}@media only screen and (max-width:499px){.furniture{display:flex;justify-content:space-evenly;margin:30px auto 40px;width:100%}.furniture img{width:30%}.furniture_third_banner{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(2,1fr);justify-content:space-evenly;margin:30px 3px 40px;width:100%}.customers{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(1,1fr);margin:25px 12px 40px;width:95%}.customers>div{align-items:center;border-radius:10px;box-shadow:0 1px 3px 0 #00000005,0 0 0 1px #1b1f2326;display:flex;flex-direction:column;justify-content:center;padding:15px;text-align:center;width:100%}.profile_pic{width:30%}.product_image{margin-bottom:20px;width:100%}.product_image img{margin:auto;width:40%}.view_product{background-color:#f0f8ff;border-radius:10px;font-weight:600;padding:10px}.view_product :hover{background-color:#000;color:#fff}}.container{padding:20px;text-align:left}h1{font-size:30px;font-weight:600}.box{display:flex;justify-content:space-between;padding:20px}.controls{display:flex;flex-direction:column;font-size:18px;font-weight:600;gap:10px;padding:10px;width:30%}.controls>div{box-shadow:0 1px 2px 0 #0000001a;padding:7px}.controls>div:hover{background-color:#ffebcd;border-radius:10px;cursor:pointer;scale:1.1;transition:ease-out}.information{width:60%}.topNav{background-color:rgba(228,170,11,.799);padding:10px}.nav{align-items:center;box-shadow:0 1px 2px 0 #0000000d;display:flex;justify-content:space-evenly;padding:15px}.nav>div{display:flex;justify-content:space-between}.nav>div>h3{margin:10px}.middle{box-shadow:0 1px 2px 0 #0000000d}.middleNav{align-items:center;display:flex;justify-content:space-around;margin:auto;padding:10px;width:80%}.flex1{display:flex;justify-content:center;width:50%}.flex1 .Logo{width:25%}.ham_icon{display:none}.flex1>input{border:.5px solid #000;border-radius:5px;margin-right:20px;padding:5px;text-align:center;text-align:left;width:500px}.flex2{align-items:center;display:flex;justify-content:space-evenly;width:25%}.bottom{box-shadow:0 1px 2px 0 #0000000d}.bottomNav{display:flex;justify-content:space-evenly;margin:auto;padding:10px;width:65%}@media (min-width:500px) and (max-width:850px){.middle{box-shadow:0 1px 2px 0 #0000000d}.middleNav{align-items:center;margin:auto;padding:10px;width:80%}.flex1,.middleNav{display:flex;justify-content:center}.flex1{width:50%}.flex1 .Logo{width:80%}.flex1>input{border:.5px solid #000;border-radius:5px;margin-right:20px;padding:5px;text-align:center;text-align:left;width:500px}.flex2{align-items:center;display:flex;justify-content:space-evenly;width:25%}}@media only screen and (max-width:499px){.nav{align-items:center;box-shadow:0 1px 2px 0 #0000000d;display:flex;justify-content:center;padding:8px;width:100%}.nav>div{display:flex;justify-content:space-between}.nav>div>h3{margin:10px}.middle{box-shadow:0 1px 2px 0 #0000000d}.middleNav{align-items:center;display:flex;justify-content:space-around;margin:auto;padding:10px;width:100%}.flex1{display:flex;justify-content:center;width:85%}.flex1 .Logo{width:50%}.ham_icon{display:block}.flex1>input{border:.5px solid #000;border-radius:5px;margin-right:20px;padding:5px;text-align:center;text-align:left;width:300px}.flex2{align-items:center;display:none;justify-content:space-evenly;width:25%}.active{display:flex;flex-direction:column;gap:5px;justify-content:space-between}.active div{padding:5px 2px}.active div,.bottom{box-shadow:0 1px 2px 0 #0000000d}.bottomNav{display:flex;gap:3px;justify-content:center;margin:auto;padding:10px;width:100%}.bottomNav p{font-size:10px;font-weight:600}}
/*# sourceMappingURL=main.08add0cf.css.map*/