.navbar{background:rgb(139,41,2);background:linear-gradient(125deg,rgb(238,195,178) 0%,rgb(236,184,149) 100%);height:4rem;margin:0;padding:1rem;box-shadow:0 1px 10px 0 var(--color-secondary);border-bottom:1px solid var(--color-secondary);display:flex;align-items:center;justify-content:space-between;position:fixed;width:100%;top:0;z-index:100;color:var(--color-accent);font-weight:600;letter-spacing:.22rem;transition:top .3s}.burger-menu{height:100%;width:3rem;display:none;flex-direction:column;align-items:flex-start;justify-content:space-between;cursor:pointer}.burger-bar{width:2rem;height:.2rem;border-radius:1rem;background-color:var(--color-secondary)}.burger-bar:nth-child(1){margin-top:.2rem}.burger-bar:nth-child(2){width:1.5rem}.burger-bar:nth-child(3){margin-bottom:.2rem}.hidden{display:none}.visible{display:flex}.navMenu{background:rgb(139,41,2);background:linear-gradient(125deg,rgb(230,206,197) 0%,rgba(236,184,149,.904) 100%);-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);position:absolute;left:0rem;height:calc(100vh - 4rem);top:4rem;box-shadow:0 7px 10px -7px var(--color-secondary) inset;z-index:5;flex-direction:column;padding:.5rem}.slideIn{animation-name:slideIn;animation-duration:.5s}.slideOut{animation-name:slideOut;animation-duration:.5s}.ListItem{color:var(--color-secondary);padding:.5rem 3rem;margin:.25rem;background:transparent;align-items:center;justify-content:center;border-bottom:3px solid #ffffff00;font-size:1.2rem;font-weight:600}.ListItem:hover{color:var(--color-accent);border-bottom:3px solid var(--color-secondary);transition:all .1s}.burger-bar.clicked:nth-child(1){transform:rotate(45deg) translate(.25rem,1.05rem) scale(.8);transition:ease-out .5s}.burger-bar.clicked:nth-child(2){transform:scale(.001);transition:ease-out .5s}.burger-bar.clicked:nth-child(3){transform:rotate(135deg) translate(.1rem,.75rem) scale(.8);transition:ease-out .5s}.burger-bar.unclicked{transform:rotate(0) translate(0);transition:cubic-bezier(.175,.885,.32,1.275) .5s}.logo{object-fit:cover;height:100%;width:8rem;cursor:pointer}.nav_logo{object-fit:cover;align-self:center;position:absolute;bottom:8vh;height:3rem;width:8rem}.nav_logo_text{align-self:center;position:absolute;bottom:6vh;font-size:small}.nav_SocialLinks{position:absolute;display:flex;flex-wrap:wrap;align-self:center;gap:2rem;bottom:.5vh;opacity:.6}.desktopMenu{display:flex;align-items:center;justify-content:center}.desktopMenuListItem{margin:1rem;cursor:pointer;font-size:1rem;transition:all .1s}.desktopMenuListItem:hover{color:var(--color-secondary)}.active{translate:0 .2rem;color:var(--color-secondary);padding-bottom:.5rem;padding-top:-.5rem;border-bottom:3px ridge var(--color-secondary)}@media screen and (max-width: 720px){.burger-menu{display:flex}.desktopMenu,.desktopMenuBtn{display:none}}@keyframes slideIn{0%{opacity:0;left:-15rem}to{opacity:1;left:0rem}}@keyframes slideOut{0%{opacity:1;left:0rem}to{opacity:0;left:-15rem}}#intro{height:100vh;background:rgb(139,41,2);background:linear-gradient(125deg,rgba(139,41,2,.452) 0%,rgba(238,189,157,.363) 100%);width:100%;margin:0 auto;overflow:hidden;position:relative;transition:all .3s .1s}.bg{position:absolute;height:100lvh;object-fit:cover;opacity:.7;z-index:8;transition:all .3s .1s}@media screen and (min-width: 110px){.bg{right:-300px;top:4rem}.introContent{font-size:10vw;translate:0 6rem}.hello{font-size:4.5vw}}@media screen and (max-width: 425px){.bg{top:2rem}.introContent>span{font-size:10vw}.hello{font-size:1rem}.scroll{translate:42vw -10vw}}@media screen and (max-height: 450px){.bg{top:3rem;right:-130px}.introContent{scale:.8;transform:translateY(2.5rem);transform-origin:-10rem}.introContent>span{font-size:7vh}.hello{font-size:1rem}.btn>*{font-size:5vh}.btn{max-width:40vw}}@media screen and (min-width: 600px){.bg{padding:0 5rem 0 0;top:4rem}.introContent{padding:0 2rem 5rem 5rem;font-size:3rem;translate:0 10vh}.introText{padding:0 0 1rem}.scroll{translate:0 -5vh}}.introContent{position:relative;height:100svh;font-weight:600;display:flex;flex-direction:column;justify-content:center;z-index:9;background-color:transparent}.introText{color:var(--white);text-shadow:2px 1px 3px var(--color-secondary);letter-spacing:2px}.hello{font-size:1rem;font-style:italic;color:var(--color-accent)}.introI{font-size:.7em;color:var(--color-accent);text-shadow:2px 1px 2px var(--color-accent)}.introName{color:var(--color-secondary);font-family:Niconne,cursive;font-weight:600;font-size:2em;-webkit-text-stroke:1px var(--color-secondary);text-shadow:1px 1px var(--color-primary)}.introAnd{color:var(--color-accent);text-shadow:2px 1px 2px var(--color-accent)}.introSubText{background-color:var(--color-primary);box-shadow:0 0 20px 15px var(--color-primary);opacity:.9;font-size:.4em;color:var(--color-accent);text-transform:capitalize;text-shadow:none}.introLogo{transform:translateY(47%);scale:.8}.introPara2{color:var(--color-secondary);font-size:1.3rem;letter-spacing:1px;padding:1rem 0 0}.btn{display:flex;align-items:center;justify-content:space-evenly;text-transform:uppercase;letter-spacing:.1rem;width:20rem;margin:1rem 0;padding:.75rem .5rem;font-size:1.2rem;font-weight:600;color:var(--white);background:var(--color-secondary);border:.25rem solid var(--color-secondary);border-radius:.25rem;box-shadow:0 7px 10px -7px var(--color-secondary);transition:all .3s .1s}.btn:hover{cursor:pointer;background:var(--color-secondary);font-size:x-large;font-weight:600;color:transparent;-webkit-background-clip:text;background-clip:text}.btn_img{object-fit:cover;width:2rem;filter:drop-shadow(3px 3px 3px rgb(255,255,255)) invert(100%) sepia(100%) saturate(10%) hue-rotate(211deg) brightness(103%) contrast(104%)}.btn:hover img{filter:invert(71%) sepia(15%) saturate(2197%) hue-rotate(87deg) brightness(94%) contrast(86%) drop-shadow(0px 0px 5px var(--color-secondary))}.hide-scroll{display:none}.scroll{position:absolute;bottom:5rem;left:50%;width:1rem;height:1rem;margin-left:-12px;border-right:.3rem solid var(--color-secondary);border-top:.3rem solid var(--color-secondary);border-radius:.2rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:sdb05 1.5s infinite;animation:sdb05 1.5s infinite;box-sizing:border-box;z-index:99}@-webkit-keyframes sdb05{0%{-webkit-transform:rotate(-45deg) translate(-20px,20px);opacity:0}50%{opacity:1}to{-webkit-transform:rotate(-45deg) translate(0,0);opacity:0}}@keyframes sdb05{0%{transform:rotate(-45deg) translate(-20px,20px);opacity:0}50%{opacity:1}to{transform:rotate(-45deg) translate(0);opacity:0}}#about{overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0 auto;padding:1rem;color:#000;background-color:#8b290210}.aboutTitle{font-family:Niconne,cursive;color:var(--color-secondary);font-size:4rem;font-weight:200;padding-top:1rem;margin-bottom:2vh}.aboutContent1{width:90rem;display:flex;margin:0 auto;justify-content:space-evenly;align-items:center;max-width:100%;letter-spacing:1px}.aboutImg{object-fit:cover;width:25%;height:100%;margin:1rem 0 1rem 2.5rem;border-radius:1rem;box-shadow:200px 10px 650px -200px var(--color-secondary)}.aboutText{display:flex;width:auto;flex-direction:column;color:var(--black);font-size:medium}.aboutDesc{font-weight:200;font-size:1.1rem;padding:0 2rem;text-align:justify;line-height:2rem}.aboutDesc span:nth-child(1){font-size:2.5rem;font-weight:600;font-family:Niconne,cursive;color:var(--color-accent)}.aboutDesc span:nth-child(2){font-size:2rem;font-family:Niconne,cursive;color:var(--color-secondary)}.aboutDesc span{color:var(--color-secondary);font-weight:800}.aboutContent2{width:90%;display:flex;margin:0 auto;justify-content:space-evenly;align-items:center;max-width:100%;letter-spacing:1px;z-index:2}.aboutBars{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly;margin:1.5rem;text-align:left;color:var(--color-secondary)}.aboutBar{display:flex;margin:1rem;padding:1.5rem 1rem;width:100%;align-items:center;box-shadow:0 7px 15px -7px var(--color-secondary);transition:all .3s .1s;background:var(--color-primary);border-radius:2rem;box-shadow:0 7px 20px -7px var(--color-secondary);background:rgb(139,41,2);background:radial-gradient(circle,rgba(139,41,2,.096) 0%,rgba(238,189,157,.301) 100%)}.aboutBar:hover{box-shadow:0 7px 25px -7px var(--color-secondary)}.aboutBarImg{display:flex;object-fit:cover;text-align:center;align-items:center;margin:.5rem;height:5rem;width:5rem}.aboutBarText{margin-left:1rem}.aboutBarText h2{font-weight:600;font-size:x-large;text-align:left}.aboutBarText>div{margin-top:1rem;font-size:medium;font-weight:600;text-align:justify}.aboutBarText li{position:relative;left:20px;margin:1rem .8rem 1rem 0;list-style:square;text-align:left}@media screen and (max-width: 1200px){.aboutContent1{flex-wrap:nowrap}.aboutBars{flex-wrap:wrap}.aboutBar{width:70vw;flex-wrap:wrap;text-align:center;justify-content:center}.aboutBarText{margin-left:0}.aboutBarText>p{font-size:medium}.aboutBarText>h2{text-align:center}}@media screen and (max-width: 800px){.aboutContent1{flex-wrap:wrap}.aboutImg{width:70vw;margin:0 0 2rem}}@media screen and (max-height: 400px){.aboutContent1{flex-wrap:nowrap}.aboutImg{width:60vh;translate:0 -15vh;margin:0 0 2rem}.aboutBars{flex-wrap:wrap}.aboutBar{width:70vw;flex-wrap:wrap;text-align:center;justify-content:center}}@media screen and (max-width: 480px){.aboutContent1{flex-wrap:wrap}.aboutBar{width:80vw;flex-wrap:wrap;justify-content:center}.aboutBarText{margin-left:0}.aboutBarText>p{font-size:medium}.aboutBarImg{height:5.25rem;width:5.25rem}.aboutBarText>h2{font-size:x-large;text-align:center}}#portfolio{position:relative;margin:0 auto;margin-bottom:2rem;min-height:calc(100vh - 4rem);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1rem}.portfolioTitle{margin:1rem 0;font-family:Niconne,cursive;color:var(--color-secondary);font-size:4rem;font-weight:200;padding-top:1rem;margin-bottom:2vh}.portfolioDesc{font-weight:200;font-size:1rem;max-width:80rem;padding:0 2rem;text-align:justify;color:var(--black)}.portfolioImgContainer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;min-height:100vh;gap:2.5rem}.portfolioImgContainer .image{height:30vh;border-radius:.25rem;box-shadow:0 7px 10px -7px var(--color-secondary);overflow:hidden;cursor:pointer}.portfolioImg{height:100%;object-fit:cover;transition:all .3s .1s linear}.portfolioImg:hover{transform:scale(1.1);box-shadow:0 7px 20px -2px var(--color-secondary);z-index:10}.popup-img{position:fixed;top:0;left:0;background:radial-gradient(circle,rgba(139,41,2,.1) 0%,rgba(240,215,198,.7) 50%);-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem);height:100%;width:100%;z-index:1000}.popup-img-show{display:block}.popup-img-hide{display:none}.popup-img span{position:relative;left:40vw;font-size:5rem;font-weight:bolder;color:var(--color-secondary);cursor:pointer;text-shadow:2px 1px 3px var(--color-accent)}.popup-img img{object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:.2rem solid var(--color-secondary);border-radius:.25rem;box-shadow:0 7px 20px -2px var(--color-secondary);min-height:20vh;max-height:80vh;max-width:90vw}@media screen and (max-width: 585px){.portfolioImgContainer{width:90vw}.portfolioImg:hover{box-shadow:0 7px 20px -2px var(--color-secondary);z-index:10}}.fadeIn{animation-name:FadeIn;animation-duration:.5s;animation-fill-mode:forwards}.fadeOut{animation-name:FadeOut;animation-duration:.5s;animation-fill-mode:forwards}@keyframes FadeIn{0%{opacity:0}to{opacity:1}}@keyframes FadeOut{0%{opacity:1}to{opacity:0}}.form_label_container{display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:40rem}.form_label{color:transparent;text-transform:capitalize;font-size:1rem}.form_input{font-size:medium;width:100%;max-width:40rem;margin:.5rem;padding:.5rem 1rem;color:var(--white);border:none;box-shadow:0 7px 15px -7px var(--color-secondary);border-radius:.5rem;background:var(--color-secondary);transition:all .3s .1s}.form_input:focus{box-shadow:0 7px 35px -7px var(--color-secondary);outline:none}.form_textarea{min-height:10rem;max-height:20rem}.form_button{display:flex;align-items:center;justify-content:center;width:100%;height:3rem;max-width:10rem;gap:1rem;background:var(--color-secondary);font-size:medium;color:var(--white);margin:1.5rem;padding:.75rem 1rem;border:none;border-radius:.5rem;box-shadow:0 7px 15px -7px var(--color-secondary);transition:all .3s .1s}.form_button:hover{cursor:pointer;box-shadow:0 7px 35px -7px var(--color-secondary);outline:none}.GrMail{scale:1.25}.form_error{display:flex;font-size:1rem;justify-content:flex-start;text-align:center;align-items:center;color:var(--color-secondary);width:10rem}.success{color:green;font-size:medium;font-weight:600}.fail{color:var(--color-secondary);font-size:medium;font-weight:600}#contact{margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#8b290210}.contactPageTitle{font-family:Niconne,cursive;color:var(--color-secondary);font-size:4rem;font-weight:200;padding-top:1rem;margin-bottom:2vh}.contactDesc{font-weight:200;font-size:1.1rem;max-width:50rem;padding:0 2rem;margin-bottom:.5rem;text-align:center;color:var(--black);letter-spacing:.025rem}.contactForm{margin:0 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:90vw;max-width:60rem}::placeholder{color:var(--white)}.submitBtn{background:var(--color-secondary);font-size:medium;color:var(--white);border:none;margin:2rem;padding:.75rem 3.5rem;border:.25rem solid var(--color-secondary)}.submitBtn:hover{cursor:pointer;background:var(--color-secondary);color:transparent;-webkit-background-clip:text;background-clip:text}.footer{margin:0 auto;padding:2rem;border:none;text-align:center;font-size:.9rem;font-weight:600;letter-spacing:1px;color:var(--black);background:rgb(139,41,2);background:linear-gradient(125deg,rgb(238,195,178) 0%,rgb(236,184,149) 100%)}.footerMain{display:flex}.footerMain>div{width:100%;margin:0;padding:1rem;text-align:center;line-height:1.5rem;letter-spacing:.05rem}.footerSocialLinks{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}.footerDesc{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;min-height:20rem}.f_logo{object-fit:cover;width:12rem}.footerDiv{border-left:1px solid var(--color-secondary)}.footerDiv [class$=Heading]{font-size:large;font-weight:800;padding:1rem 0;color:var(--color-secondary)}table{width:100%;height:12rem}.footerContactTable img{height:2rem;transform:translateY(.25rem)}.footerContactTable td{padding-left:1rem;text-align:left}td{max-width:0%;overflow:hidden;text-overflow:ellipsis;overflow-x:auto;vertical-align:middle}.footerContactTable tr:hover{scale:102%;cursor:pointer;transition:all .1s}.s_link:hover{scale:120%;cursor:pointer;transition:all .1s}@media screen and (max-width: 900px){.footerMain{display:inline}.footerDiv{text-align:left;padding:1rem 0rem;border:none;border-top:1px solid var(--color-secondary)}}.divider{border-bottom:1px solid var(--color-secondary);margin:2rem 0 1rem}.footerCopyright{font-weight:600;font-size:small;color:var(--color-secondary)}#services{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;overflow-y:visible;text-align:center;padding:1rem;color:var(--black)}.servicesTitle{font-family:Niconne,cursive;color:var(--color-secondary);padding-bottom:2vh;font-size:4rem;font-weight:200}.as1{position:absolute;bottom:-5rem;right:-1%;z-index:-999;pointer-events:none}.as2{position:absolute;top:0;right:-2.5rem;pointer-events:none;z-index:-999}.as3{position:absolute;top:-1rem;left:30%;scale:2;pointer-events:none;rotate:-30deg;z-index:-999}.as4{position:absolute;top:63%;bottom:37%;left:-3rem;pointer-events:none;z-index:-999}.service_Bars{margin-bottom:1rem;display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;text-align:center;justify-content:center}.service_Bar{margin:1rem 2rem;width:33%;padding:1.5rem 2rem;border-radius:1rem;box-shadow:0 7px 12px -6px var(--color-secondary);-webkit-backdrop-filter:blur(.6rem);backdrop-filter:blur(.6rem);background:radial-gradient(circle,rgba(139,41,2,.185) 0%,rgba(238,189,157,.281) 100%);transition:all .3s .1s}.service_Bar:hover{box-shadow:0 7px 30px -10px var(--color-secondary)}.service_BarImg{margin-top:1rem;position:relative;object-fit:cover;width:100%;height:15em;box-shadow:0 0 70px -40px var(--color-secondary);border-radius:1rem}.service_BarText>p{font-size:1rem;font-weight:200;height:fit-content;min-height:6em}.service_BarText>h2{color:var(--color-secondary);font-size:x-large;font-weight:600;margin-bottom:1rem}@media screen and (min-width: 1400px){.service_Bars{max-width:90vw}.service_BarImg{height:28vw;width:100%}}@media screen and (max-width: 1400px){.service_Bar{margin:1rem}}@media screen and (max-width: 800px){.aboutContent,.service_Bars{flex-wrap:wrap}.service_Bar{width:50%;margin:1rem 1rem 2rem}}@media screen and (max-height: 400px){.service_Bar{max-width:40vw;margin-bottom:2rem}}@media screen and (max-width: 720px){.aboutContent,.service_Bars{flex-wrap:wrap}.service_Bar{width:100%;margin-bottom:2rem}.service_img{max-width:40vw}}.progress-wrap{position:fixed;bottom:20px;right:20px;height:46px;width:46px;cursor:pointer;display:block;border-radius:50%;box-shadow:inset 0 0 0 2px #cea04c7a;z-index:110;opacity:0;visibility:hidden;transform:translateY(15px);transition:all .2s linear}.progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0)}.progress-wrap:after{position:absolute;content:"↑";text-align:center;line-height:2.5rem;font-size:1.5rem;color:var(--color-accent);left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:1;transition:all .2s linear}.progress-wrap:hover:after{opacity:0;color:var(--color-accent)}.progress-wrap:before{position:absolute;content:"↑";text-align:center;color:var(--color-secondary);line-height:2.5rem;font-size:1.5rem;opacity:0;left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:2;transition:all .2s linear}.progress-wrap:hover:before{opacity:1}.progress-wrap svg path{fill:none;stroke-width:4;stroke-dasharray:100;stroke-dashoffset:100;box-sizing:border-box;transition:stroke-dashoffset .2s linear}.progress-wrap.active-progress svg path{stroke-dashoffset:0;stroke:var(--color-secondary)}.whatsapp_float{position:fixed;width:50px;height:50px;bottom:4rem;background-color:var(--color-secondary);border-radius:50%;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:100}.whatsapp-icon{position:relative;scale:.5;bottom:4px;filter:invert(100%) sepia(100%) saturate(10%) hue-rotate(211deg) brightness(103%) contrast(104%)}.App{background-color:transparent}.banner{background:var(--color-secondary);text-align:center;font-size:medium;height:fit-content;margin:2rem 0 0}.bannerPara{font-weight:600;font-size:.8em;letter-spacing:.4vw;padding:1rem 0rem}*,*:before,*:after{margin:0;padding:0;box-sizing:inherit;font-family:Playfair Display,sans-serif,system-ui,Helvetica,Arial;font-feature-settings:"liga" 0;font-synthesis:none;text-rendering:optimizeLegibility;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-ms-overflow-style:none;scrollbar-width:none;--white: #fff;--grey: #ecedf3;--black: #080808;--bg: #eebd9d;--nav-bg: #ba8b02;--color-primary: #eebd9d;--color-secondary: #8b2902;--color-accent: #a07708;--hover: #ed1b24}*::-webkit-scrollbar{display:none}html{box-sizing:border-box;font-size:16px}html,body{overflow-x:hidden}a{color:inherit;text-decoration:inherit}body{color:var(--white);font-size:1.5em;background:none;background:-webkit-radial-gradient(circle,rgba(139,41,2,.096) 0%,rgba(238,189,157,.116) 100%);background:radial-gradient(circle,rgba(139,41,2,.096) 0%,rgba(238,189,157,.116) 100%)}
