@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Montserrat:wght@400;500;600;700&display=swap";.astara-luxe{--navy: #1d2d5d;--beige: #d4b291;--slate: #737e94;--soft: #d0d7e6;--white: #ffffff;--off: #f8f6f2;font-family:Montserrat,sans-serif!important;font-weight:400!important;font-size:16px!important;color:var(--navy)!important;background:#fff;line-height:1.7!important;overflow-x:hidden}.astara-luxe *{box-sizing:border-box!important}.astara-luxe h1,.astara-luxe h2,.astara-luxe h3{font-family:Cormorant Garamond,Georgia,serif!important;font-weight:500!important}.astara-luxe p{font-size:16px!important;line-height:1.75!important}.astara-luxe .sc{font-family:Montserrat,sans-serif!important;font-weight:600!important;letter-spacing:.15em!important;text-transform:uppercase!important;font-size:12px!important}.astara-luxe .btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:180px!important;height:50px!important;padding:0 30px!important;font-family:Montserrat,sans-serif!important;font-size:12px!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;text-decoration:none!important;border:1.5px solid transparent!important;transition:all .35s ease!important;cursor:pointer!important}.astara-luxe .btn-white{background:transparent!important;color:#fff!important;border-color:#fff!important}.astara-luxe .btn-white:hover{background:#fff!important;color:var(--navy)!important}.astara-luxe .btn-outline{background:transparent!important;color:var(--navy)!important;border-color:var(--navy)!important}.astara-luxe .btn-outline:hover{background:var(--navy)!important;color:#fff!important}.astara-luxe .container{max-width:1240px;margin:0 auto;padding:0 36px}.astara-luxe .anim-fade-up{opacity:0;transform:translateY(36px);transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1);transition-delay:var(--delay, 0s)}.astara-luxe .anim-fade-up.is-visible{opacity:1;transform:translateY(0)}.astara-luxe .hero{position:relative;height:92vh;min-height:660px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:#0c121f}.astara-luxe .hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.astara-luxe .hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000008c,#00000059 35%,#000000a6);z-index:1}.astara-luxe .hero__content{position:relative;z-index:2;max-width:780px;padding:0 24px;color:#fff}.astara-luxe .hero__eyebrow{color:#fffffff2!important;margin-bottom:20px!important;text-shadow:0 2px 12px rgba(0,0,0,.5)}.astara-luxe .hero__title{font-size:clamp(3.4rem,7.2vw,5.8rem);font-weight:500;line-height:1.05;margin:0 0 22px;color:#fff;letter-spacing:-.015em;text-shadow:0 2px 28px rgba(0,0,0,.55)}.astara-luxe .hero__text{font-size:19px;font-weight:400;max-width:520px;margin:0 auto 40px;color:#fffffff7;text-shadow:0 1px 16px rgba(0,0,0,.5)}.astara-luxe .hero__btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.astara-luxe .services{padding:120px 0 110px;background:var(--off);text-align:center}.astara-luxe .services__heading{font-size:clamp(2.6rem,4.2vw,3.4rem)!important;margin:0 0 14px!important;color:var(--navy)!important;line-height:1.15}.astara-luxe .services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:60px}.astara-luxe .svc{background:#fff;padding:52px 28px 44px;transition:transform .4s ease,box-shadow .4s ease}.astara-luxe .svc:hover{transform:translateY(-10px);box-shadow:0 24px 56px #1d2d5d1f}.astara-luxe .svc__circle{width:170px;height:170px;border-radius:50%;overflow:hidden;margin:0 auto 30px;background:var(--soft)}.astara-luxe .svc__circle img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.astara-luxe .svc:hover .svc__circle img{transform:scale(1.08)}.astara-luxe .svc__title{font-size:1.75rem;font-weight:500;margin:0 0 14px;color:var(--navy)}.astara-luxe .svc__text{font-size:15px;color:var(--slate);margin:0 0 28px;line-height:1.7;min-height:72px}.astara-luxe .split{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.astara-luxe .split__img{position:relative!important;min-height:500px!important;background-color:#d0c8bc!important;overflow:hidden}.astara-luxe .split__img img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block;transition:transform 1.2s cubic-bezier(.22,1,.36,1)}.astara-luxe .split:hover .split__img img{transform:scale(1.04)}.astara-luxe .split__body{display:flex;flex-direction:column;justify-content:center;padding:80px 60px}.astara-luxe .split__body--dark{background:var(--navy);color:#fff}.astara-luxe .split__body--light{background:var(--off)}.astara-luxe .split__label{color:var(--beige);margin-bottom:16px}.astara-luxe .split__title{font-size:clamp(2.5rem,3.8vw,3.2rem);margin:0 0 20px;line-height:1.15}.astara-luxe .split__text{font-size:17px;margin:0 0 32px;max-width:400px;line-height:1.8}.astara-luxe .split__body--dark .split__text{color:#ffffffe6}.astara-luxe .split__body--light .split__text{color:var(--slate)}.astara-luxe .quote{padding:110px 0;background:var(--off);text-align:center}.astara-luxe .quote__text{font-family:Cormorant Garamond,serif!important;font-size:clamp(1.8rem,3vw,2.5rem);font-style:italic;font-weight:400;max-width:820px;margin:0 auto 28px;line-height:1.4;color:var(--navy)}.astara-luxe .quote__author{font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--slate)}.astara-luxe .palette{padding:110px 0 120px;background:#fff;text-align:center}.astara-luxe .palette__heading{font-size:clamp(2.5rem,4vw,3.3rem)!important;margin:0 0 14px!important;color:var(--navy)!important;line-height:1.15}.astara-luxe .palette__grid{display:flex;justify-content:center;gap:56px;flex-wrap:wrap;margin-top:56px}.astara-luxe .chip{text-align:center}.astara-luxe .chip__color{width:110px!important;height:110px!important;border-radius:50%!important;margin:0 auto 18px!important;box-shadow:0 8px 24px #0000001a!important;border:4px solid #fff!important;display:block!important;transition:transform .4s ease}.astara-luxe .chip:hover .chip__color{transform:scale(1.08)}.astara-luxe .chip__name{font-size:14px!important;font-weight:600!important;color:var(--navy)!important;letter-spacing:.04em;margin:0!important}.astara-luxe .discover{background:#fff;padding-top:90px}.astara-luxe .discover__header{text-align:center;margin-bottom:48px;padding:0 24px}.astara-luxe .discover__title{font-size:clamp(2.6rem,4.5vw,3.6rem);color:var(--navy);margin:0;font-weight:500;letter-spacing:-.01em;line-height:1.15}.astara-luxe .discover__strip{display:flex;width:100%;height:640px;overflow:hidden}.astara-luxe .discover__panel{position:relative;flex:1 1 0;min-width:0;overflow:hidden;text-decoration:none;color:#fff;transition:flex .75s cubic-bezier(.22,1,.36,1)}.astara-luxe .discover__panel:hover{flex:1.7 1 0}.astara-luxe .discover__img-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.astara-luxe .discover__img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.1s cubic-bezier(.22,1,.36,1)}.astara-luxe .discover__panel:hover .discover__img-wrap img{transform:scale(1.06)}.astara-luxe .discover__content{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.2) 45%,transparent 70%);display:flex;flex-direction:column;justify-content:flex-end;padding:32px 26px 36px;transition:background .4s ease}.astara-luxe .discover__panel:hover .discover__content{background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 50%,transparent 75%)}.astara-luxe .discover__label{font-family:Cormorant Garamond,Georgia,serif!important;font-size:clamp(1.4rem,1.9vw,1.9rem);font-weight:500;line-height:1.25;margin:0 0 12px;color:#fff}.astara-luxe .discover__link{font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#fffffff2}.astara-luxe .experience{padding:110px 0 120px;background:#ebe6df}.astara-luxe .experience__inner{max-width:100%}.astara-luxe .experience__heading{font-size:clamp(2.6rem,4.2vw,3.5rem)!important;color:var(--navy)!important;margin:0 0 48px 36px!important;text-align:left!important;line-height:1.15;font-weight:500}.astara-luxe .experience__track-wrap{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(29,45,93,.25) transparent;padding-bottom:20px}.astara-luxe .experience__track-wrap::-webkit-scrollbar{height:6px}.astara-luxe .experience__track-wrap::-webkit-scrollbar-track{background:transparent}.astara-luxe .experience__track-wrap::-webkit-scrollbar-thumb{background:#1d2d5d40;border-radius:3px}.astara-luxe .experience__track{display:flex;gap:20px;width:max-content;padding:0 36px;min-width:100%}.astara-luxe .experience__card{flex:0 0 340px;width:340px;background:transparent}.astara-luxe .experience__img{width:100%;aspect-ratio:4 / 5;overflow:hidden;margin-bottom:22px;background:#d0c8bc}.astara-luxe .experience__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.22,1,.36,1)}.astara-luxe .experience__card:hover .experience__img img{transform:scale(1.06)}.astara-luxe .experience__body{padding:0 4px}.astara-luxe .experience__title{font-family:Cormorant Garamond,Georgia,serif!important;font-size:1.55rem;font-weight:500;color:var(--navy);margin:0 0 10px;line-height:1.3}.astara-luxe .experience__text{font-size:15px;color:var(--slate);margin:0 0 16px;line-height:1.65;min-height:70px}.astara-luxe .experience__link{font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);text-decoration:underline;text-underline-offset:4px}.astara-luxe .experience__link:hover{opacity:.75}@media(max-width:900px){.astara-luxe .experience__heading{margin-left:24px!important}.astara-luxe .experience__track{padding:0 24px}.astara-luxe .experience__card{flex:0 0 300px;width:300px}}@media(max-width:600px){.astara-luxe .experience__heading{margin-left:20px!important}.astara-luxe .experience__track{padding:0 20px}.astara-luxe .experience__card{flex:0 0 280px;width:280px}}.astara-luxe .cta{padding:130px 0;text-align:center;background:var(--navy);color:#fff}.astara-luxe .cta__title{font-size:clamp(2.8rem,4.8vw,3.8rem);margin:0 0 18px;color:#fff;line-height:1.15}.astara-luxe .cta__text{font-size:17px;max-width:480px;margin:0 auto 40px;color:#ffffffe6}.astara-luxe .hotspot{position:absolute!important;width:38px!important;height:38px!important;border-radius:50%!important;background:#fff!important;border:1px solid rgba(29,45,93,.12)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:5!important;box-shadow:0 4px 16px #00000024!important;transition:all .3s ease!important}.astara-luxe .hotspot:before{content:"+"!important;font-size:1.35rem!important;color:var(--navy)!important;font-weight:400!important;line-height:1!important}.astara-luxe .hotspot:hover,.astara-luxe .hotspot.is-open{background:var(--navy)!important;transform:scale(1.12)}.astara-luxe .hotspot:hover:before,.astara-luxe .hotspot.is-open:before{color:#fff!important}.astara-luxe .hotspot__card{position:absolute!important;bottom:50px!important;left:50%!important;transform:translate(-50%) translateY(10px)!important;width:240px!important;background:#fff!important;padding:14px!important;border-radius:4px!important;box-shadow:0 14px 40px #00000029!important;opacity:0!important;visibility:hidden!important;transition:all .3s cubic-bezier(.22,1,.36,1)!important;pointer-events:none!important;z-index:20!important;text-align:left!important}.astara-luxe .hotspot:hover .hotspot__card,.astara-luxe .hotspot.is-open .hotspot__card{opacity:1!important;visibility:visible!important;transform:translate(-50%) translateY(0)!important;pointer-events:auto!important}.astara-luxe .hotspot__card img{width:54px!important;height:54px!important;object-fit:cover!important;float:left!important;margin-right:12px!important;border-radius:3px!important}.astara-luxe .hotspot__card-title{font-size:.86rem!important;font-weight:600!important;color:var(--navy)!important;margin:0 0 3px!important;line-height:1.3!important}.astara-luxe .hotspot__card-price{font-size:.8rem!important;color:var(--slate)!important;margin:0 0 6px!important}.astara-luxe .hotspot__card-link{font-size:.7rem!important;font-weight:600!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:var(--navy)!important;text-decoration:underline!important}@media(max-width:1100px){.astara-luxe .discover__strip{height:540px}}@media(max-width:900px){.astara-luxe .services__grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.astara-luxe .split{grid-template-columns:1fr}.astara-luxe .split__body{padding:56px 32px}.astara-luxe .palette__grid{gap:36px}.astara-luxe .chip__color{width:90px!important;height:90px!important}.astara-luxe .experience__track{padding:0 24px}.astara-luxe .experience__card{flex:0 0 300px}.astara-luxe .discover__strip{flex-direction:column;height:auto}.astara-luxe .discover__panel{flex:none!important;height:340px}}@media(max-width:600px){.astara-luxe .hero__btns{flex-direction:column;align-items:center}.astara-luxe .hero{min-height:580px;height:88vh}.astara-luxe .experience__card{flex:0 0 280px}.astara-luxe .container{padding:0 24px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/astara-luxe.css.map */
