@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;700&display=swap);
:root{--orange:#682852;--text-color-1:#444;--text-color-2:#666;--bg-color-1:#fff;--bg-color-2:#eee;--box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1)}
*{font-family:Poppins,sans-serif;margin:0;padding:0;box-sizing:border-box;outline:0;border:none;text-decoration:none;text-transform:capitalize;transition:all .2s linear}
html{font-size:62.5%;overflow-x:hidden;scroll-padding-top:7rem;scroll-behavior:smooth}
html::-webkit-scrollbar{width:.8rem}
html::-webkit-scrollbar-track{background:0 0}
html::-webkit-scrollbar-thumb{background:var(--orange);border-radius:5rem}
body{background:var(--bg-color-2)}
body.active{--text-color-1:#fff;--text-color-2:#eee;--bg-color-1:#333;--bg-color-2:#222;--box-shadow:0 .5rem 1.5rem rgba(0,0,0,.4)}
section{padding:2rem 7%}
.heading{text-align:center;padding-bottom:2rem;color:var(--text-color-1);font-size:4rem}
.heading span{position:relative;z-index:0}
.heading span::before{content:'';position:absolute;bottom:1rem;left:0;z-index:-1;background:var(--orange);height:100%;width:100%;clip-path:polygon(0 90%,100% 83%,100% 100%,0 100%)}
.btn{margin-top:1rem;display:inline-block;padding:.8rem 3rem;font-size:1.7rem;color:#fff;background:var(--orange);border-radius:.5rem;cursor:pointer}
.btn:hover{letter-spacing:.2rem}
.form-container form{background:var(--bg-color-1);box-shadow:var(--box-shadow);border-radius:.5rem;padding:2rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.form-container form .inputBox{flex:1 1 23rem}
.form-container form .inputBox span{font-size:1.7rem;color:var(--text-color-2)}
.form-container form .inputBox input{font-size:1.5rem;color:var(--text-color-1);background:var(--bg-color-2);border-radius:.5rem;margin:.5rem 0;text-transform:none;width:100%;padding:1rem}
.form-container form .btn{flex:1 1 23rem}
.packages .box-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:1.5rem}
.packages .box-container .box{background:var(--bg-color-1);border-radius:.5rem;box-shadow:var(--box-shadow)}
.packages .box-container .box .image{height:25rem;width:100%;padding:1.5rem;position:relative}
.packages .box-container .box .image img{height:100%;width:100%;object-fit:cover;border-radius:.5rem}
.packages .box-container .box .image h3{position:absolute;top:2.5rem;left:2.5rem;font-size:2rem;color:#fff;background:rgba(0,0,0,.5);border-radius:.5rem;font-weight:lighter;padding:.5rem 1.5rem}
.packages .box-container .box .image h3 i{color:var(--orange)}
.packages .box-container .box .content{padding:1.5rem;padding-top:0}
.packages .box-container .box .content .price{font-weight:600;color:var(--text-color-1);font-size:2.5rem}
.name{font-weight:600;color:var(--text-color-1);font-size:2.5rem}
.packages .box-container .box .content .price span{font-weight:lighter;color:var(--text-color-2);font-size:1.5rem;text-decoration:line-through}
.packages .box-container .box .content p{font-size:1.5rem;padding:.5rem 0;color:var(--text-color-2);line-height:1.7}
.services .box-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:1.5rem}
.services .box-container .box{background:var(--bg-color-1);border-radius:.5rem;box-shadow:var(--box-shadow);position:relative;padding:2rem}
.services .box-container .box span{position:absolute;top:.5rem;right:2rem;color:var(--text-color-2);font-weight:bolder;font-size:5rem}
.services .box-container .box i{height:6rem;width:6rem;line-height:6rem;text-align:center;font-size:2.5rem;color:#fff;background:var(--orange);border-radius:50%;margin-bottom:.5rem}
.services .box-container .box h3{color:var(--text-color-1);font-size:2.3rem;padding:.7rem 0}
.services .box-container .box p{color:var(--text-color-2);font-size:1.5rem;line-height:1.8}
.contact form{max-width:70rem;margin:0 auto;text-align:center}
.contact form .inputBox{display:flex;flex-wrap:wrap;justify-content:space-between}
.contact form .inputBox input,.contact form textarea{width:100%;padding:1rem;font-size:1.6rem;color:var(--text-color-1);margin:.7rem 0;background:var(--bg-color-1);box-shadow:var(--box-shadow);text-transform:none;border-radius:.5rem}
.contact form textarea{height:20rem;resize:none}
.contact form .inputBox input{width:49%}
.footer{background:var(--bg-color-1)}
.footer .box-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));gap:1.5rem}
.footer .box-container .box h3{font-size:2.5rem;color:var(--text-color-1);padding:1rem 0}
.footer .box-container .box a{display:block;font-size:1.5rem;color:var(--text-color-2);padding:1rem 0}
.footer .box-container .box a i{padding-right:.5rem;color:var(--orange)}
.footer .box-container .box a:hover i{padding-right:2rem}
.footer .credit{font-size:2rem;text-align:center;border-top:.1rem solid var(--text-color-2);padding:1rem;padding-top:2rem;margin-top:2rem;color:var(--text-color-2)}
.footer .credit span{color:var(--orange)}
@media (max-width:991px){
html{font-size:55%}
.header{padding:1.5rem 2rem}
section{padding:2rem}
}
@media (max-width:768px){
.header .navbar{right:2rem}
.header .login-form{right:2rem}
#search-btn{display:inline-block}
.header .search-form{position:absolute;top:115%;right:2rem;background:var(--bg-color-1);border-radius:.5rem;width:90%;box-shadow:var(--box-shadow);transform:scale(0);transform-origin:top right}
.header .search-form.active{transform:scale(1)}
}
@media (max-width:450px){
html{font-size:50%}
.contact form .inputBox input{width:100%}
}