main.home{width:100%;display:flex;flex-direction:column;align-items:center;color:#000;position:relative;isolation:isolate}main.home section.hero{width:100%;height:90vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2em;background-color:#000;position:relative;isolation:isolate;overflow:hidden}@media screen and (max-width: 768px){main.home section.hero{padding:7vh 5vw;height:auto;min-height:90vh}}@media screen and (max-height: 730px){main.home section.hero{height:100dvh}}main.home section.hero img.hero-bg{aspect-ratio:16/9;height:100%;position:absolute;z-index:-1}main.home section.hero .hero-header{display:flex;flex-direction:column;align-items:center;color:#fff;margin-top:-8vh}main.home section.hero .hero-header h2{opacity:.8}main.home section.hero .hero-header h1{font-size:3em}main.home section.hero .foods-container{width:100%;display:flex;align-items:center;justify-content:center;height:200px;perspective:1000px;position:relative;isolation:isolate}@media screen and (max-width: 1024px){main.home section.hero .foods-container{height:150px}}@media screen and (max-width: 768px){main.home section.hero .foods-container{height:125px}}@media screen and (max-width: 600px){main.home section.hero .foods-container{height:100px}}@media screen and (max-width: 425px){main.home section.hero .foods-container{height:75px}}main.home section.hero .foods-container .food-container{height:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}main.home section.hero .foods-container .food-container.opacity{opacity:.1}main.home section.hero .foods-container .food-container:not(#mascot){position:absolute}main.home section.hero .foods-container .food-container#mascot{z-index:4;transform:scale(1.5) translateY(10px)}main.home section.hero .foods-container .food-container#cozy,main.home section.hero .foods-container .food-container#cafe{z-index:3}main.home section.hero .foods-container .food-container#cozy img,main.home section.hero .foods-container .food-container#cafe img{animation-delay:.1s}main.home section.hero .foods-container .food-container#cozy{transform:translateX(-70%) translateY(10%) scale(1.1)}main.home section.hero .foods-container .food-container#friend{transform:translateX(-125%) translateY(15%) scaleX(-1)}main.home section.hero .foods-container .food-container#roma{transform:translateX(-175%) translateY(15%) scaleX(-1)}main.home section.hero .foods-container .food-container#cafe{transform:translateX(70%) translateY(10%) scale(1.1)}main.home section.hero .foods-container .food-container#fast{transform:translateX(125%) translateY(15%)}main.home section.hero .foods-container .food-container#res{transform:translateX(175%) translateY(15%) scale(0.8)}main.home section.hero .foods-container .food-container#fast,main.home section.hero .foods-container .food-container#friend{z-index:2}main.home section.hero .foods-container .food-container#fast img,main.home section.hero .foods-container .food-container#friend img{animation-delay:.15s}main.home section.hero .foods-container .food-container#roma,main.home section.hero .foods-container .food-container#res{z-index:1}main.home section.hero .foods-container .food-container#roma img,main.home section.hero .foods-container .food-container#res img{animation-delay:.2s}main.home section.hero .foods-container .food-container img{height:100%;aspect-ratio:1/1;object-fit:contain;transform:translateY(1000px);animation:image-slideup 1s cubic-bezier(0.45, 0.02, 0.09, 0.98) forwards;transition:scale .2s ease}main.home section.hero .foods-container .food-container img:hover{scale:1.02}@keyframes image-slideup{0%{transform:translateY(1000px)}50%{transform:translateY(-30px)}100%{transform:translateY(0px)}}main.home section.hero .foods-container::after{content:"";position:absolute;bottom:-150px;height:30px;background-image:radial-gradient(white -39%, transparent 40%, transparent 40%);width:0;animation:shadow-width .5s 1s cubic-bezier(0.45, 0.02, 0.09, 0.98) forwards}@keyframes shadow-width{from{width:0}to{width:100%}}@media screen and (max-width: 1024px){main.home section.hero .foods-container::after{background-image:radial-gradient(white -39%, transparent 50%, transparent 40%);bottom:-130px}}@media screen and (max-width: 768px){main.home section.hero .foods-container::after{background-image:radial-gradient(white -39%, transparent 55%, transparent 40%);bottom:-120px}}@media screen and (max-width: 425px){main.home section.hero .foods-container::after{background-image:radial-gradient(white -39%, transparent 60%, transparent 40%);bottom:-110px}}main.home section.hero .ctas{width:100%;display:flex;align-items:center;justify-content:center;gap:1rem}@media screen and (max-width: 768px){main.home section.hero .ctas{flex-direction:column-reverse}main.home section.hero .ctas .cta{width:100%}}main.home section.hero .ctas .cta{transform:translateY(20vh);padding:1em 1.2em;min-width:200px;font-family:"yekanBold";border-radius:8px;background-color:#fff;color:#000;text-align:center;position:relative;isolation:isolate}main.home section.hero .ctas .cta.main{background-color:hsla(0,0%,100%,.5);color:#fff}main.home section.hero .ctas .cta.main .btn-bg{background-color:var(--ten-percent);border-radius:6px;opacity:1;position:absolute;inset:2px;z-index:2}main.home section.hero .ctas .cta.main .blur-wrapper{position:absolute;inset:0;width:100%;height:100%;border-radius:inherit;z-index:1;overflow:hidden}main.home section.hero .ctas .cta.main .blur-wrapper .bg-blur{width:100%;height:100%;background:radial-gradient(19.1205% 46.9112% at 50% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);animation:blur-anim 3s linear infinite}@keyframes blur-anim{0%{transform:translate(-50%, -50%)}25%{transform:translate(50%, -50%)}50%{transform:translate(50%, 50%)}75%{transform:translate(-50%, 50%)}100%{transform:translate(-50%, -50%)}}main.home section.hero .ctas .cta.main span{position:relative;z-index:3}main.home section.features{width:100%;display:flex;align-items:center;justify-content:center;gap:calc(10vw + 20px);padding:7vh 5vw}@media screen and (max-width: 768px){main.home section.features{flex-direction:column}}main.home section.features aside.features-details{width:clamp(0px,100%,500px);display:flex;flex-direction:column}main.home section.features aside.features-details .subheader{opacity:.7;margin-bottom:1.5em;font-weight:bold}main.home section.features aside.features-details .header{font-size:clamp(1.2rem,2.3vw + .7rem,2.1rem);line-height:1.5em;margin-bottom:.5em;text-wrap:pretty}main.home section.features aside.features-details .details{line-height:1.8em;margin-bottom:4em}main.home section.features aside.features-details .extra-features{width:100%;display:flex;align-items:center;gap:2em;margin-bottom:3em}@media screen and (max-width: 768px){main.home section.features aside.features-details .extra-features{flex-direction:column}}main.home section.features aside.features-details .extra-features .extra-feature{display:flex;flex-direction:column;opacity:0;transform:translateX(50%);transition:1s .1s cubic-bezier(0.45, 0.02, 0.09, 0.98)}main.home section.features aside.features-details .extra-features .extra-feature.active{opacity:1;transform:translateX(0)}main.home section.features aside.features-details .extra-features .extra-feature.search{transition-delay:0s}main.home section.features aside.features-details .extra-features .extra-feature.search svg{animation:search-floating 3s ease-in-out infinite}@keyframes search-floating{0%,100%{transform:translateY(0) translateX(0)}50%{transform:translateY(-10px) translateX(5px)}}main.home section.features aside.features-details .extra-features .extra-feature svg{margin-bottom:1em}main.home section.features aside.features-details .extra-features .extra-feature .feature-subheader{margin-bottom:1em;font-family:"iranBold"}main.home section.features aside.features-details .extra-features .extra-feature .comments-icon{position:relative;isolation:isolate;width:fit-content}main.home section.features aside.features-details .extra-features .extra-feature .comments-icon .dot{position:absolute;width:4px;height:4px;border-radius:100vmax;background-color:#000;z-index:1;top:45%;transform:translateY(-200%);animation:opacity-dot 2s .1s ease-in-out infinite}main.home section.features aside.features-details .extra-features .extra-feature .comments-icon .dot:nth-child(2){animation-delay:.2s;transform:translateY(-200%) translateX(0.5em)}main.home section.features aside.features-details .extra-features .extra-feature .comments-icon .dot:nth-child(3){animation-delay:0;transform:translateY(-200%) translateX(-0.5em)}@keyframes opacity-dot{from{opacity:.1}to{opacity:1}}main.home section.features aside.features-details .features-cta{align-items:center;display:flex;gap:1em;width:fit-content;border-radius:8px;color:#fff;background-color:var(--ten-percent);padding:1em 2em}main.home section.features aside.features-details .features-cta svg{transition:.2s ease}main.home section.features aside.features-details .features-cta:hover svg{transform:translateX(-0.5em)}main.home section.features aside.features-img{width:clamp(0px,100%,600px);aspect-ratio:1/1}main.home section.features aside.features-img img{width:100%;height:100%;object-fit:cover}main.home section.features-list{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:5vh 5vw;position:relative;isolation:isolate;overflow:hidden}main.home section.features-list .list-header{text-align:center;width:100%;font-size:clamp(1.2rem,2.3vw + .7rem,2.1rem);line-height:1.5em;margin-bottom:2em}main.home section.features-list .extra-features{width:clamp(0px,100%,1500px);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:2vw}@media screen and (max-width: 1024px){main.home section.features-list .extra-features{justify-content:center;column-gap:4vw;row-gap:3em}}main.home section.features-list .extra-features .extra-feature{width:clamp(0px,100%,300px);display:flex;align-items:center;flex-direction:column}main.home section.features-list .extra-features .extra-feature .extra-icon{margin-bottom:1em}main.home section.features-list .extra-features .extra-feature .extra-subheader{margin-bottom:1em;text-wrap:pretty;text-align:center}main.home section.features-list .extra-features .extra-feature .extra-p{text-align:center;text-wrap:pretty}main.home section.perfect-date{width:100%;display:flex;align-items:center;justify-content:center;gap:calc(10vw + 20px);padding:7vh 5vw}@media screen and (max-width: 768px){main.home section.perfect-date{flex-direction:column}}main.home section.perfect-date aside.date-details{width:clamp(0px,100%,500px);display:flex;flex-direction:column}main.home section.perfect-date aside.date-details .subheader{font-weight:bold;opacity:.7;margin-bottom:1.5em}main.home section.perfect-date aside.date-details .header{font-size:clamp(1.2rem,2.3vw + .7rem,2.1rem);line-height:1.5em;margin-bottom:.5em;text-wrap:pretty}main.home section.perfect-date aside.date-details .details{line-height:1.8em;margin-bottom:4em}main.home section.perfect-date aside.date-details .date-cta{align-items:center;color:#fff;display:flex;gap:1em;width:fit-content;border-radius:8px;background-color:var(--ten-percent);padding:1em 2em}main.home section.perfect-date aside.date-details .date-cta svg{transition:.2s ease}main.home section.perfect-date aside.date-details .date-cta:hover svg{transform:translateX(-0.5em)}main.home section.perfect-date .date-imgs{width:clamp(0px,100%,600px);aspect-ratio:1/1;display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr);grid-column-gap:36px;grid-row-gap:26px;position:relative;isolation:isolate}@media screen and (max-width: 425px){main.home section.perfect-date .date-imgs{grid-column-gap:16px}}main.home section.perfect-date .date-imgs .date-img-bg{position:absolute;width:140%;height:140%;top:50%;left:50%;transform:translate(-50%, -50%);background-image:radial-gradient(var(--ten-percent) -80%, transparent 70%, transparent 100%);transition:.2s opacity;z-index:-1}main.home section.perfect-date .date-imgs img{object-fit:cover;aspect-ratio:1/1;width:100%;border-radius:8px;position:relative;transition:.2s top;top:100%}main.home section.perfect-date .date-imgs img:nth-child(1),main.home section.perfect-date .date-imgs img:nth-child(3){transform:translateY(40px)}main.home section.feedback{width:100%;height:85vh;position:relative;isolation:isolate;margin:5vh 0;overflow:hidden}main.home section.feedback .feedback-wall{display:flex;flex-direction:column;justify-content:space-between;gap:3px;background:var(--addon-percent);width:100%;height:100%;position:absolute;z-index:-1}main.home section.feedback .feedback-wall::before{content:"";position:absolute;height:100%;width:100%;z-index:1;background:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4))}main.home section.feedback .feedback-data{width:100%;height:100%;display:flex;align-items:center;flex-direction:column;padding:5vh 0}main.home section.feedback .feedback-data .data-row{width:100%;height:100%;display:flex;align-items:center;justify-content:space-evenly}@media screen and (max-width: 769px){main.home section.feedback .feedback-data .data-row{padding:1em}}main.home section.feedback .feedback-data .data-row:not(.active,.prev){display:none;position:absolute;transform:translateY(1000px)}main.home section.feedback .feedback-data .data-row.prev,main.home section.feedback .feedback-data .data-row.active{position:absolute;top:0}main.home section.feedback .feedback-data .data-row.active{animation:user-review-active 1s cubic-bezier(0.45, 0.02, 0.09, 0.98) forwards}@keyframes user-review-active{0%{transform:translateY(1000px)}100%{transform:translateY(0)}}main.home section.feedback .feedback-data .data-row.prev{animation:user-review-prev 1s cubic-bezier(0.45, 0.02, 0.09, 0.98) forwards}@keyframes user-review-prev{0%{transform:translateY(0)}100%{transform:translateY(-1000px)}}main.home section.feedback .feedback-data .data-row .data-column{width:clamp(0px,100%,350px);aspect-ratio:1/1;padding:1.5em 1em;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff;border-radius:16px;position:relative}@media screen and (max-width: 1024px){main.home section.feedback .feedback-data .data-row .data-column{width:clamp(0px,100%,300px)}}@media screen and (max-width: 768px){main.home section.feedback .feedback-data .data-row .data-column:nth-child(odd){display:none}}@media screen and (min-width: 769px){main.home section.feedback .feedback-data .data-row .data-column:nth-child(even){top:-2em;scale:1.1}}main.home section.feedback .feedback-data .data-row .data-column .user-img{position:absolute;top:0;width:75px;aspect-ratio:1/1;object-fit:cover;border-radius:100vmax;box-shadow:rgba(50,50,93,.25) 0px 13px 27px -5px,rgba(0,0,0,.3) 0px 8px 16px -8px;transform:translateY(-50%)}@media screen and (max-width: 769px){main.home section.feedback .feedback-data .data-row .data-column .user-img{width:50px}}main.home section.feedback .feedback-data .data-row .data-column .user-stars{display:flex;align-items:center;justify-content:center;gap:.5vmin;margin-bottom:3em;color:#f9a825}main.home section.feedback .feedback-data .data-row .data-column .user-name{line-height:1.5em;margin-bottom:1em}main.home section.feedback .feedback-data .data-row .data-column .user-review{text-wrap:pretty;text-align:center;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}main.home section.faq{width:100%;padding:5vh 3vw;position:relative;isolation:isolate}main.home section.faq.active .faq-wrapper .faq-title svg:nth-child(1){transform:rotate(20deg) scaleX(1) translate(0px, 0)}main.home section.faq.active .faq-wrapper .faq-title svg:nth-child(2){transform:rotate(-20deg) scaleX(-1) translate(0px, 0)}main.home section.faq .faq-wrapper{width:clamp(0px,100%,1000px);height:100%;margin:0 auto;display:flex;align-items:center;flex-direction:column}main.home section.faq .faq-wrapper .faq-title{margin-bottom:.5em;white-space:nowrap;overflow:hidden}main.home section.faq .faq-wrapper .faq-title svg{margin:0 .5em;transform-origin:center center;transition:transform 1s cubic-bezier(0.45, 0.02, 0.09, 0.98);transform:rotate(0) translate(0px, 100px)}main.home section.faq .faq-wrapper .faq-title svg:nth-child(1){transform:rotate(0) scaleX(-1) translate(0px, 200px)}main.home section.faq .faq-wrapper .faq-title svg:nth-child(2){transform:rotate(0) scaleX(1) translate(0px, 200px)}main.home section.faq .faq-wrapper .faq-subheader{font-weight:bold;text-align:center}main.home section.faq .faq-wrapper .questions-wrapper{width:clamp(0px,100%,750px);display:flex;flex-direction:column;margin-top:4em}main.home section.faq .faq-wrapper .questions-wrapper .faq-row{width:100%;display:flex;flex-direction:column;border-top:1px solid var(--ten-percent);padding:2em 0;height:5.5em;overflow:hidden;will-change:max-height,height;cursor:pointer;transition:height 1s cubic-bezier(0.45, 0.02, 0.09, 0.98)}@media screen and (max-width: 768px){main.home section.faq .faq-wrapper .questions-wrapper .faq-row{height:5em}}main.home section.faq .faq-wrapper .questions-wrapper .faq-row:last-child{border-bottom:1px solid var(--ten-percent)}main.home section.faq .faq-wrapper .questions-wrapper .faq-row.active{transition:1.5s cubic-bezier(0.45, 0.02, 0.09, 0.98)}main.home section.faq .faq-wrapper .questions-wrapper .faq-row.active .faq-q svg{transform:scaleY(1)}main.home section.faq .faq-wrapper .questions-wrapper .faq-row .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between}main.home section.faq .faq-wrapper .questions-wrapper .faq-row .faq-q svg{transform:scaleY(-1);margin-bottom:auto;transition:.2s cubic-bezier(0.45, 0.02, 0.09, 0.98)}main.home section.faq .faq-wrapper .questions-wrapper .faq-row .faq-q .q-header{margin-bottom:1em}main.home section.faq .faq-wrapper .questions-wrapper .faq-row .faq-a{line-height:1.8em}main.home section.faq .faq-bg-img{position:absolute;width:500px;aspect-ratio:1/1;object-fit:cover;filter:blur(5px);rotate:20deg;transition:.5s ease-in-out;z-index:-1;animation:img-float infinite 5s linear}main.home section.faq .faq-bg-img:not(.reverse){top:15%;right:0}main.home section.faq .faq-bg-img.reverse{scale:-1 1;top:40%;left:0;rotate:-20deg}@keyframes img-float{0%{transform:translatey(0px)}50%{transform:translatey(-25px)}100%{transform:translatey(0px)}}@media screen and (max-width: 1440px){main.home section.faq .faq-bg-img{width:400px}main.home section.faq .faq-bg-img:not(.reverse){right:-100px}main.home section.faq .faq-bg-img.reverse{left:-100px}}@media screen and (max-width: 1024px){main.home section.faq .faq-bg-img{width:300px;opacity:.7}main.home section.faq .faq-bg-img:not(.reverse){right:-100px}main.home section.faq .faq-bg-img.reverse{left:-100px}}@media screen and (max-width: 768px){main.home section.faq .faq-bg-img{display:none}}main.home section.download{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:7vh 3vw}main.home section.download .download-wrapper{width:clamp(0px,100%,1500px);display:flex;justify-content:space-between;aspect-ratio:2/1;padding:5%;border-radius:3rem;background:#f25657;color:#fff;transition:.3s ease-in-out}@media screen and (max-width: 768px){main.home section.download .download-wrapper{flex-direction:column-reverse;align-items:center;gap:1em;padding:3em 5%}}main.home section.download .download-wrapper aside.download-data{width:clamp(0px,100%,500px);display:flex;flex-direction:column;justify-content:center}main.home section.download .download-wrapper aside.download-data .download_subheader{opacity:.9;font-weight:bold;margin-bottom:.5em}main.home section.download .download-wrapper aside.download-data .download_head{font-size:clamp(1.2rem,2.3vw + .7rem,2.1rem);line-height:1.5em;margin-bottom:.5em;text-wrap:pretty}main.home section.download .download-wrapper aside.download-data .download-p{margin-bottom:3em}main.home section.download .download-wrapper aside.download-data .download-links{width:100%;display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr);grid-column-gap:36px;grid-row-gap:26px}@media screen and (max-width: 425px){main.home section.download .download-wrapper aside.download-data .download-links{display:flex;flex-direction:column;align-items:center}main.home section.download .download-wrapper aside.download-data .download-links img{width:100%}main.home section.download .download-wrapper aside.download-data .download-links .web-download{width:100%}}main.home section.download .download-wrapper aside.download-data .download-links img{filter:blur(3px);width:clamp(0px,100%,200px);cursor:progress}main.home section.download .download-wrapper aside.download-data .download-links .web-download{display:flex;align-items:center;gap:.5em;width:clamp(0px,100%,200px);height:60px;background-color:red;border-radius:.5rem;text-align:center;box-shadow:hsla(0,0%,100%,.25) 0px 0px 40px -2px,hsla(0,0%,100%,.3) 0px 18px 36px -18px;cursor:pointer;padding:1em 1.3em;color:#fff}main.home section.download .download-wrapper aside.download-data .download-links .web-download svg{background-color:inherit}main.home section.download .download-wrapper aside.download-data .download-links .web-download svg g{filter:drop-shadow(0px 0px 36px white)}main.home section.download .download-wrapper aside.download-data .download-links .web-download span{margin:0 auto}@media screen and (max-width: 1024px){main.home section.download .download-wrapper aside.download-data .download-links img{width:clamp(0px,100%,170px)}main.home section.download .download-wrapper aside.download-data .download-links .web-download{width:clamp(0px,100%,170px);height:50px}}main.home section.download .download-wrapper aside.download-imgs{width:50%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){main.home section.download .download-wrapper aside.download-imgs{width:100%;max-height:400px}}@media screen and (max-width: 425px){main.home section.download .download-wrapper aside.download-imgs{max-height:300px}}main.home section.download .download-wrapper aside.download-imgs .imgs-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;isolation:isolate}main.home section.download .download-wrapper aside.download-imgs .imgs-wrapper img{height:100%;transition:.3s}main.home section.download .download-wrapper aside.download-imgs .imgs-wrapper img.main{z-index:2}main.home section.download .download-wrapper aside.download-imgs .imgs-wrapper img:not(.main){transform:translateX(0%) scale(0.8);position:absolute;z-index:1}main.home section.contact-us{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:2em}@media screen and (min-width: 426px){main.home section.contact-us{min-height:120vh}}main.home section.contact-us .contact-header{position:relative;isolation:isolate;margin-bottom:1em;width:fit-content}main.home section.contact-us .contact-header span{text-align:center;white-space:nowrap;max-width:100%}main.home section.contact-us .contact-header span.text{opacity:.12;position:relative}main.home section.contact-us .contact-header span.text-hover{position:absolute;inset:0;overflow:hidden;will-change:width,height}main.home section.contact-us .contact-subheader{position:relative;isolation:isolate;width:fit-content}main.home section.contact-us .contact-subheader span{text-align:center;white-space:nowrap;max-width:100%}main.home section.contact-us .contact-subheader span.text{opacity:.12;position:relative}main.home section.contact-us .contact-subheader span.text-hover{position:absolute;inset:0;overflow:hidden;will-change:width,height}main.home section.contact-us .contact-wrapper{display:flex;align-items:center;justify-content:center;gap:calc(10vw + 20px);padding:2em 3vw;margin-top:10em;width:clamp(0px,100%,1500px);position:relative}@media screen and (max-width: 1024px){main.home section.contact-us .contact-wrapper{margin-top:4em}}main.home section.contact-us .contact-wrapper aside.contact-form{width:clamp(0px,100%,500px);display:flex;flex-direction:column;margin-left:auto}main.home section.contact-us .contact-wrapper aside.contact-form .form-subheader{opacity:.7;margin-bottom:1.5em}@media screen and (max-width: 425px){main.home section.contact-us .contact-wrapper aside.contact-form .form-subheader{opacity:1;color:#fff}}main.home section.contact-us .contact-wrapper aside.contact-form .input-msg{resize:none;margin-bottom:2em}main.home section.contact-us .contact-wrapper aside.contact-form input,main.home section.contact-us .contact-wrapper aside.contact-form textarea{color:#000;background-color:hsla(0,0%,100%,0);border:2px solid #d5d5d5;margin-bottom:1em;padding:.7em .5em;border-radius:10px;backdrop-filter:blur(15px)}@media screen and (max-width: 768px){main.home section.contact-us .contact-wrapper aside.contact-form input,main.home section.contact-us .contact-wrapper aside.contact-form textarea{background-color:hsla(0,0%,100%,.9)}}main.home section.contact-us .contact-wrapper aside.contact-form .send-cta{align-items:center;display:flex;gap:1em;width:fit-content;border-radius:8px;color:#fff;background-color:var(--ten-percent);padding:1em 3em}main.home section.contact-us .contact-wrapper aside.contact-form .send-cta svg{transition:.3s ease-in-out}main.home section.contact-us .contact-wrapper aside.contact-form .send-cta:hover svg{transform:translateX(-0.5em)}main.home section.contact-us .contact-wrapper aside.contact-img{width:1500px;aspect-ratio:2/1;display:grid;place-items:center;position:absolute;left:0;transform:translateX(-25%);border-radius:50px;overflow:hidden;z-index:-1}@media screen and (max-width: 1440px){main.home section.contact-us .contact-wrapper aside.contact-img{width:1200px}}@media screen and (max-width: 1024px){main.home section.contact-us .contact-wrapper aside.contact-img{width:1000px}}main.home section.contact-us .contact-wrapper aside.contact-img img{width:100%;height:100%;object-fit:cover}/*# sourceMappingURL=home.css.map */
