@import url(https://fonts.googleapis.com/css2?family=Assistant:wght@400;700;800&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}div{box-sizing:border-box}.LeaveAMessage{display:flex;flex-direction:column;grid-row-gap:10px;row-gap:10px}.submit-button{width:100%;background:hsla(0,0%,100%,.8);padding:10px 30px;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .1s ease-out}.submit-button:hover{background:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,.3);border-radius:15px}.submit-button[disabled]{background:#2e8b57;color:#fff}.about-us{width:100%;padding:50px;max-width:600px;margin-top:80px}.about-us .card{width:100%;height:100%;background-color:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1);padding:20px;justify-content:flex-start;align-items:flex-start}.about-us .card,.App{display:flex;flex-direction:column}.App{background:#ededee;min-height:100vh;min-height:-webkit-fill-available;font-family:"Assistant",sans-serif;align-items:center;direction:rtl;width:100vw;overflow-x:hidden}.App,a{color:#000}a{text-decoration:none}.header{justify-content:center;position:fixed;top:0;right:0;background:#ededee;z-index:100;box-shadow:5px 0 8px 0 hsla(0,0%,39.2%,.4)}.header,.header .items{width:100%;display:flex}.header .items{max-width:1200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.header .item{height:61px;padding:0 40px;font-weight:700;cursor:pointer;display:flex;align-items:center}.header .item:hover{background:hsla(0,0%,39.2%,.1)}.header .item img{margin-left:10px}@media screen and (max-width:768px){.header .item{padding:0 10px}}.header .hamburger{display:none;height:61px;align-items:center}.header .items-wrapper{display:flex}@media(max-width:1200px){.header{padding:0 20px}}@media(max-width:768px){.header .items-wrapper{flex-direction:column}.header .hamburger{display:flex}.header .items{flex-direction:column}.header .items:not(.open) .item{display:none}}.header-images{width:100%;max-width:1200px;justify-content:space-between;bottom:61px;height:calc(100vh - 122px);padding-top:30px}.header-images,.header-images .white-overlay{display:flex;align-items:center;position:fixed}.header-images .white-overlay{top:0;right:0;background:hsla(0,0%,92.9%,.5);height:100vh;max-height:100vh;width:100vw;font-weight:700;font-size:4.5em;justify-content:center;color:#3a3a3a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header-images .white-overlay img{margin-left:30px}@media screen and (max-width:1200px){.header-images .white-overlay{font-size:2em}.header-images .white-overlay img{margin-left:15px;height:70px}}.header-images picture{display:flex;justify-content:center}.header-images picture img{max-height:600px;max-width:230px}@media(max-width:1200px){.header-images picture{min-width:100%}.header-images picture img{max-width:350px}.header-images picture:not(.on-mobile){display:none}}.whatsapp{fill:#12cf12;position:fixed;right:20px;bottom:20px;cursor:pointer;-webkit-transform-origin:bottom right;transform-origin:bottom right;-webkit-transform:scale(2);transform:scale(2);z-index:2;transition:all .2s ease-out}.whatsapp:hover{fill:#12a012}.content-wrapper{z-index:1;margin-top:100vh;width:100%;min-height:100vh;background:#ededee;box-shadow:inset 5px 0 8px 0 hsla(0,0%,39.2%,.4)}.content-wrapper,.content-wrapper>div{display:flex;flex-direction:column;align-items:center}.content-wrapper>div{padding:0 30px;max-width:1200px}@media screen and (max-width:768px){.content-wrapper>div{padding:0}}@media(max-width:1200px){.content-wrapper h2{padding-right:20px}}.video-wrapper{display:flex;margin-top:100px;width:100%;max-width:1200px;justify-content:space-between;align-items:center}.video-wrapper .desc{display:flex;flex-direction:column;padding:10px}.video-wrapper .desc h2{margin-top:20px}.video-wrapper .desc p{margin-bottom:0}.video-wrapper video{max-width:400px;box-shadow:0 0 10px 0 rgba(0,0,0,.8)}@media(max-width:768px){.video-wrapper{flex-direction:column;margin-top:100px;padding:0 20px}.video-wrapper video{max-width:250px}.video-wrapper .desc{margin-bottom:50px}}.content{margin-top:100px;font-size:2em;width:100%;max-width:1200px}.products{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;margin-top:40px;grid-gap:10px}.products .item{width:350px;height:450px;display:flex;justify-content:center;align-items:center;color:#000;font-size:1.2em;box-shadow:inset 0 0 99px 0 rgba(0,0,0,.2);position:relative;overflow:hidden;cursor:pointer}.products .item:hover>span{-webkit-transform:scale(1.05);transform:scale(1.05)}.products .item>span{transition:all .2s ease-out;background:hsla(0,0%,100%,.7);position:relative;padding:20px;width:100%;text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.products .item img.background{position:absolute;height:100%;z-index:-1;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media(max-width:1200px){.products{flex-direction:column;align-items:center}.products .item{margin-bottom:40px}}.contact-row{margin-top:200px;display:flex;justify-content:space-between;align-items:flex-start}.contact-row .item{display:flex;flex-direction:column;justify-content:center;align-items:center;width:390px}.contact-row .item img{max-width:390px;max-height:350px}@media(max-width:1200px){.contact-row{flex-direction:column}.contact-row .item{margin-bottom:40px}}.footer{width:100%;padding:20px;font-size:.8em;display:flex;align-items:center;justify-content:center;z-index:2;margin-top:50px}
/*# sourceMappingURL=main.df27c21b.chunk.css.map */