@import "https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap";
*{font-family:Dosis,sans-serif!important;font-weight:500!important}.fashion-hero{z-index:1;background:#fff;width:100%;height:100vh;min-height:600px;margin-top:0;position:relative;overflow:hidden}.fashion-hero__container,.fashion-hero__desktop{width:100%;height:100%;position:relative}.fashion-hero__mobile{display:none}.fashion-hero__slide{opacity:0;width:100%;height:100%;transition:opacity .8s ease-in-out;position:absolute;top:0;left:0}.fashion-hero__slide--active{opacity:1}.fashion-hero__content{align-items:center;width:100%;height:100%;display:flex}.fashion-hero__text-section{z-index:2;background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:0 80px 0 120px;display:flex}.fashion-hero__title{color:#000;text-align:left;margin:0 0 40px;font-family:Arial,sans-serif;font-size:4.5rem;font-weight:700;line-height:1.1}.fashion-hero__title-word{display:block}.fashion-hero__description{color:#666;text-align:left;max-width:400px;margin:0;font-family:Arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.5}.fashion-hero__image-section{background:#fff;flex:1;justify-content:center;align-items:center;padding:40px 80px 40px 0;display:flex}.fashion-hero__image-container{border-radius:12px;width:100%;max-width:500px;height:80vh;position:relative;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.fashion-hero__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.fashion-hero__nav{cursor:pointer;z-index:10;background:rgba(255,255,255,.9);border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.fashion-hero__nav--prev{left:30px}.fashion-hero__nav--next{right:30px}.fashion-hero__nav-icon{color:#333;width:24px;height:24px}.fashion-hero__dots{z-index:10;gap:12px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.fashion-hero__dot{cursor:pointer;background:0 0;border:2px solid #ccc;border-radius:50%;width:12px;height:12px;transition:all .3s}.fashion-hero__dot:hover{background:rgba(51,51,51,.2);border-color:#333}.fashion-hero__dot--active{background:#333;border-color:#333}@media (max-width:768px){.fashion-hero__desktop{display:none}.fashion-hero__mobile{width:100%;height:100%;display:block;position:relative}.fashion-hero__mobile-container{width:100%;height:100%;position:relative}.fashion-hero__slide--mobile{opacity:0;width:100%;height:100%;transition:opacity .8s ease-in-out;position:absolute;top:0;left:0}.fashion-hero__slide--mobile.fashion-hero__slide--active{opacity:1}.fashion-hero__mobile-content{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.fashion-hero__mobile-image-section{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.fashion-hero__mobile-image-container{width:100%;height:100%;position:relative;overflow:hidden}.fashion-hero__mobile-image{object-fit:cover;object-position:center;opacity:1;width:100%;height:100%;transition:opacity .8s ease-in-out;animation:1s ease-out .2s both mobileImageFadeIn;display:block}.fashion-hero__mobile-text{z-index:2;text-align:center;background:linear-gradient(135deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 30%,rgba(0,0,0,.2) 60%,rgba(0,0,0,.7) 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:60px 30px 30px;animation:1s ease-out .3s both mobileTextFadeIn;display:flex;position:relative}.fashion-hero__mobile-title{color:#fff;text-shadow:3px 3px 6px rgba(0,0,0,.9),0 0 20px rgba(255,255,255,.3);letter-spacing:-1px;margin:0 0 25px;font-family:Arial,sans-serif;font-size:2.8rem;font-weight:800;line-height:1.1;animation:1.2s ease-out .5s both mobileTitleFadeIn}.fashion-hero__mobile-description{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.9),0 0 10px rgba(255,255,255,.2);max-width:320px;margin:0 0 30px;font-family:Arial,sans-serif;font-size:1.1rem;font-weight:500;line-height:1.6;animation:1s ease-out .8s both mobileDescriptionFadeIn}.fashion-hero__nav{width:40px;height:40px}.fashion-hero__nav--prev{left:15px}.fashion-hero__nav--next{right:15px}.fashion-hero__nav-icon{width:20px;height:20px}.fashion-hero__dots{bottom:20px}}@media (max-width:1200px){.fashion-hero__text-section{padding:0 60px 0 100px}.fashion-hero__image-section{padding:40px 60px 40px 0}.fashion-hero__title{font-size:4rem}}@media (max-width:992px){.fashion-hero__text-section{padding:0 40px 0 80px}.fashion-hero__image-section{padding:40px 40px 40px 0}.fashion-hero__title{font-size:3.5rem}.fashion-hero__description{font-size:1.1rem}}@media (max-width:576px){.fashion-hero{height:100vh;min-height:500px}.fashion-hero__mobile-text{padding:40px 20px 20px}.fashion-hero__mobile-title{font-size:2rem}.fashion-hero__mobile-description{font-size:.9rem}.fashion-hero__nav{width:35px;height:35px}.fashion-hero__nav--prev{left:10px}.fashion-hero__nav--next{right:10px}.fashion-hero__nav-icon{width:18px;height:18px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fashion-hero__slide--active,.fashion-hero__slide--mobile.fashion-hero__slide--active{animation:.8s ease-out fadeIn}@keyframes mobileTextFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobileTitleFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobileDescriptionFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobileImageFadeIn{0%{opacity:0}to{opacity:.95}}.fashion-hero__slide--mobile:not(.fashion-hero__slide--active){opacity:0}.fashion-hero__nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px rgba(0,0,0,.1)}.fashion-hero__nav:hover{background:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 12px 40px rgba(0,0,0,.2)}.fashion-hero__dots{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.2);border-radius:25px;padding:10px 20px}.fashion-hero__dot{background:rgba(255,255,255,.4);border:2px solid rgba(255,255,255,.6);transition:all .3s}.fashion-hero__dot:hover{background:rgba(255,255,255,.7);transform:scale(1.2)}.fashion-hero__dot--active{background:#fff;border-color:#fff;transform:scale(1.3);box-shadow:0 0 20px rgba(255,255,255,.5)}
*{font-family:Dosis,sans-serif!important;font-weight:500!important}.scrolling-banner{color:#fff;white-space:nowrap;background-color:#000;border-top:1px solid #333;border-bottom:1px solid #333;width:100%;margin:0;padding:12px 0;position:relative;overflow:hidden}.scrolling-banner__content{white-space:nowrap;min-width:100%;animation:60s linear infinite scroll-right-to-left;display:inline-block}.scrolling-banner__text{letter-spacing:1px;text-transform:uppercase;white-space:nowrap;margin:0 30px;font-size:14px;font-weight:600;display:inline-block}.scrolling-banner__separator{color:red;justify-content:center;align-items:center;margin:0 20px;animation:2s ease-in-out infinite pulse;display:inline-flex}.scrolling-banner__icon{color:red;width:16px;height:16px}@keyframes scroll-right-to-left{0%{transform:translate(0%)}to{transform:translate(-50%)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@media (max-width:768px){.scrolling-banner{padding:10px 0}.scrolling-banner__text{margin:0 15px;font-size:12px}.scrolling-banner__separator{margin:0 10px}.scrolling-banner__icon{width:14px;height:14px}}@media (max-width:480px){.scrolling-banner__text{margin:0 10px;font-size:11px}.scrolling-banner__separator{margin:0 8px}.scrolling-banner__icon{width:12px;height:12px}}
*{font-family:Dosis,sans-serif!important;font-weight:500!important}.fashion-categories{background:#fff;padding:80px 0}.fashion-categories__header{text-align:center;margin-bottom:35px}.fashion-categories__title{color:#333;margin:0;font-family:Inter Tight,sans-serif;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.fashion-categories__title:after{content:"";background:#d4a574;width:60px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.fashion-categories__grid{gap:28px;max-width:1200px;margin:0 auto;display:flex}.fashion-categories__left{flex:0 0 33.333%}.fashion-categories__right{flex-direction:column;flex:0 0 66.667%;gap:28px;display:flex}.fashion-categories__right-top,.fashion-categories__right-bottom{gap:28px;display:flex}.fashion-categories__card{cursor:pointer;background:#f5f5f5;border-radius:15px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.fashion-categories__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.fashion-categories__card--lehenga{flex:1;height:100%;min-height:600px}.fashion-categories__card--gowns,.fashion-categories__card--anarkali,.fashion-categories__card--sarees,.fashion-categories__card--kurtis{flex:1;height:280px}.fashion-categories__image-container{width:100%;height:100%;position:relative}.fashion-categories__image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s}.fashion-categories__card:hover .fashion-categories__image{transform:scale(1.05)}.fashion-categories__overlay{background:rgba(0,0,0,.1);justify-content:flex-start;align-items:flex-start;padding:30px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.fashion-categories__content{background:0 0;max-width:200px;padding:0}.fashion-categories__card-title{color:#000;text-transform:uppercase;letter-spacing:1px;margin:0 0 8px;font-family:Inter Tight,sans-serif;font-size:1rem;font-weight:700;line-height:1.2}.fashion-categories__card--lehenga .fashion-categories__card-title{font-size:1.2rem}.fashion-categories__link{color:#fff;text-transform:uppercase;letter-spacing:.5px;background-color:#000;border-radius:4px;padding:6px 14px;font-family:Inter Tight,sans-serif;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.fashion-categories__link:hover{color:#fff;background-color:#333;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}@media (max-width:992px){.fashion-categories{padding:60px 0}.fashion-categories__grid{flex-direction:column;gap:20px}.fashion-categories__left,.fashion-categories__right{flex:none}.fashion-categories__card--large{min-height:400px}.fashion-categories__card--small{height:250px}.fashion-categories__title{font-size:2rem}}@media (max-width:768px){.fashion-categories{padding:40px 20px}.fashion-categories__grid{flex-direction:column;gap:20px}.fashion-categories__left{flex:none}.fashion-categories__right{flex:none;gap:20px}.fashion-categories__right-top,.fashion-categories__right-bottom{flex-direction:column;gap:20px}.fashion-categories__card--lehenga{width:100%;flex:none!important;height:450px!important;min-height:450px!important}.fashion-categories__card--gowns{width:100%;flex:none!important;height:320px!important}.fashion-categories__card--anarkali{width:100%;flex:none!important;height:280px!important}.fashion-categories__card--sarees{width:100%;flex:none!important;height:380px!important}.fashion-categories__card--kurtis{width:100%;flex:none!important;height:300px!important}.fashion-categories__overlay{padding:20px}.fashion-categories__content{max-width:200px;padding:0}.fashion-categories__card-title{font-size:1rem}.fashion-categories__card--lehenga .fashion-categories__card-title{font-size:1.2rem}.fashion-categories__link{font-size:.8rem}.fashion-categories__title{font-size:1.8rem}}@media (max-width:576px){.fashion-categories{padding:30px 15px}.fashion-categories__header{margin-bottom:30px}.fashion-categories__grid,.fashion-categories__right,.fashion-categories__right-top,.fashion-categories__right-bottom{gap:15px}.fashion-categories__card--lehenga{flex:none!important;height:400px!important;min-height:400px!important}.fashion-categories__card--gowns{flex:none!important;height:280px!important}.fashion-categories__card--anarkali{flex:none!important;height:240px!important}.fashion-categories__card--sarees{flex:none!important;height:320px!important}.fashion-categories__card--kurtis{flex:none!important;height:260px!important}.fashion-categories__title{font-size:1.5rem}.fashion-categories__overlay{padding:15px}.fashion-categories__content{max-width:150px;padding:0}.fashion-categories__card-title{font-size:.9rem}.fashion-categories__card--lehenga .fashion-categories__card-title{font-size:1rem}.fashion-categories__link{font-size:.7rem}}
