@import"https://fonts.googleapis.com/css2?family=Poppins&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,300,0,0";*{margin:0;padding:0;border:0}html{color-scheme:light dark}body{font-size:17px;font-family:Poppins,sans-serif;background:white}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 40;font-size:32px}a:visited{color:inherit}.app{display:flex;flex-direction:column;height:100vh}.app h1{font-size:3em;font-weight:400}.app button{font:inherit;display:flex;align-items:center;justify-content:center}a.wa{position:fixed;bottom:12px;right:12px;z-index:66}a.wa img{width:75px}nav{padding:16px 22px;display:flex;flex-direction:column;background:white;position:fixed;top:0;left:0;right:0;z-index:66;color:#000;max-height:200px;transition:.3s;overflow:hidden}nav.off{max-height:50px}nav ul{list-style:none}nav ul li{text-align:center;height:50px;display:flex;align-items:center;justify-content:center}nav .top{display:flex;align-items:center;font-weight:700}nav .top img{height:50px}nav button{margin-left:auto;padding:8px;border-radius:8px;background:rgba(0,0,0,0);color:#000}header{background:#4ABDAC}header .header-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 16px 16px;gap:15px;min-height:0;transition:.4s ease;text-align:center}header .header-content h2{overflow:hidden}main{display:flex;flex-direction:column;align-items:center}main .heading{color:#333;padding:16px;background:#9bf7f7;border-radius:22px;text-align:center;margin-bottom:70px}main article{color:#333;padding:16px;display:flex;flex-direction:column;gap:20px}main article .text{padding:12px;border-radius:22px;background:#eee}main article h2{font-size:1.2em;margin-bottom:10px}main .articleImg{margin-bottom:30px}main .articleImg img{width:100%;border-radius:20px}main .articleImg .slides .image{width:100%;display:flex;gap:16px;height:200px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory}main .articleImg .slides .image img{scroll-snap-align:start;object-fit:cover;height:100%}main .paket{border:2px solid #00FFFF;border-radius:30px;background:#eee;margin-bottom:70px;box-sizing:border-box;position:relative;padding-top:50px;width:calc(100vw - 32px)}main .paket .list{position:absolute;top:-30px;left:50%;transform:translate(-50%);background:#4ABDAC;border-radius:22px;display:flex;align-self:center;padding:3px 32px;width:60%;flex-direction:column}main .paket h3,main .paket h4{text-align:center}main .paket ul{margin-left:30px}main .notes{color:#333;width:calc(100% - 32px);margin-bottom:40px;text-align:left;margin-top:-20px;box-sizing:border-box;background:#ffc9c9;border:2px solid #f87878;border-radius:22px}main .notes ul{margin-left:22px}main .notes h3{text-align:center}footer{background:#19796a;display:flex;flex-direction:column;align-items:center;padding:16px 16px 32px}footer a{color:#fff}footer .copy{width:100%;display:flex;justify-content:center;text-align:center}footer p{display:flex;align-items:center;margin-bottom:12px;gap:12px}footer p:nth-of-type(2){margin-bottom:22px}footer article{margin:12px 0}
