.Page{font-family:Patrick Hand,cursive;background-image:url(https://cdn.pixabay.com/photo/2024/12/21/16/53/cloud-9282557_1280.png);background-size:cover;background-repeat:no-repeat;background-position:50%;background-color:#f6b2bf;background-attachment:fixed}.Hero,.Page{display:flex;flex-direction:column}.Hero{height:calc(100vh + 50px)}.Hero span{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.Hero h2{font-size:50px;font-weight:400;color:#ffffff;margin-left:-100px}.Hero p{text-align:center;font-size:25px;color:#fff;text-shadow:0 0 5px #e18192}.Hero_Logo{height:250px;width:600px;background-image:url(/_next/static/media/logo.4da3bf7f.png);background-size:cover;background-repeat:no-repeat;background-position:50%;margin-top:-50px;animation:updown 2s ease infinite}@keyframes updown{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.Hero_BtnCon{display:flex;align-items:center;margin-top:30px;margin-bottom:100px;gap:0 20px}.Hero_Btn1{all:unset;display:flex;align-items:center;justify-content:center;height:50px;width:-moz-fit-content;width:fit-content;padding:0 20px;background-color:#e18192;font-size:24px;border-radius:10px;cursor:pointer;color:#fff;transition:.2s ease}.Hero_Btn1:hover{background-color:#e398a6}.Hero_Btn2{all:unset;display:flex;align-items:center;justify-content:center;height:50px;width:-moz-fit-content;width:fit-content;padding:0 20px;background-color:#fff;font-size:24px;border-radius:10px;cursor:pointer;color:#e18192;transition:.2s ease}.Hero_Btn2:hover{background-color:#f6b2bf;color:#fff}.About{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:30px;z-index:100;margin-top:-50px;margin-bottom:-50px;background-color:#e18192;padding:100px 0}.About,.About_Con{height:-moz-fit-content;height:fit-content}.About_Con{display:grid;grid-template-columns:repeat(40,2.5%);grid-template-rows:repeat(40,2.5%);width:1020px;height:500px;margin-top:20px}.About_Item1{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#ffffffd0;grid-row:1/41;grid-column:1/25;border-radius:12px}.About_Item1 h4{margin:0 20px;font-size:18px;font-weight:400;color:#000}.About_Item2{display:flex;justify-content:center;flex-direction:column;background-color:#ffffffd0;grid-row:29/41;grid-column:1/25;border-radius:12px}.About_Item2 h3{margin:0 20px;font-size:23px;color:#000}.About_Item3{display:flex;flex-direction:column;background-color:#ffffffd0;grid-row:1/41;grid-column:26/41;border-radius:12px;background-image:url(/_next/static/media/me.8c422945.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%}.About h2{font-size:50px;color:#ffffff;font-weight:500}.About_Progress_Con{height:10px;background-color:#ffd1d9;border-radius:10px;margin:20px 20px 0;overflow:hidden}.About_Progress{height:100%;width:10%;background-color:#e18192}.About_Progress_Text_Con{display:flex;align-items:center;justify-content:space-between;margin:10px 20px 0}.About_Progress_Text_Con h4{font-size:20px;color:#828282;font-weight:500}.About_Progress_Text_Con h4 b{font-weight:500;color:#000}.About p{width:700px;margin-top:20px;color:#ffffff;font-size:22px;text-align:center}.Gallery{display:flex;height:-moz-fit-content;height:fit-content}.Gallery span{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:150px 0}.Gallery h2{font-size:50px;color:#ffffff;font-weight:500}.Gallery_Con{width:1020px;margin-top:30px;display:grid;justify-content:space-between;grid-template-columns:calc(20% - 10px) calc(20% - 10px) calc(20% - 10px) calc(20% - 10px) calc(20% - 10px);grid-gap:15px 0;gap:15px 0}.Gallery_Item{display:flex;width:100%;aspect-ratio:1;background-color:#e398a667;border-radius:10px;overflow:hidden;transition:.2s ease}.Gallery_Item:hover{transform:scale(1.1)}.Gallery_Item img{height:100%;width:100%;object-fit:cover}.Products{display:flex;flex-direction:column;align-items:center;height:-moz-fit-content;height:fit-content;background:linear-gradient(#e18192,#e398a6);border-radius:30px;z-index:200;margin-top:-50px;margin-bottom:-50px;padding:100px 0;gap:0 50px}.Products h2{font-size:50px;color:#ffffff;font-weight:500}.Products p{margin:0;font-size:23px;color:#fff}.Products_Con{display:flex;height:-moz-fit-content;height:fit-content;width:1020px;justify-content:space-between;margin-top:20px}.Products_Item{display:flex;flex-direction:column;width:calc(33.33% - 10px);background-color:#ffffff6a;border-radius:12.5px;padding:10px;cursor:pointer}.Products_Item img{height:100%;width:100%;object-fit:cover}.Products_Item_Img{display:flex;align-items:center;justify-content:center;width:100%;height:180px;border-radius:10px}.Products_Bookmark{height:calc(100% - 20px);aspect-ratio:.333}.Products_Bookmark,.Products_Postcard{border-radius:3px;overflow:hidden;box-shadow:0 0 5px #0000005a;transition:.5s ease}.Products_Postcard{height:calc(100% - 40px);aspect-ratio:1.333}.Products_A4{height:calc(100% - 20px);aspect-ratio:.727272;border-radius:3px;overflow:hidden;box-shadow:0 0 5px #0000005a;transition:.5s ease}.Products_Item:hover .Products_A4,.Products_Item:hover .Products_Bookmark,.Products_Item:hover .Products_Postcard{transform:perspective(500px) rotateY(30deg)}.Products_Item h3{margin:8px 10px 0;font-size:22px}.Products_Item h4{font-size:20px;margin:3px 10px 0;font-weight:500}.Form{align-items:center;height:-moz-fit-content;height:fit-content}.Form,.Form span{display:flex;justify-content:center}.Form span{height:100%;width:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);gap:0 20px;padding:150px 0}.Form_Left{display:flex;flex-direction:column;width:300px}.Form h2{font-size:50px}.Form h2,.Form h3{color:#ffffff;font-weight:500;text-shadow:0 0 5px #e18192}.Form h3{font-size:23px}.Form p{width:700px;margin-top:20px;color:#ffffff;font-size:22px;text-align:center}.Form_Con{display:flex;flex-direction:column;width:700px;background-color:#ffffff46;padding:25px;border-radius:15px;box-sizing:border-box}.Form_Input_Con{display:flex;gap:0 15px}.Form_Input{display:flex;flex-direction:column;width:50%}.Form_Input label{font-size:22px;color:#fff}.Form_Input input{border:none;outline:none;height:45px;margin-top:7px;padding:0 10px;font-size:22px;font-family:Patrick Hand,cursive;border-radius:5px;color:#a95363;background-color:#ffffff}.Form_Input1{display:flex;flex-direction:column;margin-top:10px}.Form_Input1 label{font-size:22px;color:#fff}.Form_Input1 textarea{width:100%;border:none;outline:none;height:75px;min-height:65px;margin-top:7px;padding:5px 10px;font-size:22px;font-family:Patrick Hand,cursive;border-radius:5px;background-color:#ffffff;color:#a95363;resize:vertical}.Form button{all:unset;display:flex;align-items:center;justify-content:center;height:50px;width:-moz-fit-content;width:fit-content;padding:0 20px;background-color:#e18192;font-size:24px;border-radius:10px;cursor:pointer;color:#fff;transition:.2s ease;margin-top:30px}::placeholder{color:#cfb0b6}.Form_Input_Choose_Con{display:flex;gap:0 15px;margin-top:10px}.Form_Input_Upload_Con{display:flex;flex-direction:column;align-items:center;justify-content:center;height:-moz-fit-content;height:fit-content;margin-top:7px;background-color:#ffffff;border-radius:10px;cursor:pointer;overflow:hidden;position:relative}.Form_Input_Upload_Close{display:flex;position:absolute;top:10px;right:15px;cursor:pointer;z-index:100;padding:5px}.Form_Input_Upload_Con h5{color:#e18192;font-size:20px;margin-top:10px}.Form_Input_Upload_Con svg{height:40px;width:40px}.Form_Input_Upload_Con input{opacity:0;visibility:hidden;position:absolute}.Form_Input_Upload_Con label{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;aspect-ratio:3;cursor:pointer}.Form_Input_Upload_Con img{height:100%}.Form_Input_Choose{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60px;width:calc(33.33% - 10px);background-color:#ffffff;color:#e18192;border-radius:8px;cursor:pointer;font-size:22px;transition:.2s ease}.Form_Input_Choose_Select{background-color:#ffffff;color:#e18192;outline:2px solid #e18192}.Terms{align-items:center;height:100vh;background-image:url(https://cdn.pixabay.com/photo/2024/12/21/16/53/cloud-9282557_1280.png);background-size:cover;background-repeat:no-repeat;background-position:50%;background-color:#f6b2bf;background-attachment:fixed;overflow:auto}.Terms,.Terms span{display:flex;flex-direction:column}.Terms span{width:900px;max-width:90vw;min-height:-moz-fit-content;min-height:fit-content;background-color:#e18192;margin:50px 0;border-radius:15px;padding-bottom:30px}.Terms h2{margin:20px 20px 0;font-size:35px;font-weight:500;text-align:center}.Terms h2,.Terms p{font-family:Patrick Hand,cursive;color:#fff;text-shadow:0 0 5px #ff5473}.Terms p{margin:10px 20px 0;font-size:20px}.Terms a{text-decoration:underline}.Page footer{display:flex;align-items:center;justify-content:center;height:-moz-fit-content;height:fit-content;background-color:#e18192;margin-top:-50px;z-index:100;border-radius:30px 30px 0 0;color:#fff;padding:40px 0}.Page footer span{display:flex;width:1020px}.Page footer p{font-size:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Page footer a{font-size:20px;text-decoration:underline}.Footer_Link_Con{display:flex;align-items:center;gap:0 20px}@media screen and (max-width:1100px){.About_Con,.Gallery_Con,.Products_Con{width:85vw}.Form span{flex-direction:column;align-items:center}.Form_Con,.Form_Left{width:85vw}.Form_Con{margin-top:30px}.Page footer span{width:85vw}.Footer_Link_Con{width:550px;display:grid;grid-template-columns:calc(33.33% - 10px) calc(33.33% - 10px) calc(33.33% - 10px);grid-gap:20px 0;gap:20px 0;justify-content:space-between}}@media screen and (max-width:900px){.Gallery_Con{grid-template-columns:calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px)}.Footer_Link_Con{width:400px;grid-template-columns:calc(50% - 10px) calc(50% - 10px);margin-left:20px}}@media screen and (max-width:850px){.About_Con{display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content}.About_Item3{height:100%;aspect-ratio:.75;background-size:contain;border-radius:10px;margin-top:20px;background-color:transparent}.About_Item1,.About_Item3{grid-row:none;grid-column:none}.About_Item1{border-radius:none;height:-moz-fit-content;height:fit-content;padding:20px 0}.Products_Con{flex-direction:column;gap:20px 0}.Products_Item{width:100%}.Products_Item_Img{height:250px}}@media screen and (max-width:730px){.Footer_Link_Con{min-width:200px;grid-template-columns:100%}}@media screen and (max-width:700px){.Hero_Logo{height:auto;width:85vw;aspect-ratio:2.4}.Hero p{width:85vw}}@media screen and (max-width:650px){.Gallery_Con{grid-template-columns:calc(33.33% - 10px) calc(33.33% - 10px) calc(33.33% - 10px)}.Hero h2{font-size:40px;margin-left:-80px;margin-bottom:10px}.Form_Input_Con{flex-direction:column}.Form_Input_Choose_Con{flex-direction:column;gap:10px 0}.Form_Input,.Form_Input_Choose{width:100%}}@media screen and (max-width:500px){.Hero h2{font-size:38px;margin-left:-70px}.Hero p{font-size:20px}.Page footer span{flex-direction:column}.Footer_Link_Con{margin-left:0;margin-top:30px}.Products_Item_Img{height:200px}.Gallery_Con{grid-template-columns:calc(50% - 10px) calc(50% - 10px)}.Form_Input_Upload_Con svg{height:25px;width:25px}.Form_Input_Upload_Con label{aspect-ratio:2}.Form input,.Form textarea,.Form_Input_Choose{font-size:20px}}@media screen and (max-width:450px){.Hero h2{font-size:38px;margin-left:-50px}.Hero_BtnCon{width:55vw;flex-direction:column;gap:15px 0}.Hero_Btn1,.Hero_Btn2{width:100%}}@media screen and (max-width:400px){.Hero h2{font-size:8vw;margin-left:-50px;margin-bottom:20px}.Gallery_Con{grid-template-columns:100%}}