@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Reem+Kufi:wght@400..700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.hero{width:100%;height:100vh;position:relative;text-align:center}.hero-mid{width:100%;height:70vh;position:relative;text-align:center}.hero-mid h1{padding-top:4rem!important}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:3rem;font-weight:800;color:azure;-webkit-background-clip:text}.hero-text p{font-size:1.3rem;color:azure;padding:.5rem 0 2rem}.hero-text .show{text-decoration:none;background-color:#f0f8ff;padding:1rem 2rem;border-radius:6px;font-size:1.1rem;font-weight:700;letter-spacing:2px;color:#8b0000}.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}}.NavbarItems{background-color:azure;display:flex;justify-content:space-between;align-items:center;padding:0 30px;box-shadow:0 5px 15px #0003;width:95%;height:80px;border-radius:13px;position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:9999}.navbar-logo{color:#222;font-size:2rem;cursor:pointer}.nav-menu{display:grid;grid-template-columns:repeat(6,auto);grid-gap:15px;list-style:none;align-items:center}.nav-links{text-decoration:none;color:#d2691e;font-size:1.2rem;font-weight:600;padding:.7rem 1rem;white-space:nowrap}.nav-links i{padding-right:10px}.nav-links:hover{background-color:coral;color:#fff;border-radius:6px;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:#2f4f4f;color:#f0f8ff}.menu-icons{display:none;cursor:pointer}@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;text-align:center;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:1rem .8rem}.nav-links:hover{background-color:#008b8b;transition:none}button{display:none}.nav-links-mobile{display:block;text-align:center;padding:1rem .8rem;margin:auto;border-radius:4px;width:100%;background-color:#dc143c;color:#f0f8ff;font-size:1.2rem;font-weight:700;letter-spacing:2px}.menu-icons{display:block}.menu-icons i{font-size:1.2em;color:#222}}.destination{margin:4rem 6rem;text-align:center}.destination h1{font-size:3rem}.first-des{display:flex;align-items:center;justify-content:space-between;margin-top:4.5rem}.first-des-reverse{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;margin-top:4.5rem}.des-text{width:45%;text-align:start;font-size:1.1rem}.des-text h2{padding-bottom:1rem}.image{position:relative;width:47%;display:flex;justify-content:space-between;z-index:-99}.image img{width:49%;height:350px;object-fit:cover;border-radius:6px;box-shadow:-1px 1px 62px -18px #0000001a}.image img:nth-child(2){position:absolute;top:-10%;right:0}@media screen and (max-width: 850px){.destination{margin:4rem 2rem}.first-des,.first-des-reverse{display:flex;flex-direction:column-reverse;margin-top:2.5rem}.des-text{width:100%}.image{width:100%;margin:1.8rem 0}.image img{height:250px}}.trip{text-align:center;margin:4rem 6rem}.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 #0003;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 0 .2rem}@media screen and (max-width: 850px){.trip{text-align:center;margin:4rem 2rem}.tripcard{flex-direction:column}.t-card{width:100%;margin-bottom:1.5rem}}.footer{text-align:center;padding:4rem 6rem;background-color:#000;color:#f0f8ff}.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:coral}.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:#f0f8ff;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%}}.form-container{margin:4rem 6rem;text-align:center}.form-container form{padding-top:3rem;display:flex;flex-direction:column;width:50%;margin:auto}.form-container input{height:3rem;padding:0 1rem;margin-bottom:2rem;border-radius:.3rem;border:1px solid #2a2a2a}.form-container textarea{padding:1rem;margin-bottom:2rem;border-radius:.3rem;border:1px solid #2a2a2a}.form-container button{display:inline}@media screen and (max-width: 850px){.form-container{margin:4rem 2rem}.form-container form{padding-top:2rem;width:90%}}.about-containter{margin:4rem 6rem;text-align:start}.about-containter h1{padding-bottom:1rem}.about-containter p{padding-bottom:2rem}@media screen and (max-width: 850px){.about-containter{margin:4rem 2rem}}
