*{box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;padding:0}.App{text-align:center}.hero{height:80vh;position:relative}.hero,img{width:100%}img{height:100%;object-fit:cover}.hero-text{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.hero-text h1{-webkit-text-stroke:12px #000;font-size:3.5rem;font-weight:800;text-shadow:0 2px 10px #0009}.hero-text h1,.hero-text p{color:#fff;paint-order:stroke fill}.hero-text p{-webkit-text-stroke:3.5px #000;font-size:1.5rem;font-weight:600;padding:.5rem 0 2rem;text-shadow:0 2px 8px #0009}@media screen and (max-width:555px){.hero-text h1{padding:10px 20px}.hero-text p{font-size:1.1rem;padding:0 0 2rem}}.NavbarItems{align-items:center;background-color:#fff;border-radius:30px;box-shadow:0 5px 15px 0 #00000040;display:flex;height:80px;justify-content:space-between;left:50%;padding:0 30px;position:absolute;top:20px;transform:translate(-50%);width:95%;z-index:9999}.navbar-logo{display:flex;text-decoration:none}.navbar-logo h1{color:#000;font-size:2rem}.navbar-logo img{margin-left:.5rem;margin-top:.1rem;width:2rem}.nav-menu{grid-gap:10px;align-items:center;display:grid;grid-template-columns:repeat(6,auto);list-style:none}.nav-links{color:#000;font-size:1.2rem;font-weight:600;padding:.7rem 1rem;text-decoration:none}.nav-links i{padding-right:10px}.nav-links:hover{background-color:aqua;border-radius:4px;color:#fff;transition:all .2s ease-in-out}.menu-icons{display:none}@media screen and (max-width:950px){.NavbarItems{z-index:99}.nav-menu{align-items:stretch;background-color:#fff;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:.5s;width:100%;z-index:-1}.nav-menu.active{left:0;opacity:1;transition:.5s;z-index:-1}.nav-links{display:block;font-size:1.2rem;padding:2rem 0;width:100%}.nav-links:hover{background-color:#053333;transition:none}.menu-icons{cursor:pointer;display:block}.menu-icons i{color:#000;font-size:1.2rem}}.footer{background-color:#000;color:#fff;padding:4rem 2rem}.top{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;text-align:start}.top h1{margin-bottom:.5rem}.top i{color:#fff;font-size:2rem;margin-left:1rem}.top i:hover{color:aqua}.bottom{display:flex;flex-wrap:wrap;padding-top:4rem;text-align:start}.bottom a{color:#fff;font-size:1.1rem;margin-right:.6rem;text-decoration:none}@media screen and (max-width:700px){.footer i{margin:1rem 1rem 0 0}.top{align-items:start;display:flex;flex-direction:column}}.service{color:#000;margin:2rem 6rem}.service h1{font-size:3rem;margin-bottom:15px}.service-card{align-items:center;display:flex;flex-direction:column;margin-top:2rem}.s-card{box-shadow:0 5px 25px 2px #0000001a;display:flex;padding:1rem .8rem;text-align:start}.s-card,.s-image{border-radius:7px}.s-image{height:200px;margin-right:1rem;overflow:hidden;width:60%}.s-image img{border-radius:7px;height:100%;transition:.3s ease-in-out;width:100%}.s-image:hover img{transform:scale(1.3)}.service-content h4{font-size:1.3rem;margin-bottom:.3rem}.service-content .online{margin-top:1rem}.service-content button{background-color:#063c3c;color:#fff;cursor:pointer;font-size:100%;height:5vh;margin-top:.3rem;width:12vh}@media screen and (max-width:1200px){.s-image{width:85%}}@media screen and (max-width:850px){.service{margin:4rem 2rem}.s-card{flex-direction:column;margin-bottom:1.5rem;width:90%}.s-image{height:250px;width:100%}.service-content{margin-top:.5rem}.service-content button{height:6vh;width:14vh}}.about-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1.2fr;margin:4rem;text-align:start}.about-container h1{padding-bottom:1rem}.about-container p{padding-bottom:2rem}.about-container img{border:1px solid #fff;border-radius:15px;box-shadow:5px 5px 10px #676464}@media screen and (max-width:850px){.about-container{display:flex;margin:4rem 2rem;text-align:center}.about-container img{display:none}}.staff{margin:4rem}.staff h1{font-size:2rem}.leading-staff-group{display:grid;grid-template-columns:1fr 1fr;margin:1.5rem 1rem}.staff-group{display:grid;grid-template-columns:1fr 1fr 1fr;margin:1.5rem 1rem}.member{align-items:center;display:flex;flex-direction:column}.member img{border-radius:6px;box-shadow:-1px 1px 62px -18px;height:auto;object-fit:cover;width:50%}.member-text{font-size:1rem;margin-top:1rem;text-align:start;width:50%}.member-text h2{font-size:1.3rem;padding-bottom:.5rem}@media screen and (max-width:1200px){.member img,.member-text{width:60%}}@media screen and (max-width:850px){.staff{margin:4rem}.leading-staff-group,.staff-group{display:flex;flex-direction:column}.member{margin-top:1.5rem}.member img,.member-text{width:70%}}@media screen and (max-width:600px){.member img,.member-text{width:90%}}.form-container{color:#000;margin:4rem 6rem}.form-container form{display:flex;flex-direction:column;margin:auto;padding-top:3rem;width:50%}.form-container input{height:3rem;padding:0 1rem}.form-container input,.form-container textarea{border:1px solid #000;border-radius:.3rem;margin-bottom:2rem}.form-container textarea{padding:1rem}.form-container button{color:#000;display:inline;font-size:20px;height:7vh;text-decoration:none}@media screen and (max-width:850px){.form-container{margin:4rem 2rem}.form-container form{padding-top:2rem;width:90%}}.coming-soon{margin:0 6rem;padding:12rem 0;text-align:center}.coming-soon h1{font-size:24px}
/*# sourceMappingURL=main.c9823323.css.map*/