#home{flex-direction:column;gap:4rem;min-height:120rem;padding-bottom:10rem;display:flex;position:relative}#home .hero{width:100%;height:45rem;margin-bottom:3rem;position:relative;overflow:hidden}#home .hero:after{content:"";-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-top:2px solid #ffffff80;width:90%;height:6rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}#home .hero .hero-image{object-fit:cover;width:100%;height:100%}#home .hero .hero-logo{border-radius:50%;outline:5px solid #d4b761;width:10rem;height:10rem;position:absolute;bottom:18rem;left:10%;overflow:hidden}#home .hero p{text-transform:capitalize;background:linear-gradient(#f6f6f6,gray);-webkit-text-fill-color:transparent;-webkit-background-clip:text;max-width:28ch;font-size:2rem;position:absolute;bottom:10rem;left:10%}#home>div:has(.services-title){flex-direction:column;align-items:center;gap:2rem;width:80%;margin:0 auto;padding:0 0;display:flex}#home #services>h3{text-align:left;color:#000;text-transform:capitalize;width:100%;margin-bottom:-1rem;font-size:1.25rem;font-weight:700}#home .services-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:2rem;font-weight:700}#home .services-title mark{color:silver;background-color:unset}#home .services-subtitle{color:var(--desert);margin-top:-1.5rem;font-size:.85rem;font-weight:700}#home .services-list{flex-wrap:wrap;gap:2rem;width:100%;display:flex}#home .services-list .service-category{width:100%;color:var(--desert);margin-bottom:-1rem}#home .service-card{border-radius:.5rem;flex-direction:column;flex:100%;gap:.5rem;max-width:30%;display:flex;position:relative;container-type:inline-size}#home .service-card .service-image{border-radius:.75rem;width:100%;height:220px;position:relative;overflow:hidden}#home .service-card .service-image:after{content:"";opacity:1;z-index:1;background:linear-gradient(#0000,#000000bf);border-radius:.75rem;width:100%;height:50%;position:absolute;bottom:0;left:0}#home .service-card[data-info]:not([data-info=""]):before{content:attr(data-info);color:var(--skyblue);box-shadow:0 0 2px 0px rgb(from var(--desert)r g b/1);z-index:2;background-color:#fff;border-radius:1rem;padding:.25rem 1rem;font-size:.85rem;font-weight:700;transition:opacity .3s;position:absolute;top:0%;right:0%;transform:translate(15%,-25%)}#home .service-card .service-image img{object-fit:cover;object-position:0% 50%;width:100%;height:100%}#home .service-card .service-name{margin-top:.5rem;font-size:clamp(.75rem,2vw,1.25rem);font-weight:700}#home .service-card .service-description{color:gray;width:100%;max-width:55ch;font-size:clamp(.65rem,2vw,.85rem)}#home .service-card .service-price{color:var(--desert);font-size:.85rem;font-weight:700}#home .service-card .service-cta{width:fit-content;color:var(--desert);text-transform:capitalize;border:2px solid var(--desert);border-radius:.5rem;margin-top:.5rem;padding:.5rem 1rem;font-size:clamp(.65rem,2vw,.85rem);font-weight:700;transition:all .3s}#home .service-card .service-cta:hover{background:var(--desert);color:#fff;border-color:#0000}#home #gallery{flex-direction:column;align-items:center;gap:2rem;width:80%;margin:0 auto;padding:0 0;display:flex}#home #gallery .gallery-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem;width:100%;margin-top:6rem;display:grid}#home #gallery .gallery-item{border-radius:.5rem;width:100%;height:200px;position:relative;overflow:hidden}#home #gallery .gallery-item:nth-child(5){aspect-ratio:9/16;filter:contrast(80%);z-index:1;border:3px solid #000;border-radius:1rem;width:100%;height:auto;scale:1.65;box-shadow:0 0 11px 1px #799158}#home #gallery .gallery-item:not(:nth-child(5)){opacity:.5;transition:opacity .3s;box-shadow:0 0 5px #0000}#home #gallery .gallery-item:not(:nth-child(5)):hover{opacity:.85;z-index:2;box-shadow:0 0 5px #000}#home #gallery .gallery-item:first-child{transform:skewY(15deg)translateY(-1rem)}#home #gallery .gallery-item:last-child{transform:skewY(-15deg)translateY(-1rem)}#home #gallery .gallery-item img{object-fit:cover;object-position:50% 60%;width:100%;height:100%}#home #gallery>a{text-underline-offset:2px;align-items:center;margin-top:6rem;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .3s;display:flex}#home #gallery>a:hover{-webkit-text-decoration-color:var(--desert);text-decoration-color:var(--desert)}@media (max-width:1200px){#home #gallery .gallery-grid{grid-template-columns:repeat(auto-fit,minmax(50px,1fr));margin-top:3rem}#home #gallery .gallery-item{height:120px}}@media (max-width:960px){#home{padding-bottom:5rem}#home #gallery .gallery-grid{grid-template-columns:repeat(auto-fit,minmax(20px,1fr));margin-top:3rem}#home #gallery .gallery-item{height:50px}#home .service-card .service-cta{text-align:center;width:100%;margin-top:.25rem;padding:.5rem}}@media (max-width:768px){#home .hero{height:30rem;margin-bottom:0}#home .hero .hero-logo{z-index:2;outline-width:2px;width:4rem;height:4rem;bottom:14rem;left:2rem}#home .hero>img{object-position:55% 50%}#home .hero p{z-index:2;width:calc(100% - 4rem);bottom:6rem;left:2rem}#home .hero:after{height:4.5rem}#home .hero:before{content:"";z-index:1;background:linear-gradient(#0000,#00000080);width:100%;height:100%;position:absolute;top:0;left:0}#home .services-list{gap:1rem}#home .services-list .service-category:first-of-type{margin-top:0}#home .services-list .service-category{margin-top:1rem;margin-bottom:-.5rem}#home .service-card{flex:100%;gap:.25rem;max-width:calc(50% - 1rem)}#home .service-info{flex-direction:column;gap:.25rem;padding:0 .25rem;display:flex}#home .service-card .service-image{height:180px}#home .service-card .service-image img{object-position:50% 50%}}
@font-face{font-family:DM Serif Text;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5f4ff8d7b0e8a26d-s.743530bd.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:DM Serif Text;font-style:normal;font-weight:400;font-display:swap;src:url(../media/19155629e56b2aed-s.p.5882b1b6.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Serif Text Fallback;src:local(Times New Roman);ascent-override:94.79%;descent-override:30.65%;line-gap-override:0.0%;size-adjust:109.29%}.dm_serif_text_7323c2d1-module__0JuFwq__className{font-family:DM Serif Text,DM Serif Text Fallback;font-style:normal;font-weight:400}.dm_serif_text_7323c2d1-module__0JuFwq__variable{--font-serif:"DM Serif Text","DM Serif Text Fallback"}
