h1,p{font-family:Montserrat,sans-serif}.app{display:flex;flex-direction:column}*{margin:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%}*{box-sizing:border-box}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/montserrat-cyrillic-ext-800-normal-CLeBDsrR.woff2) format("woff2"),url(/assets/montserrat-cyrillic-ext-800-normal-mB3PmEeV.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/montserrat-cyrillic-800-normal-Ig6d_s0p.woff2) format("woff2"),url(/assets/montserrat-cyrillic-800-normal-DutxhIO0.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/montserrat-vietnamese-800-normal-DiIWv5hQ.woff2) format("woff2"),url(/assets/montserrat-vietnamese-800-normal-BmufR-kX.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/montserrat-latin-ext-800-normal-DfsuAC1q.woff2) format("woff2"),url(/assets/montserrat-latin-ext-800-normal-01xKM6YQ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/montserrat-latin-800-normal-Cp9CdP19.woff2) format("woff2"),url(/assets/montserrat-latin-800-normal-CLY57CIW.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.topbar{position:fixed;top:0;left:0;right:0;height:60px;background:transparent;display:flex;justify-content:space-between;align-items:center;padding:0 10%;z-index:1000}.logo{margin-top:3%;cursor:pointer}.logo-img{height:150px;width:105px;opacity:0;animation:fadeIn 1s ease forwards;animation-delay:1s;transition:transform .3s ease}.logo-img:hover{transform:scale(1.03)}@keyframes fadeIn{to{opacity:1}}button{background-color:#fff0;box-shadow:10px 10px 10px (rgba(255,255,255,.492));margin-bottom:10px;font-size:15px;border-top:#3493b9;border-right:#a6af9d3a;border-bottom:#000000;border-radius:6px;border-color:#000000c6;border-width:3px;font-family:Montserrat;font-weight:550}button:hover{transform:scale(1.02);transition:.3s ease;background-color:#0000009c;border-width:5px;border-color:#c5b468;color:#fff}button[aria-haspopup=menu]{background-color:transparent;font-size:15px;letter-spacing:1px;border:none;color:#000;border-radius:6px;transform:scaleY(1.2);display:inline-block;font-weight:500;cursor:pointer;font-family:montserrat,sans-serif;font-weight:600}div[role=menu]{background-color:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #8d70375e;border:1px solid rgba(255,255,255,.18);border-radius:20px;min-width:160px;min-height:25vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}div[role=menu]>*{color:#3493b9;padding:10px 16px;cursor:pointer;list-style-type:none}div[role=menu]>*:hover{color:#2e4b0e}@media (max-width: 768px){.logo-img{height:100px;width:70px}.dropbtn{font-size:14px}.dropdown-content a{font-size:11px;justify-self:center}.dropdown-content{min-width:130px;min-height:170px}button{font-size:14px}}.About-main{position:relative;display:flex;flex-direction:column;width:100%;min-height:160vh;align-items:center;justify-content:center;background:#fff;overflow:hidden}.About-content{background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-items:center;width:55%;min-height:80vh;margin-right:70px;position:relative;z-index:10;padding:40px;box-shadow:0 15px 40px #bca66233;border-radius:20px}.About-title{background:linear-gradient(150deg,#eae7cf 20%,#c9c581);background-size:200% 200%;background-position:40% 50%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:40px;text-align:start;letter-spacing:4px;text-transform:uppercase;margin-bottom:25px;font-weight:700;font-family:Lora,serif;opacity:0;transform:translateY(10px);letter-spacing:10px;transition:none}.content-par{color:#bca662;font-size:x-large;margin-top:60px;line-height:39px;font-family:Lora,serif;text-align:justify;opacity:0;transform:translateY(30px);transition:none}.About-main.animate .About-title{animation:fadeInLetters 1s ease forwards;animation-delay:.5s}.About-main.animate .content-par{animation:fadeSlideUp 1.2s ease forwards;animation-delay:1.2s}.blob{position:absolute;border-radius:50%;filter:blur(100px);opacity:.2;animation:float 12s ease-in-out infinite alternate;z-index:1}.blob1{width:400px;height:400px;background:linear-gradient(150deg,#eae7cf 20%,#c9c581);top:10%;left:5%;animation-delay:0s}.blob2{width:350px;height:350px;background:linear-gradient(150deg,#eae7cf 20%,#c9c581);bottom:10%;right:10%;animation-delay:6s}.shape{position:absolute;background:linear-gradient(150deg,#eae7cf 20%,#c9c581);opacity:.15;z-index:1;transform-origin:center;animation:rotateSlow 20s linear infinite}.shape1{width:120px;height:12px;top:30%;right:20%;border-radius:8px;animation-delay:0s}.shape2{width:10px;height:200px;bottom:25%;left:15%;border-radius:6px;animation-delay:10s}.decorative-dot{position:absolute;background:#bca662;border-radius:50%;opacity:.3;z-index:2}.dot1{width:15px;height:15px;top:5%;right:10%}.dot2{background:linear-gradient(150deg,#eae7cf 20%,#c9c581);width:40px;height:40px;bottom:15%;left:5%}.decorative-line{position:absolute;background:#bca662;opacity:.15;z-index:2}.line1{width:3px;height:60px;top:20%;left:8%;border-radius:2px}.line2{width:2px;height:40px;bottom:10%;right:15%;border-radius:2px}@keyframes float{0%{transform:translateY(0) translate(0)}to{transform:translateY(-30px) translate(20px)}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInLetters{0%{opacity:0;transform:translateY(10px);letter-spacing:10px}to{opacity:1;transform:translateY(0);letter-spacing:4px}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.About-main{min-height:100%;padding:40px 20px;margin-top:50px}.About-content{width:100%;margin:0;padding:25px 20px;border-radius:15px;box-shadow:0 8px 20px #bca66226;align-items:center;text-align:center;min-height:490px}.About-title{font-size:35px;letter-spacing:1px;text-align:center;margin-top:30px}.content-par{font-size:.935rem;line-height:1.3;margin-top:40px;text-align:justify;max-width:95%}.blob1,.blob2{width:200px;height:200px;filter:blur(60px);opacity:.15}.blob1{top:5%;left:-10%}.blob2{bottom:5%;right:-10%}.shape1{width:80px;height:8px;top:25%;right:10%}.shape2{width:8px;height:120px;bottom:20%;left:10%}.dot1{width:10px;height:10px;top:3%;right:8%}.dot2{width:25px;height:25px;bottom:10%;left:5%}.line1{width:2px;height:40px;top:18%;left:6%}.line2{width:2px;height:30px;bottom:8%;right:10%}}.bottom-main{background-color:#fff;width:100%;min-height:35vh}.bottom-bar{background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:end;min-height:40vh}.contacts-frame{width:100%;height:25vh;background-color:#fffddf;gap:300px}.frame-center{position:absolute;display:flex;flex-direction:row;width:60%;min-height:40vh;gap:45%}.left-column{display:flex;flex-direction:column;gap:30px;align-self:start}.right-column{display:flex;flex-direction:column;gap:30px;align-self:start;justify-content:flex-end}.contact-left{height:100%;background:linear-gradient(150deg,#eae7cf 20%,#c9c581);background-size:200% 200%;background-position:40% 50%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-size:40px;text-align:start;letter-spacing:4px;font-weight:700;margin-bottom:100px}.numbers-con{display:flex;flex-direction:row;gap:40px}.numbers-con:hover .numbers-spec{color:green;transition:.4s ease}.numbers-spec{color:transparent;transition:ease;font-weight:medium}.numbers,.email{font-weight:700}.contact-right{height:100%;-webkit-background-clip:text;background-size:200% 200%;background-position:40% 50%;-webkit-text-fill-color:transparent;display:inline-block;font-size:40px;text-align:start;letter-spacing:4px;text-transform:uppercase;margin-bottom:100px}.in{color:#000;text-decoration:none;font-weight:700;font-family:Montserrat}.in:hover{color:green;text-decoration:none}.gram{color:#000;text-decoration:none;font-weight:700;font-family:Montserrat}.gram:hover{color:green;text-decoration:none}@media (max-width:768px){.bottom-main{background-color:#fff;width:100%;min-height:35vh}.bottom-bar{background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:end;min-height:40vh}}.hero{width:100%;height:100vh;overflow:hidden;background-color:transparent;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.hero-overlay{position:relative;width:100%;height:100%;background-color:#000;overflow:hidden}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(.5);opacity:0;transition:opacity 2s ease-in-out;animation:zoomInOut 12s ease-in-out infinite alternate,blurFocus 8s ease-in-out infinite;filter:brightness(.6);z-index:1}.hero-image.visible{opacity:1;z-index:2}.hero-image.hidden{opacity:0;z-index:1}@keyframes zoomInOut{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes blurFocus{0%{filter:brightness(.6) blur(0px)}50%{filter:brightness(.6) blur(2.5px)}to{filter:brightness(.6) blur(0px)}}.hero p{position:absolute;z-index:1000;color:#fff;font-size:2.1rem;text-align:start;max-width:60%;font-family:Lora,serif;text-shadow:2px 2px 4px rgba(0,0,2,.4);margin-bottom:0;opacity:0;transform:translateY(20px) scale(.8);animation:fadeScaleUp 1.2s ease forwards;animation-delay:1s}@keyframes fadeScaleUp{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.hero p{position:absolute;z-index:1000;color:#fff;font-size:1.6rem;text-align:center;max-width:60%;font-family:Lora,serif;text-shadow:2px 2px 4px rgba(0,0,2,.4);margin-bottom:0}}.blocks-main{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;min-height:100vh;position:relative}.block{box-sizing:border-box;position:relative;overflow:hidden;transition:background-color 1s ease}.block-1{display:flex;flex-direction:row;align-items:center;width:50%;height:100vh;background-color:#f2f2f2;padding-right:120px}.block-1:hover{background-color:#bebb98}.right-side{display:flex;flex-direction:column;width:50%;height:100vh}.block-2,.block-3{display:flex;flex-direction:row;height:50%;position:relative}.block-2{background-color:#f5f5f5}.block-2:hover{background-color:#e1e0cb}.block-3{background-color:#fff}.block-3:hover{background-color:#acaa92}.blocks-main h1{align-self:flex-end;margin-bottom:100px;margin-left:80px;font-size:40px;max-width:300px;z-index:2;position:relative}.product-img{position:relative;width:70%;height:75%;object-fit:contain;transform:translate(60px,100px);opacity:0;transition:transform .8s ease-out,opacity .8s ease-out;z-index:1}.interior-img{position:absolute;width:95%;height:80%;object-fit:contain;transform:translate(60px,100px);opacity:0;transition:transform .8s ease-out,opacity .8s ease-out;z-index:1}.graphic-img{position:absolute;width:100%;height:100%;object-fit:contain;transform:translate(60px,100px);opacity:0;transition:transform .8s ease-out,opacity .8s ease-out;z-index:1}.animate-img{transform:translate(0);opacity:1}.product-img{top:5%;left:10%}.interior-img{bottom:15%;right:-10%}.graphic-img{top:10%;left:10%}@media (max-width: 1024px){.block-1,.right-side{width:100%;height:auto}.right-side{flex-direction:column}.block-2,.block-3{min-height:200px}.blocks-main h1{font-size:32px;margin-left:40px;margin-bottom:60px}}@media (max-width: 768px){.blocks-main{flex-direction:column;min-height:70%;gap:10px;margin-top:10px}.block-1,.block-2,.block-3{width:100%;height:100%;flex-direction:column;padding:20px;box-shadow:5px 10px 30px #00000039}.blocks-main h1{font-size:16px;text-wrap-mode:nowrap;text-align:left;margin:10px 0;max-width:100%}.interior-img{position:relative;width:45%;height:10%;transform:none;opacity:1;object-fit:cover;align-self:center;padding-right:20px}.graphic-img{position:relative;width:40%;transform:none;opacity:1;object-fit:cover}.product-img{position:relative;width:30%;transform:none;opacity:1;object-fit:cover;margin-top:10px}.block-2{background-color:#e1e0cb}.block-1{background-color:#bebb98}.block-3{background-color:#acaa92}.block-1,.block-2,.block-3{display:flex;flex-direction:row;height:30%;position:relative;border-radius:30px;width:95%;align-self:center}.right-side{gap:10px}}.bottom-mobile-container{background-color:#fff;padding:40px 20px;text-align:center;font-family:Montserrat,sans-serif;color:#333}.bottom-heading{font-size:24px;font-weight:800;margin-bottom:30px;letter-spacing:2px;color:#eadeba}.contact-section{margin-bottom:20px}.contact-label{font-weight:600;font-size:16px;color:#bebb98;margin-bottom:5px}.contact-link{font-size:18px;color:#333;text-decoration:none;font-weight:500}.contact-sub{font-size:14px;color:#719e4c;margin-top:2px}.social-links{display:flex;flex-direction:column;gap:12px;margin-top:30px}.social-button{text-decoration:none;font-size:16px;font-weight:600;padding:10px 20px;border-radius:6px;transition:background .3s ease,color .3s ease}.social-button.linkedin,.social-button.instagram{background:linear-gradient(150deg,#eae7cf 20%,#d5c180);color:#fff}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}.product-container{margin:60px auto;padding:20px;max-width:1200px;display:flex;flex-direction:column;border-bottom:1px solid #e0e0e0}.product-header{display:flex;flex-direction:row;justify-content:space-between;gap:30px;flex-wrap:wrap}.product-text{flex:1;min-width:280px}.product-title{background:linear-gradient(150deg,#eae7cf 20%,#c9c581);background-size:200% 200%;background-position:40% 50%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:40px;text-align:start;letter-spacing:4px;text-transform:uppercase;font-family:Montserrat;font-weight:800;margin:0;display:block}.product-subtitle{background:linear-gradient(120deg,#eae7cf 20%,#c9c581);background-size:200% 200%;background-position:40% 50%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:35px;text-align:start;letter-spacing:4px;text-transform:uppercase;opacity:80%;margin-top:4px;display:block;font-family:Montserrat;font-weight:800}.product-description{font-size:16px;line-height:1.5;margin-top:15px;max-width:100%;color:#bca662;text-align:justify}.product-main-image img{width:500px;height:400px;object-fit:cover;margin-top:20px}.product-carousel{margin-top:20px;display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:10px;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;cursor:grab;-webkit-user-select:none;user-select:none}.product-carousel:active{cursor:grabbing}.product-carousel::-webkit-scrollbar{display:none}.embla__container{display:flex;width:80%;gap:20px;will-change:transform}.embla__slide{flex:0 0 auto;width:400px;scroll-snap-align:none}.carousel-image-frame{width:400px;height:300px;overflow:hidden;border-radius:12px;position:relative;background:#f4f4f4;box-shadow:0 4px 12px #0000001a}.carousel-img-inner{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:scale-down;cursor:grab;transition:transform .3s ease;background-color:#fff}.carousel-img-inner:hover{transform:scale(1.05)}@media (max-width:768px){.product-title{background:linear-gradient(150deg,#eae7cf 20%,#c9c581);background-size:200% 200%;background-position:40% 50%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:30px;text-align:center;letter-spacing:4px;text-transform:uppercase;font-family:Montserrat;font-weight:800;margin:0;display:block;justify-self:center}.product-subtitle{background:linear-gradient(120deg,#eae7cf 20%,#c9c581);background-size:200% 200%;background-position:40% 50%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:25px;text-align:start;letter-spacing:4px;text-transform:uppercase;opacity:80%;margin-top:4px;display:block;font-family:Montserrat;font-weight:800;justify-self:center}.product-main-image img{width:100%;max-width:320px;height:auto;margin-top:20px}.embla{overflow:visible;width:100%;margin-top:20px;padding:0 16px}.product-container{margin:60px auto;padding:10px;max-width:100%;box-sizing:border-box;overflow-x:hidden}.carousel-img-inner{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:scale-down;cursor:grab;transition:transform .3s ease;background-color:#fff}.carousel-image-frame{width:100%;max-width:300px;height:200px;overflow:hidden;border-radius:12px;position:relative;background:#f4f4f4;box-shadow:0 4px 12px #0000001a}.embla__slide{flex:0 0 auto;width:75vw;max-width:280px;scroll-snap-align:start}.embla__container{display:flex;gap:20px;width:max-content;max-width:100%;scroll-snap-type:x mandatory}.product-description{font-size:16px;line-height:1.5;margin-top:15px;min-width:90%;color:#bca662;text-align:justify;justify-self:center}}.ShowcaseItem-container{margin:60px auto;padding:20px;max-width:1200px;display:flex;flex-direction:column;border-bottom:1px solid #e0e0e0}.ShowcaseItem-header{display:flex;flex-direction:row;justify-content:space-between;gap:30px;flex-wrap:wrap}.ShowcaseItem-text{flex:1;min-width:280px}.ShowcaseItem-title{background:linear-gradient(150deg,#eae7cf 20%,#c9c581);background-size:200% 200%;background-position:40% 50%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:50px;text-align:start;letter-spacing:4px;text-transform:uppercase;font-family:Montserrat;font-weight:800;margin:50px 0 0;display:block}.ShowcaseItem-subtitle{background:linear-gradient(120deg,#eae7cf 20%,#c9c581);background-size:200% 200%;background-position:40% 50%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:35px;text-align:start;letter-spacing:4px;text-transform:uppercase;opacity:80%;margin-top:4px;display:block;font-family:Montserrat;font-weight:800}.ShowcaseItem-description{font-size:16px;line-height:1.5;margin-top:15px;max-width:100%;color:#bca662;text-align:justify}.ShowcaseItem-main-image img{width:500px;height:400px;object-fit:cover;margin-top:20px}.ShowcaseItem-carousel{margin-top:20px;display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:10px;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;cursor:grab;-webkit-user-select:none;user-select:none}.ShowcaseItem-carousel:active{cursor:grabbing}.ShowcaseItem-carousel::-webkit-scrollbar{display:none}.embla{overflow:hidden;width:100%;margin-top:20px}.embla__container{display:flex;gap:20px;will-change:transform}.embla__slide{flex:0 0 auto;scroll-snap-align:start;display:flex;flex-direction:column}.carousel-img-wrapper{display:flex;flex-direction:column;justify-content:flex-end;height:100%}.carousel-img{object-fit:cover;border-radius:10px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease;width:100%;cursor:pointer}.carousel-img:hover{transform:scale(1.03)}.carousel-img-title{font-family:Montserrat,sans-serif;font-weight:700;font-size:16px;color:#c9c581;margin-bottom:8px;text-transform:uppercase;letter-spacing:1.5px;text-align:left;min-height:40px}.image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;cursor:zoom-out}.modal-image{max-width:90%;max-height:90%;border-radius:10px;box-shadow:0 0 20px #fff3;transition:transform .3s ease}@media (max-width:768px){.embla{overflow:hidden;width:100%;margin-top:20px}.ShowcaseItem-container{margin:60px auto;padding:0;max-width:400px;display:flex;flex-direction:column;border-bottom:1px solid #e0e0e0}.ShowcaseItem-title{background:linear-gradient(150deg,#eae7cf 20%,#c9c581);background-size:200% 200%;background-position:40% 50%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:40px;text-align:start;letter-spacing:4px;text-transform:uppercase;font-family:Montserrat;font-weight:800;margin:50px 0 0;display:block}.ShowcaseItem-container{min-width:250px;align-items:center}}.GraphicD{padding-left:50px;padding-right:100px}
