@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";.NavbarItems{background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 30px;box-shadow:0 5px 15px #00000040;width:95%;height:80px;border-radius:13px;position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:9999}.NavbarItems a{color:#000}.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-color:#5490f1;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:.3rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:.2s ease-in-out}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%;align-items:stretch;opacity:0;padding:80px 0 30px;margin:0;z-index:-1;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:#5490f1;transition:none}button{display:none}.nav-links-mobile{display:block;text-align:center;padding:1.2rem;margin:auto;border-radius:4px;width:80%;background:#01959a;color:#fff;font-size:1.2rem;font-weight:700;text-decoration:none;letter-spacing:1.9px}.nav-links-mobile:hover{color:#fff}.menu-icons{display:block;cursor:pointer}.menu-icons i{font-size:1.2rem;color:#222}}.destination{margin:4rem 5rem}.destination h1{font-size:3rem}.first-des{display:flex;justify-content:space-between;text-align:center;margin-top:4.5em}.first-des-reverse{display:flex;flex-direction:row-reverse;justify-content:space-between;text-align:center;margin-top:4.5em}.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:340px;object-fit:cover;border-radius:6px;box-shadow:-1px 1px 62px -18px #00000030}.image img:nth-child(1){position:absolute;top:-35px;right:0}@media screen and (max-width: 850px){.destination{margin:4rem 2rem}.first-des{display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-between;margin-top:2.5rem}.first-des-reverse{display:flex;flex-direction:column-reverse;margin-top:2.5rem}.des-text{width:100%}.image{width:100%;margin:1.8rem 6}.image img{height:250px}}.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 #0000001c;border-radius:7px;cursor:pointer;padding:1rem .8rem}.t-image{height:200px;overflow:hidden;border-radius:7px}.t-image img{width:100%;height:100%;transition:.3s ease-in-out;border-radius:7px}.t-image:hover img{transform:scale(1.3)}.t-card h4{font-size:1.3rem;padding:.9rem .2rem 0}@media screen and (max-width: 850px){.trip{margin:4rem 2rem}.tripCard{flex-direction:column}.t-card{width:100%;margin-bottom:1.5rem}}.hero{width:100%;height:100vh;position:relative}.hero-mid{width:100%;height:70vh;position:relative}.hero-mid p{color:red}img{width:100%;height:100%;object-fit:cover}.hero-text{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);width:100%}.hero-text h1{font-size:3em;background:#fff;font-weight:800;-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:#000}@media (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}}.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}.form-container form{padding-top:3rem;display:flex;flex-direction:column;width:50%;margin:auto}.form-container label{display:flex;align-items:start}.form-container input{height:3rem;padding:0 1rem;margin-bottom:2rem;border:1px solid #2a2a2a;border-radius:.3rem}textarea{height:100px;padding:1rem;margin-bottom:2rem;border:1px solid #2a2a2a;border-radius:.3rem}.form-container button{display:inline}@media screen and (max-width: 850px){.form-container{margin:4rem 2rem}.form-container form{padding-top:2rem;width:90%}}.footer{background:#000;color:#fff;padding:4rem 6rem}.top{display:flex;justify-content:space-between;align-items:center;text-align:start;flex-wrap:wrap}.top i{color:#fff;font-size:2rem;margin-left:1rem}.top i:hover{color:#0ff}.bottom{display:flex;text-align:start;justify-content:space-around;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:#fff;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%}}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.App{text-align:center}
