@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&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{text-align:center}.NavbarItems{align-items:center;background:#fff;border-radius:13px;box-shadow:0 5px 15px 0 rgba(0,0,0,.25);color:#222;display:flex;height:60px;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}.nav-menu{grid-gap:10px;align-items:center;display:grid;grid-template-columns:repeat(6,auto);list-style:none}.nav-links{color:#222;font-size:1.2rem;font-weight:400;padding:.7rem 1rem;text-decoration:none;white-space:nowrap}.nav-links i{padding-right:10px}.nav-links:hover{background-color:#000;border-radius:5px;color:#fff;transition:all .2s ease-in-out}button{border:none;border-radius:.3rem;cursor:pointer;font-size:1rem;font-weight:400;padding:.5rem 1rem;transition:.2s ease-in-out}button:hover{background-color:#000;color:#fff}.nav-links-mobile{color:#222;font-size:1.2rem;font-weight:400;padding:.7rem 1rem;text-decoration:none;white-space:nowrap}.nav-links-mobile:hover{background-color:#000;border-radius:5px;color:#fff;transition:all .2s ease-in-out}.menu-icons{display:none}@media screen and (max-width:850px){.NavbarItems{z-index:99}.menu-icons{cursor:pointer;display:block}.menu-icons i{color:#222;font-size:1.2rem}.nav-menu{align-items:stretch;background:#fff;display:flex;flex-direction:column;height:auto;justify-content:flex-start;left:-100%;margin:0;opacity:0;padding:4rem 0 2rem;position:absolute;text-align:center;top:0;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;height:10%;padding:.5rem 0;text-align:center;width:100%}.nav-links:hover{background:#01959a;transition:none}.nav-links-mobile{background:#01959a;border-radius:4px;color:#fff;font-size:1.2rem;font-weight:400px;margin:1rem;padding:.2rem;text-align:center;text-decoration:none;width:80%}}.hero{height:100vh}.hero,.hero-mid{position:relative;width:100%}.hero-mid{height:80vh}.hero-mid h1{padding-top:4rem!important}img{height:100%;object-fit:cover;width:100%}.hero-text{left:50%;position:absolute;top:55%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.hero-text h1{-webkit-text-fill-color:transparent;background:#fff;-webkit-background-clip:text;background-clip:text;font-weight:800;padding-top:3rem}.hero-text p{color:#fff;font-size:1.3rem;padding:.5rem 0 2rem}.hero-text .show{background:#fff;border-radius:6px;color:#000;font-size:1.1rem;font-weight:700;letter-spacing:2px;padding:1rem 2rem;text-decoration:none}.hero-text .hide{display:none}@media screen and (max-width:555px){.hero-text h1{margin-top:3rem;padding:10px 20px}.hero-text p{font-size:1.1rem;padding:0 0 2rem}.hero-text .show{border-radius:6px;font-size:1rem;padding:.6 rem 1.1rem}}.footer{background-color:#000;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 i:hover{color:aqua}.bottom{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:2rem;text-align:start}.bottom div{display:flex;flex-direction:column}.bottom h3{font-size:1.3rem;padding:1rem 0 .8rem}.bottom a{color:#fff;font-size:1.1rem;padding-bottom:.5rem;text-decoration:none}@media screen and (max-width:850px){.footer{padding:4rem 2rem}.top i{margin:1rem 1rem 0 0}.bottom div{width:50%}}.aboutUs{padding:4rem 6rem;text-align:start}.aboutUs h1{padding-bottom:1rem}.aboutUs p{padding-bottom:2rem}@media screen and (max-width:850px){.aboutUs{padding:4rem 2rem}}.destination{margin:4rem 6rem}.destination h1{font-size:3rem}.first-des,.first-des-reverse{align-items:center;display:flex;justify-content:space-between;margin-top:4.5rem}.first-des-reverse{flex-direction:row-reverse}.des-text{font-size:1rem;text-align:start;width:45%}.des-text h2{padding-bottom:1rem}.images{display:flex;justify-content:space-between;position:relative;width:50%;z-index:-99}.images img{border-radius:6px;box-shadow:-1px 1px 60px -18px rgba(0,0,0,.19);height:350px;object-fit:cover;width:49%}.images img:nth-child(2){position:absolute;right:0;top:-10%}@media screen and (max-width:850px){.destination{margin:4rem 2rem}.first-des,.first-des-reverse{display:flex;flex-direction:column-reverse;margin-top:3rem}.des-text{width:100%}.des-text h2{text-align:center}.images{margin:1.8rem 0;width:100%}.images img{height:250px}}.trip{color:#2a2a2a;margin:4rem 6rem}.trip h1{font-size:3rem}.trip-card{display:flex;justify-content:space-between;margin-top:3rem}.t-card{box-shadow:0 5px 25px 2px rgba(0,0,0,.11);cursor:pointer;padding:1rem .8rm;text-align:start;width:32%}.t-card,.t-image{border-radius:8px}.t-image{height:200px;overflow:hidden}.t-image img{border-radius:8px;height:100%;transition:.3s ease-in-out;width:100%}.t-image:hover img{-webkit-transform:scale(1.3);transform:scale(1.3)}.t-card h3{font-size:1.3rem;padding:.9rem 0 .2rem}@media screen and (max-width:850px){.trip{margin:4rem 2rem}.trip-card{flex-direction:column}.t-card{margin-bottom:1.5rem;width:100%}}.form-container{padding:4rem 6rem}.form-container form{width:50%}.form-container input{margin-bottom:1.5rem}.form-container textarea{border:1px solid #2a2a2a;border-radius:.3rem;margin-bottom:1.5rem;padding:1rem}.form-container button{display:inline}@media screen and (max-width:850px){.form-container{padding:4rem 2rem}.form-container form{padding-top:1rem;width:90%}}.form-container{color:#2a2a2a;padding:8rem 6rem}.form-container form{display:flex;flex-direction:column;margin:auto;padding-top:2rem;width:25%}.form-container input{border:1px solid #2a2a2a;border-radius:.3rem;height:2rem;margin-bottom:.5rem;padding:0 1rem}.form-container p{color:green;padding-top:1.5rem;text-align:center}.submit-btn{border:none;border-radius:.3rem;cursor:pointer;font-size:1rem;font-weight:400;margin-left:50px;padding:.5rem 1rem;text-align:center;transition:.2s ease-in-out;width:50%}.submit-btn:hover{background-color:#000;color:#fff}.error{color:red;display:inline}.search-trip{color:#2a2a2a;padding:8rem 6rem}.search-trip form{display:flex;justify-content:space-evenly;padding-top:2rem}.search-trip form input{border:1px solid #2a2a2a;border-radius:.3rem;height:2rem;margin-bottom:1.5rem;padding:0 1rem}.search-trip button,.search-trip p{padding-top:.5rem;text-align:center}.search-trip p{color:green}
/*# sourceMappingURL=main.5adee438.css.map*/