@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&family=Playfair+Display:wght@400;700&display=swap);:root{--primary-color:#3a86ff;--secondary-color:#8338ec;--background-color:#f8f9fa;--text-color:#212529;--accent-color:#ff006e}body{background-color:#f8f9fa;background-color:var(--background-color);color:#212529;color:var(--text-color);font-family:Montserrat,sans-serif;margin:0;padding:0}.HomePage,.shirtPage,.shoePage{display:flex;flex-direction:column;min-height:100vh}@keyframes subtle-glow{0%,to{box-shadow:0 0 5px #3a86ff33}50%{box-shadow:0 0 15px #3a86ff66}}.Homepage_content{align-items:center;background:linear-gradient(135deg,#fff,#f0f3f8);display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.Homepage_content_logo{margin-bottom:2rem;max-width:150px}.Homepage_content_heading h1{color:#3a86ff;color:var(--primary-color);font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem}.Homepage_content_heading h3{color:#212529;color:var(--text-color);font-size:1.2rem;font-weight:300;margin:0 auto;max-width:600px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Homepage_content_logo img{animation:float 6s ease-in-out infinite;filter:drop-shadow(0 5px 15px rgba(58,134,255,.3));height:12vh}.Homepage_models{display:flex;gap:3rem;justify-content:center;padding:3rem}.Homepage_models_shirt,.Homepage_models_shoes{background:#fff;border-radius:10px;box-shadow:0 10px 30px #0000001a;cursor:pointer;flex:1 1;height:250px;max-width:350px;overflow:hidden;position:relative;transition:all .3s ease}.Homepage_models_shirt:hover,.Homepage_models_shoes:hover{box-shadow:0 15px 40px #3a86ff33;transform:translateY(-10px)}.Homepage_models_shirt:after,.Homepage_models_shoes:after{background:#3a86ff;background:var(--primary-color);border-radius:20px;bottom:20px;color:#fff;content:"Customize";font-size:.9rem;left:50%;opacity:0;padding:8px 16px;position:absolute;transform:translateX(-50%);transition:opacity .3s ease,transform .3s ease}.Homepage_models_shirt:hover:after,.Homepage_models_shoes:hover:after{opacity:1;transform:translateX(-50%) translateY(-5px)}.shirtPage_shirtModel,.shoePage_shoeModel{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0003;height:60vh;margin-bottom:10vh;width:100%}.shirtPage_controls,.shoePage_Color_controls,.shoePage_texture_controls{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;margin:0 2rem 2rem;padding:2rem}input[type=color]{background:none;border:none;border-radius:50%;box-shadow:0 2px 5px #0000001a;cursor:pointer;height:40px;width:40px}input[type=file]{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:5px;color:#212529;color:var(--text-color);padding:.5rem;width:100%}.shirtPage_aiController,.shoePage_aiController{align-items:center;display:flex;flex-direction:column;margin:2rem}.shirtPage_aiController input[type=text],.shoePage_aiController input[type=text]{border:1px solid #e0e0e0;border-radius:25px;font-size:1rem;margin-bottom:1rem;max-width:400px;padding:.75rem 1rem;transition:all .3s ease;width:100%}.shirtPage_aiController input[type=text]:focus,.shoePage_aiController input[type=text]:focus{border-color:#3a86ff;border-color:var(--primary-color);box-shadow:0 0 0 2px #3a86ff33}.shirtPage_aiController button,.shoePage_Button,.shoePage_aiController button{background-color:#3a86ff;background-color:var(--primary-color);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.shirtPage_aiController button:hover,.shoePage_Button:hover,.shoePage_aiController button:hover{background-color:#8338ec;background-color:var(--secondary-color);box-shadow:0 5px 15px #8338ec4d;transform:translateY(-2px)}.shirtPage_buttons,.shoePage_buttons{display:flex;gap:1rem;position:fixed;right:20px;top:20px;z-index:1000}@media (max-width:768px){.Homepage_models{align-items:center;flex-direction:column}.Homepage_content_heading h1{font-size:2.5rem}.Homepage_content_heading h3{font-size:1rem}.shirtPage_buttons,.shoePage_buttons{bottom:0;height:max-content;right:10px;width:90%}.shoePage_Button{font-size:.9rem;padding:.6rem 1.2rem}}@media (max-width:480px){.Homepage_content_heading h1{font-size:2rem}.Homepage_content_heading h3{font-size:.9rem}.shirtPage_controls,.shoePage_Color_controls,.shoePage_texture_controls{margin:0 1rem 1rem;padding:1.5rem}}
/*# sourceMappingURL=main.1548be89.css.map*/