@import"https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Rowdies:wght@300;400;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";html,body,#root{margin:0;padding:0;width:100%;height:auto;box-sizing:border-box}body{margin:0;padding:0;height:auto;width:100%;background-color:#1c1a17;box-sizing:border-box}#root{min-height:100%;width:100%;display:flex;flex-direction:column;box-sizing:border-box}.header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;font-family:Arial,sans-serif;z-index:1000}.header--transparent{background-color:#4a4bv;border-bottom:none;border-bottom:1px solid #f5f1d0}.header__nav .nav__list{font-family:Merriweather Sans;color:#4a4a33;list-style:none;display:flex;gap:2rem;margin:0;padding:0}.hamburger{display:none;flex-direction:column;cursor:pointer;width:24px;height:18px;justify-content:space-between}.hamburger-line{height:3px;background-color:#f5f1d0;border-radius:2px}@media (max-width: 768px){.hamburger{display:flex;position:absolute;right:2rem;top:1.5rem}.header__nav .nav__list{position:fixed;top:60px;right:0;background-color:#fff;flex-direction:column;width:200px;padding:1rem;box-shadow:0 2px 8px #00000026;transform:translate(100%);transition:transform .3s ease-in-out;height:calc(100vh - 60px);overflow-y:auto}.header__nav .nav__list.open{background-color:#1c1a17;transform:translate(0)}.nav__item{padding:.5rem 0}}.nav__item{cursor:pointer;font-size:1rem;color:#f5f1d0;padding-bottom:.25rem;position:relative}.nav__item.active{font-weight:600;border-bottom:2px solid #000}.video-section{position:relative;height:100vh;margin-top:0;overflow:hidden;background-color:#000}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:1}.video-overlay{position:relative;z-index:1;height:100%;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 1rem;background:#0000004d}.video-overlay .vwt-h1{font-size:3rem;margin-bottom:.5rem;font-family:Merriweather Sans}.video-overlay .vwt-h2{font-family:Merriweather Sans;font-size:1.5rem;margin-bottom:1.5rem}.button-group{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;font-size:1rem;border:none;cursor:pointer;border-radius:4px;transition:background-color .3s ease}.contact-btn{background-color:#007bff00;border:2px solid rgb(255,255,255);border-radius:25px;color:#fff}.contact-btn:hover{background-color:#0056b3}.learn-btn{background-color:transparent;color:#fff}.learn-btn:hover{background-color:#fff;color:#007bff}.scrolling-logos-container{width:100%;overflow:hidden;padding:20px 40px;background-color:#fa0000;display:flex;flex-direction:row}.scrolling-logos-title{font-weight:700;font-size:1.5rem;margin-bottom:10px;padding-left:0;white-space:nowrap}.scrolling-logos-wrapper{overflow:hidden;position:relative;width:100%}.scrolling-logos{display:flex;width:300%;animation:scroll-left 30s linear infinite}.logo-item{flex:0 0 auto;width:150px;margin-right:30px;background:#eee;border-radius:8px;padding:10px;display:flex;justify-content:center;align-items:center}.logo-item img{max-width:100%;max-height:50px;object-fit:contain}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-66.6667%)}}.imageandtext-container{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem;max-width:1200px;margin:0 auto;background-color:#1c1a17;flex-wrap:wrap;height:auto}.text-content{flex:1 1 400px;min-width:280px;box-sizing:border-box}.heading{font-family:Merriweather Sans;font-size:2rem;font-weight:700;margin-bottom:1rem;color:#99924f}.description{font-family:Merriweather Sans;font-size:1rem;color:#f4f5d0;margin-bottom:2rem;line-height:1.5}.stats{display:flex;gap:4rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:flex-start;min-width:120px;margin-bottom:1rem}.stat-number{font-family:Merriweather Sans;font-size:2rem;font-weight:700;color:#99924f;margin-bottom:.25rem}.stat-label{font-family:Merriweather Sans;font-size:.875rem;color:#777}.image-content{flex:1 1 400px;min-width:280px;display:flex;justify-content:center;box-sizing:border-box}.image{width:100%;max-width:450px;border-radius:15px;object-fit:cover;max-height:350px}@media (max-width: 768px){.imageandtext-container{flex-direction:column;padding:1rem}.stats{justify-content:flex-start;gap:2rem}.stat-item{min-width:auto;margin-bottom:.5rem}.heading{font-size:2rem}.image{max-width:100%;max-height:250px}}.home{display:flex;flex-direction:column;overflow:hidden}.three-image-text-container{background-color:#1c1a17;color:#fff;padding:3rem 1rem 4rem;width:100%;margin:0 auto;text-align:center;font-family:Merriweather Sans,sans-serif}.main-heading{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.subheading{font-size:1rem;color:#ccc;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.cards-container{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin:100px}.card{background-color:#fff;color:#111;border-radius:12px;box-shadow:0 4px 8px #0000001a;flex:1 1 30%;max-width:30%;display:flex;flex-direction:column;overflow:hidden;min-width:280px}.card-image{width:100%;height:180px;object-fit:cover;border-top-left-radius:12px;border-top-right-radius:12px}.card-text{padding:1.5rem 1.25rem 2rem;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.card-title{font-weight:700;font-size:1.1rem}.card-description{font-size:.9rem;color:#555;line-height:1.4}@media (max-width: 900px){.cards-container{flex-direction:column;gap:2rem}.card{max-width:100%;flex:1 1 100%}}.card{opacity:0;transform:translateY(50px);transition:opacity 2s ease-out,transform 2s ease-out}.card.animate{opacity:1;transform:translateY(0)}.footer-container{background-color:#1c1a17;color:#fff;display:flex;justify-content:space-between;padding:3rem 2rem;width:100%;margin:0 auto;font-family:Merriweather Sans,sans-serif;flex-wrap:wrap;gap:2rem}.footer-section{flex:1 1 30%;min-width:280px}.footer-heading{font-weight:700;font-size:1.2rem;margin-bottom:1rem;text-transform:uppercase}.footer-description{font-size:.9rem;margin-bottom:1.5rem;color:#ccc}.social-icons{display:flex;gap:1rem;margin-bottom:2rem}.social-icons a{color:#fff;font-size:1.3rem;position:relative;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.social-icon{filter:brightness(0) invert(1);width:24px;height:24px}.x-icon{position:relative}.notification-badge{position:absolute;top:-6px;right:-8px;background-color:#d2691e;color:#fff;font-size:.7rem;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.investments p{margin:.3rem 0;font-size:.95rem}.consulting-form{display:flex;flex-direction:column;gap:.5rem;max-width:280px}.consulting-form input[type=email]{padding:.5rem .75rem;border-radius:8px;border:none;font-size:.9rem;outline:none}.consulting-form button{background-color:#f5f1d0;color:#000;border:none;padding:.5rem .75rem;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.consulting-form button:hover{background-color:#b55a17}@media (max-width: 768px){.footer-container{flex-direction:column;gap:2rem}.footer-section{min-width:100%}}.contact-us-card-container{position:relative;display:flex;flex-wrap:wrap;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:Merriweather Sans,sans-serif;color:#111}.text-section{flex:1 1;min-width:280px;color:#99924f}.text-section h2{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.text-section p{font-size:1rem;color:#f4f5d0;line-height:1.5}.form-section{position:absolute;top:2rem;right:2rem;width:350px;display:flex;flex-direction:column;gap:1rem;background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 12px #0000001a;z-index:10}.form-section label{font-size:.9rem;font-weight:600;margin-bottom:.25rem}.form-section input,.form-section textarea{padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;outline:none;transition:border-color .3s ease}.form-section input:focus,.form-section textarea:focus{border-color:#d2691e}.form-section textarea{min-height:100px}.form-section button{background-color:#f5f1d0;color:#000;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;align-self:flex-start;transition:background-color .3s ease}.form-section button:hover{background-color:#b55a17}.image-section{flex:1 1 100%;margin-top:1rem;border-radius:15px;overflow:hidden}.image-section img{width:100%;height:auto;display:block;border-radius:15px}@media (max-width: 768px){.contact-us-card-container{flex-direction:column;position:static}.form-section{position:static;width:100%;padding:1rem 0;box-shadow:none}.form-section input,.form-section textarea{font-size:.9rem}.text-section{min-width:100%}}.dream-home-container{background-color:#1c1a17;color:#f5f1d0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-family:fraunces,serif;gap:30px;padding:2rem 1rem;box-sizing:border-box;position:relative;z-index:10}.logore{padding-top:5%;width:300px;max-width:90vw;height:auto;object-fit:contain}.dream-home-title{line-height:1.2;font-size:6rem;margin:0;font-weight:300;font-family:fraunces,serif;font-style:normal;font-stretch:normal;font-variant:normal}.dream-home-subtitle{line-height:1.2;font-size:2rem;font-weight:300;font-family:fraunces,serif;font-style:normal;font-stretch:normal;font-variant:normal;margin:10px 0 20px}.dream-home-button{background-color:#f5f1d0;color:#0a1f0c;border:none;border-radius:20px;padding:10px 25px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.dream-home-button:hover{background-color:#e0dbb8}@media (max-width: 900px){.dream-home-title{font-size:3rem}.dream-home-subtitle{font-size:1.2rem}.logore{padding-top:15%;width:200px}}.scrolling-words-container{width:100%;overflow:hidden;background-color:#1c1a17;padding:10px 0;border-top:1px solid #f5f1d0;border-bottom:1px solid #f5f1d0}.scrolling-words{display:flex;white-space:nowrap;animation:scroll-left 20s linear infinite}.scrolling-word{font-family:fraunces,serif;display:inline-block;margin-right:50px;font-size:1.5rem;color:#f5f1d0}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.background-container{position:relative;width:100vw;height:60vh;max-height:600px;background-size:cover;background-position:center;transition:backdrop-filter 8s ease;display:flex;flex-direction:column;justify-content:center;z-index:0;overflow:hidden;box-sizing:border-box;padding-bottom:1rem}.backdrop-active:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);z-index:1;pointer-events:none}.words-container{position:absolute;top:20%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;color:#f5f1d0;font-family:fraunces,serif;font-weight:100;font-size:2rem;opacity:0;animation:fadeInDown 1s forwards;z-index:2}.animated-word{opacity:0;animation:slideDownFadeIn 1s forwards;z-index:2}.animated-word:nth-child(1){animation-delay:.2s}.animated-word:nth-child(2){animation-delay:.7s}.animated-word:nth-child(3){animation-delay:1.2s}.animated-word:nth-child(4){animation-delay:1.7s}.animated-word:nth-child(5){animation-delay:2.2s}.animated-word:nth-child(6){animation-delay:2.7s}.animated-word:nth-child(7){animation-delay:3.2s}.animated-word:nth-child(8){animation-delay:3.7s}.animated-word:nth-child(9){animation-delay:4.2s}@media (max-width: 900px){.background-container{height:100vh;max-height:none;min-height:100vh}.words-container{font-size:1.5rem;top:15%}}@keyframes fadeInDown{to{opacity:1}}@keyframes slideDownFadeIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}
