@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600;700;800;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}.App{font-family:sans-serif;text-align:center}.hero{height:100vh}.hero,.hero-mid{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative;transition:background-color .1s ease;width:100%}.hero-mid{background-size:cover;height:70vh}.hero-mid h1{padding-top:4rem!important}.hero.scrolled{box-shadow:0 0 10px rgba(0,0,0,.2);-webkit-filter:blur(10px);filter:blur(10px)}.hero img,.hero video,.hero-mid img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.hero-text{color:#fff;position:absolute;text-align:center;width:100%;z-index:1}.hero-text h1{-webkit-text-fill-color:transparent;background:#fff;-webkit-background-clip:text;font-size:5rem;font-weight:800;margin-bottom:1rem}.hero-text p{font-size:1.5rem;margin-bottom:2rem}.hero-text .show{background-color:#ff8c00;border-radius:25px;color:#fff;display:inline-block;font-size:1.5rem;font-weight:700;padding:1rem 2rem;text-decoration:none;transition:background-color .3s ease}.hero-text .hide{display:none}.hero-text a:hover{background-color:#ff5f00}@media screen and (max-width:555px){.hero-text h1{padding:10px 20px}.hero-text p{font-size:1.1rem;padding:0 0 2rem}.hero-text .show{border-radius:25px;font-size:1rem;padding:.6rem 1.1rem}}.information{margin:4rem 6rem}.information h1{font-size:3rem}.tReview{align-items:center;display:flex;justify-content:space-between;margin-top:4.5rem}.description-text{font-size:1.1rem;text-align:start;width:45%}.description-text h2{padding-bottom:1rem}.description-text p{color:#495057;font-style:italic}.image{display:flex;justify-content:space-between;position:relative;width:50%;z-index:-99}.image img{border-radius:6px;box-shadow:-1px 1px 62px -18px rgba(0,0,0,.19);height:350px;object-fit:cover;width:49%}.image img:nth-child(2){position:absolute;right:0;top:-10%}@media screen and (max-width:850px){.information{margin:4rem 2rem}.tReview{display:flex;flex-direction:column-reverse;margin-top:2.5rem}.description-text,.image{width:100%}.image{margin:1.8rem 0}.image img{height:250px}}.NavbarItems{align-items:center;background-color:#f1f1f1;border-radius:13px;box-shadow:0 5px 15px 0 rgba(0,0,0,.25);display:flex;height:80px;justify-content:space-between;left:50%;padding:0 30px;position:fixed;top:20px;-webkit-transform:translate(-50%);transform:translate(-50%);width:95%;z-index:9999}.navbar-logo{color:#222;cursor:pointer;font-size:1.5rem}.navbar-logo img{height:70px}.nav-menu{grid-gap:10px;align-items:center;display:grid;grid-template-columns:repeat(7,auto);list-style:none}.nav-links{color:#000;font-size:1.1rem;font-weight:600;padding:.7rem 1rem;text-decoration:none;white-space:nowrap}.nav-links i{padding-right:10px}.nav-links:hover{background-color:#028090;border-radius:4px;color:#f1f1f1;transition:.2s ease-in-out}.nav-links-mobile{display:none}button{border:none;border-radius:.3rem;cursor:pointer;font-size:1rem;font-weight:600;padding:.5rem 1rem;transition:.2s ease-in-out;white-space:nowrap}button:hover{background-color:#151516;color:#f1f1f1}.menu-icons{display:none}.edlogo{height:auto;max-width:3rem;vertical-align:-7px}@media screen and (max-width:850px){.NavbarItems{z-index:99}.nav-menu{align-items:stretch;background-color:#f1f1f1;border-radius:13px;display:flex;flex-direction:column;height:auto;justify-content:flex-start;left:-100%;margin:0;opacity:0;padding:80px 0 30px;position:absolute;top:0;transition:.3s ease-in-out;width:100%}.nav-menu.active{left:0;opacity:1;transition:.3s ease-in-out;z-index:-1}.nav-links{display:block;font-size:1.2rem;padding:2rem 0;width:100%}.nav-links:hover{background:#028090;transition:none}button{display:none}.nav-links-mobile{background:#222;border-radius:4px;color:#f1f1f1;display:block;font-size:1.2rem;font-weight:700;letter-spacing:2px;margin:auto;padding:1.5rem;text-align:center;text-decoration:none;width:80%}.menu-icons{cursor:pointer;display:block}.menu-icons i{color:#222;font-size:1.5rem}}.footer{background:#222;color:#fff;padding:4rem 6rem}.top{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;text-align:start}.top i{color:#fff;font-size:2rem;margin-left:1rem}.top a :hover{color:#028090}.bottom{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:2rem;text-align:start}.bottom div{display:flex;flex-direction:column}.bottom h4{font-size:1.2rem;padding:1rem 0 .8rem}.bottom a{color:#fafafa;font-size:1.1rem;padding-bottom:.4rem;text-decoration:none}.bottom a:hover{color:#028090}@media screen and (max-width:850px){.footer{padding:4rem 2rem}.footer a{margin:1rem 1rem 0 0}.bottom div{width:50%}}.carousel-container{--slides-to-show:6;background-color:#028090;overflow:hidden;position:relative;width:100%}.carousel-slides{align-items:center;display:flex;transition:-webkit-transform 2s ease;transition:transform 2s ease;transition:transform 2s ease,-webkit-transform 2s ease}.carousel-slide{align-items:center;display:flex;flex-shrink:0;height:100%;object-fit:contain;width:calc(100%/var(--slides-to-show))}.carousel-slide.active,.carousel-slide.zoomable:hover{-webkit-transform:scale(1.2);transform:scale(1.2);z-index:2}.carousel-slide.zoomable:hover{cursor:pointer}@media screen and (max-width:768px){.carousel-container{--slides-to-show:2}}.paragraph-container{margin:4rem 6rem;text-align:start}.paragraph-container h1{padding-bottom:1rem}.paragraph-container p{padding-bottom:2rem}@media screen and (max-width:850px){.paragraph-container{margin:4rem 2rem}}.form-container{display:flex;flex-wrap:wrap;justify-content:space-between;padding:70px}.contact-info{box-sizing:border-box;max-width:600px;padding-right:20px;width:100%}.contact-info h1{font-size:36px}.contact-info p{font-size:18px;margin-bottom:10px}.form-container form{display:flex;flex-direction:column;max-width:500px;width:100%}.form-container form input,.form-container form textarea{border:1px solid #ccc;border-radius:5px;font-size:18px;margin-bottom:20px;padding:10px}.form-container form button{background-color:#008cba;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:18px;padding:10px}.form-container form button:hover{background-color:#006380}.error-message,.success-message{background-color:#e6ffe6;border:1px solid #00b300;border-radius:5px;left:50%;padding:10px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.error-message{background-color:#ffe6e6;border:1px solid #f33}@media screen and (max-width:850px){.form-container{flex-direction:column}.contact-info{box-sizing:border-box;padding-bottom:20px;padding-right:0}.form-container form{max-width:none}iframe{height:300px;width:100%}}.grid{color:#2a2a2a;margin:4rem 6rem}.grid h1{font-size:3rem}.gridCard{display:flex;justify-content:space-between;margin-top:3rem}.itemCard{border-radius:7px;box-shadow:0 5px 25px 2px rgba(0,0,0,.15);cursor:pointer;padding:1rem .8rem;text-align:start;width:32%}a{color:#2a2a2a;text-decoration:none}.ic-image{border-radius:7px;height:200px;overflow:hidden}.ic-image img{border-radius:7px;height:100%;transition:.3s ease-in-out;width:100%}.ic-image:hover img{-webkit-transform:scale(1.3);transform:scale(1.3)}.itemCard h4{font-size:1.3rem;padding:.9rem 0 .2rem}@media screen and (max-width:850px){.grid{margin:4rem 2rem}.gridCard{flex-direction:column}.itemCard{margin-bottom:1.5rem;width:100%}}
/*# sourceMappingURL=main.565de729.css.map*/