@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins}* a{color:#000}footer{color:#fff;background-color:#222;padding:4rem 6rem}footer .top{text-align:start;flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}footer .top svg{color:#fff;margin-left:1rem;font-size:2rem}footer .top svg:hover{color:#01959a}footer .bottom{text-align:start;flex-wrap:wrap;justify-content:space-between;padding-top:2rem;display:flex}footer .bottom div{flex-direction:column;display:flex}footer .bottom h4{padding:1rem 0 .8rem;font-size:1.3rem}footer .bottom a{color:#fafafa;padding-bottom:.4rem;font-size:1.1rem;text-decoration:none}@media screen and (width<=850px){footer{padding:4rem 2rem}footer .top svg{margin:1rem 1rem 0 0}footer .bottom div{width:50%}}nav{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:30px;left:50%;transform:translate(-50%);box-shadow:0 15px 5px #00000040}nav h1{color:#222;cursor:pointer;font-size:2rem}nav .nav-links{align-items:center;gap:20px;display:flex}nav .nav-links ul{align-items:center;gap:10px;list-style:none;display:flex}nav .nav-links ul li a{cursor:pointer;color:#222;white-space:nowrap;padding:.7rem 1rem;font-size:1.2rem;font-weight:600;text-decoration:none}nav .nav-links ul li a:hover,nav .nav-links ul li a .activ{color:#fff;background-color:#01959a;border-radius:4px;transition:all .2s ease-in-out}nav .nav-links ul li a svg{margin-right:8px;font-size:1.2rem}nav img{cursor:pointer;display:none}nav .mobile-menu{position:relative}@media screen and (width<=992px){nav .nav-links{display:none}nav img{display:block}nav h1{font-size:24px}}button{cursor:pointer;white-space:nowrap;border:none;border-radius:.3rem;padding:.5rem 1rem;font-size:1rem;font-weight:600;transition:all .2s ease-in-out}button:hover{color:#fff;background-color:#222}.cards{justify-content:space-between;margin-top:3rem;display:flex!important}.cards .card{cursor:pointer;text-align:start;border-radius:7px;width:32%;padding:1rem .8rem;box-shadow:0 5px 25px 2px #0000001c}.cards .card .card-img{border-radius:7px;height:220px;overflow:hidden}.cards .card .card-img img{object-fit:cover;border-radius:7px;width:100%;height:100%;transition:all .3s ease-in-out}.cards .card .card-img img:hover{transform:scale(1.3)}.cards .card h2{padding:.9rem 0 .2rem;font-size:1.3rem}@media screen and (width<=992px){.cards{flex-direction:column}.cards .card{width:100%;margin-bottom:30px}}.destinations{justify-content:space-between;align-items:center;margin-top:4.5rem;display:flex}.destinations .texts{width:49%}.destinations .texts h2{padding-bottom:1rem}.destinations .imgs{justify-content:space-between;width:49%;display:flex}.destinations .imgs img{object-fit:cover;border-radius:6px;width:49%;height:350px;box-shadow:-1px 1px 62px -18px #00000030}.destinations .imgs img:last-child{transform:translateY(-24px)}@media screen and (width<=992px){.destinations{flex-direction:column-reverse}.destinations .texts{width:100%}.destinations .imgs{width:100%;margin-bottom:20px}.destinations .imgs img{height:290px}.destinations:last-child{flex-direction:column-reverse!important}}.hero{color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;display:flex;position:relative}.hero .hero-text{flex-direction:column;justify-content:center;align-items:center;display:flex}.hero .hero-text h1{color:#fff;font-size:3rem;font-weight:800}.hero .hero-text p{color:#fff;padding:.5rem 0 2rem;font-size:1.3rem}.hero .hero-text button{color:#222;background:#fff;border:none;border-radius:6px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s linear}.hero .hero-text button:hover{color:#fff;background-color:#1c1c1c}@media screen and (width<=992px){.hero .hero-text{text-align:center;padding:30px}.hero .hero-text h1{font-size:2rem}.hero .hero-text button{font-size:1rem}}section{padding:4rem 6rem}@media screen and (width<=992px){section{padding:4rem 2rem}}.title-and-subTitle{flex-direction:column;justify-content:center;align-items:center;display:flex}.title-and-subTitle h1{font-size:3rem}@media screen and (width<=992px){.title-and-subTitle{text-align:center}.title-and-subTitle h1{font-size:2rem}}.menus{z-index:99;background-color:#fff;border-radius:13px;height:fit-content;padding:20px 25px 20px 30px;transition:all .3s linear;position:absolute;top:0;right:0;width:100%!important}.menus .menu-text .menu-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.menus .menu-text .menu-header h1{font-size:24px}.menus .menu-text ul{list-style:none}.menus .menu-text ul li:last-child{margin-bottom:20px}.menus .menu-text ul li{cursor:pointer}.menus .menu-text ul li:hover a{color:#fff}.menus .menu-text ul li:hover{background-color:#01959a;border-radius:8px;transition:all .3s linear}.menus .menu-text ul li a{width:100%;padding:20px;text-decoration:none;display:block}.menus .menu-text button:first-child{width:100%}@media screen and (width<=922px){.menu .menu-text{width:65vw}.menu .menu-text h1{margin-bottom:24px;font-size:21px}.menu .menu-text ul li{padding:18px}.menu .menu-text button{margin-top:18px}}form{color:#2a2a2a;border-radius:14px;flex-direction:column;gap:20px;width:60%;margin:6rem auto;padding:3rem 10rem;display:flex;box-shadow:0 5px 25px 2px #00000026}form h3{text-align:center;margin-bottom:10px;font-size:16px;font-weight:400!important}@media screen and (width<=992px){form{width:80%;margin:4rem auto;padding:2rem}form h3{font-size:20px}}input{border:1px solid #2a2a2a;border-radius:.3rem;width:100%;height:3rem;padding:0 1rem}input::placeholder{color:#757575}textarea{resize:vertical;color:#757575;border:1px solid #2a2a2a;border-radius:.3rem;width:100%;min-height:193px;margin-bottom:2rem;padding:1rem}
