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