.header{z-index:1000;background-color:#0000;width:100%;transition:background .4s,box-shadow .4s;position:fixed;top:0;left:0}.header.scrolled{background:#fff;box-shadow:0 2px 10px #0000001a}.header-inner{justify-content:space-between;align-items:center;width:95%;margin:auto;display:flex}.header-logo{height:100px;padding:5px 0;transition:height .4s}.header.scrolled .header-logo{height:70px}.header-logo img{width:auto;height:100%}.header-links ul{align-items:center;gap:2rem;font-family:Montserrat,sans-serif;display:flex}.header-links ul li{list-style:none}.header-links ul li a{color:#fff;text-transform:capitalize;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s}.header.scrolled .header-links ul li a{color:#000}.header-links ul li a:hover{color:#ff8c19}.packages{position:relative}.packagelist{opacity:0;visibility:hidden;background-color:#fff;border:1px solid #ff8c19;border-radius:10px;flex-direction:column;gap:.6rem;width:300px;padding:1rem .8rem;transition:all .3s;display:flex;position:absolute;top:120%;right:0;transform:translateY(10px)}.packages:hover .packagelist{opacity:1;visibility:visible;transform:translateY(0)}.packagelist a{align-items:center;gap:.5rem;transition:all .3s;display:flex;color:#000!important}.packagelist a p{font-size:13px;font-weight:500}.packagelist a:hover p{color:#ff8c19}.menu-icon{cursor:pointer;color:#fff;margin-top:5px;font-size:2.5rem;display:none}.header.scrolled .menu-icon{color:#000}.sidebar{z-index:2000;background-color:#eee;width:100%;height:auto;padding-bottom:15px;transition:transform .4s;position:fixed;top:0;left:0;overflow-y:auto;transform:translateY(-100%);box-shadow:0 2px 20px #0000008e}.sidebar.active{transform:translateY(0)}.sidebarHeader{justify-content:space-between;display:flex}.sidebar a{color:#000;padding:12px 20px;font-family:Montserrat,sans-serif;font-size:15px;transition:all .3s;display:block}.sidebar a:hover{background-color:#0003}.sidebar .closebtn{cursor:pointer;color:#000;background-color:#0000;width:fit-content;margin:0;font-size:40px}.sidebarContact{border-top:1px solid #ccc;padding-top:10px}.sidebarContact a{padding:5px 20px}@media (max-width:850px){.header-logo{height:80px}}@media (max-width:750px){.header-links ul{display:none}.header-logo{height:50px}.menu-icon{display:block}}
footer{background-color:#261f1a;margin-top:-5px}.footer-inner{color:#fff;justify-content:space-between;padding:3rem;font-family:Montserrat,sans-serif;display:flex}.footer-about p{text-align:justify;font-size:13px}.footer-inner h3{color:#fff;text-transform:uppercase;margin-bottom:1.5rem;font-size:1.1rem;font-weight:bolder}.footer-inner li{color:#fff;align-items:center;gap:.6rem;margin-bottom:1rem;list-style:none;transition:all .5s;display:flex}.footer-inner li:hover{gap:1rem;transition:all .5s}.footer-inner li a{color:#fff;font-size:13px;font-weight:500;text-decoration:none}.footer-about,.footer-packages,.footercontact,.footer-usefullink{width:27%;padding:2%}.footer-about img{width:100%;height:auto}.footercontact p{font-size:1.1rem;font-weight:700}.disclaimer{text-align:center;color:#fff;padding:0 5% 20px;font-size:10px}.disclaimer a{color:#fff}.copyright{border-top:1px solid #ffffff91;width:80%;margin:auto;padding:1rem}.copyright p{text-align:center;color:#fff;font-family:Montserrat,sans-serif;font-size:.7rem}@media (max-width:1000px){.footer-inner{flex-wrap:wrap}.footer-about,.footer-packages,.footercontact,.footer-usefullink{width:45%;padding:2%}}@media (max-width:650px){.footer-about,.footer-packages,.footercontact,.footer-usefullink{width:95%;margin-bottom:2rem;padding:2%}.footer-inner{padding:1rem}.footer-inner h3{text-align:left}.footer-inner li{justify-content:left}}
div.elem-group{margin:15px 0}div.elem-group.inlined{width:49%;margin-left:1%;display:inline-block}label{padding-bottom:10px;font-family:Montserrat,sans-serif;font-size:1rem;display:block}input,select,textarea{box-sizing:border-box;border:1px solid #777;border-radius:10px;outline:none;width:100%;padding:10px;font-family:Montserrat,sans-serif;font-size:.8rem}div.elem-group.inlined input{border-radius:10px;width:95%;font-family:Montserrat,sans-serif;display:inline-block}textarea{height:100px}hr{border:1px dotted #ccc}button{color:#fff;text-align:center;cursor:pointer;background:#ff8c19;border:none;border-radius:16px;width:150px;margin:auto;padding:.5rem 1rem;font-family:inherit;font-size:20px;display:block}.alert-box{border-radius:8px;justify-content:space-between;align-items:center;margin-top:15px;margin-bottom:10px;padding:14px 16px;font-size:14px;font-weight:500;animation:.4s slideFade;display:flex}.alert-text{flex:1;margin-right:10px}.alert-success{color:#0f5132;background:#e6f9f0;border-left:4px solid #198754}.alert-error{color:#842029;background:#fdecea;border-left:4px solid #dc3545}.alert-close{cursor:pointer;color:inherit;background:0 0;border:none;font-size:18px;line-height:1}@keyframes slideFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
