@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";*{box-sizing:border-box;text-align:center;margin:0;padding:0;font-family:Playfair Display,serif}.NavBarItems{z-index:9999;background-color:#fff;border-radius:13px;justify-content:space-between;align-items:center;width:95%;height:80px;padding:0 30px;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 5px 15px #00000040}.navbar-logo{color:#222;cursor:pointer;font-size:2rem}.nav-menu{grid-template-columns:repeat(6,auto);align-items:center;gap:10px;list-style:none;display:grid}.nav-links,.link{white-space:nowrap;color:#111;padding:.5rem .4rem;font-size:1rem;font-weight:500;text-decoration:none}.nav-links i{padding-right:8px}.nav-links:hover,.link:hover{color:#fff;background-color:#00c3c3;border-radius:10px;transition:all .2s ease-in-out}.nav-links-mobile{display:none}button{white-space:nowrap;cursor:pointer;border:none;border-radius:.5rem;padding:.4rem .6rem;font-size:1rem;font-weight:500;transition:all .2s ease-in-out}button:hover{color:#fff;background-color:#151516}.nav-icon{display:none}@media screen and (width<=850px){.nav-menu{opacity:0;width:100%;height:auto;padding-top:80px 0 30px 0;background:#fff;border-radius:13px;flex-direction:column;justify-content:flex-start;align-items:stretch;margin:0;transition:all .3s ease-in-out;display:flex;position:absolute;top:0%;left:-100%}.nav-menu.active{opacity:1;z-index:-1;left:0}.nav-links{text-align:center;width:100%;padding:1.5rem 0;font-size:1.5rem;display:block}.nav-links:hover{color:#fff;background-color:#00c3c3;border-radius:0;transition:none}button{display:none}.nav-links-mobile{text-align:center;color:#fff;letter-spacing:2px;background-color:#00c3c3;border-radius:10px;width:80%;margin:auto;padding:1.5rem;font-size:1.5rem;font-weight:600;display:block}.NavbarItems{z-index:99}.nav-icon{display:block}.nav-icon i{color:#222;cursor:pointer;font-size:1.2rem}}.hero{width:100%;height:100vh;position:relative}.hero-mid{width:100%;height:70vh;position:relative}.hero-mid h1{padding:4rem!important}img{object-fit:cover;width:100%;height:100%}.hero-text{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-text h1{text-align:center;text-shadow:2px 2px 4px #0000001a;-webkit-text-fill-color:transparent;background-color:#fff;-webkit-background-clip:text;font-size:3rem;font-weight:700}.hero-text p{color:#fff;padding:.5rem 0 2rem;font-size:1.1rem}.hero-text .show{color:#000;letter-spacing:2px;background:#fff;border-radius:6px;padding:.8rem 1.4rem;font-size:.9rem;font-weight:700;text-decoration:none}.hero-text .hide{display:none}@media screen and (width<=555px){.hero-text h1{padding:10px 20px;font-size:2.7rem}.hero-text p{padding:0 0 1.5rem;font-size:.9rem}.hero-text .show{border-radius:6px;padding:.5rem 1rem;font-size:.8rem}}.destination{margin:4rem 6rem}.destination h1{font-size:2.5rem}.first-des{justify-content:space-between;align-items:center;margin-top:4.5rem;display:flex}.first-des-reverse{flex-direction:row-reverse;justify-content:space-between;align-items:center;margin-top:4.5rem;display:flex}.text-des{text-align:start;width:45%;font-size:1.2rem}.text-des h2{margin-bottom:1rem}.img-des{z-index:-99;justify-content:space-between;width:50%;display:flex;position:relative}.img-des img{object-fit:cover;border-radius:6px;width:49%;height:335px;box-shadow:-1px 1px 62px -18px #00000030}.img-des img:first-child{position:absolute;top:-10%;right:0}@media screen and (width<=880px){.destination{margin:4rem 2rem}.first-des,.first-des-reverse{flex-direction:column-reverse;margin-top:2rem;display:flex}.text-des{text-align:center;width:100%}.img-des{width:100%;margin-top:2rem 0}.img-des img{height:250px;margin-top:1rem;margin-bottom:1rem}}.trip{color:#2a2a2a;margin:4rem 6rem}.trip h1{font-size:2.5rem}.trip-card-container{justify-content:space-between;margin-top:3rem;display:flex}.trip-card{text-align:center;cursor:pointer;border-radius:7px;width:32%;padding:1rem .8rem;box-shadow:0 5px 25px 2px #0000001c}.trip-image{border-radius:7px;height:200px;overflow:hidden}.trip-image img{border-radius:7px;width:100%;height:100%;transition:all .3s ease-in-out}.trip-image img:hover{transform:scale(1.3)}.trip-card h4{text-align:start;padding:.9rem 0 .2rem;font-size:1.2rem}.trip-card p{text-align:start;font-size:1rem;line-height:1.5rem}@media screen and (width<=880px){.trip{margin:4rem 2rem}.trip-card-container{flex-direction:column;margin-top:2rem;display:flex}.trip-card{width:100%;margin-bottom:2rem}}.icons{color:#fff}.footer{color:#fff;background:#111;padding:4rem 6rem}.top{text-align:start;flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.top i{color:#fff;margin-left:1rem;font-size:2rem}.top i:hover{color:#504f4f}.top h1{text-align:start}.bottom{text-align:start;flex-wrap:wrap;justify-content:space-between;padding-top:2rem;display:flex}.bottom div{flex-direction:column;display:flex}.bottom h4{text-align:start;padding:1rem 0 .8rem;font-size:1.2rem}.bottom a{text-align:start;color:#fafafa;font-size:.9rem;text-decoration:none}.bottom a:hover{color:#8d8c8c}@media screen and (width<=850px){.footer{padding:4rem 2rem}.footer i{margin:1rem 1rem 0 0}.bottom div{width:50%;margin-right:auto}}.about-container{text-align:start;margin:4rem 6rem}.about-container h1{text-align:start;padding-bottom:1rem}.about-container p{text-align:start;padding-bottom:2rem}@media screen and (width<=850px){.about-container{margin:4rem 2rem}}.form-container{color:#2a2a2a;margin:4rem 6rem}.form-container form{flex-direction:column;width:50%;margin:auto;padding-top:3rem;display:flex}.form-container input{text-align:start;border:1px solid #2a2a2a;border-radius:.3rem;height:3rem;margin-bottom:2rem;padding:0 1rem}.form-container textarea{text-align:start;resize:none;border:1px solid #2a2a2a;border-radius:.3rem;margin-bottom:2rem;padding:1rem}.form-container button{border:1px solid #2a2a2a;display:inline}@media screen and (width<=850px){.form-container{margin:4rem 2rem}.form-container form{width:90%;padding-top:2rem}}
