@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap);:root{--main-color:#2980b9;--bg-color-1:#eee;--bg-color-2:#fff;--text-color-1:#444;--text-color-2:#666;--box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1)}*{border:none;box-sizing:border-box;font-family:Nunito,sans-serif;margin:0;outline:none;padding:0;text-decoration:none;text-transform:capitalize;transition:.2s linear}html{font-size:62.5%;overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:7rem}html::-webkit-scrollbar{width:1rem}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{background:#2980b9;background:var(--main-color);border-radius:5rem}body{background:#eee;background:var(--bg-color-1)}body.active{--bg-color-1:#222;--bg-color-2:#333;--text-color-1:#fff;--text-color-2:#eee;--box-shadow:0 .5rem 1.5rem rgba(0,0,0,.3)}section{padding:2rem 9%}.btn{background:#2980b9;background:var(--main-color);border-radius:5rem;color:#fff;cursor:pointer;display:inline-block;font-size:1.7rem;margin-top:.5rem;padding:.9rem 3.5rem}.btn:hover{letter-spacing:.2rem;opacity:.8}.heading{color:#444;color:var(--text-color-1);font-size:4rem;padding-bottom:2rem;text-align:center}.heading,.heading span{text-transform:uppercase}.heading span{color:#2980b9;color:var(--main-color)}.header{align-items:center;background:#fff;background:var(--bg-color-2);box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);display:flex;justify-content:space-between;left:0;padding:1.5rem 9%;position:fixed;right:0;top:0;z-index:1000}.header .logo{font-size:2.5rem;font-weight:bolder}.header .icons div,.header .logo{color:#444;color:var(--text-color-1)}.header .icons div{background:#eee;background:var(--bg-color-1);border-radius:50%;cursor:pointer;font-size:1.7rem;height:4.5rem;line-height:4.5rem;margin-left:.5rem;text-align:center;width:4.5rem}.header .icons div:hover{background:#2980b9;background:var(--main-color);color:#fff}.header .navbar{background:#fff;background:var(--bg-color-2);border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);display:none;padding:1rem;position:absolute;right:9%;top:115%;width:25rem}.header .navbar.active{display:block}.header .navbar a{color:#444;color:var(--text-color-1);display:block;font-size:2rem;padding:1rem}.header .navbar a:hover{color:#2980b9;color:var(--main-color);padding-left:2rem}.header .search-form{align-items:center;background:#fff;background:var(--bg-color-2);border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);display:flex;display:none;height:5rem;padding:1rem;position:absolute;right:9%;top:115%;width:50rem}.header .search-form.active{display:flex}.header .search-form input{background:none;color:#444;color:var(--text-color-1);font-size:1.6rem;height:100%;padding:1rem;text-transform:none;width:100%}.header .search-form label{color:#444;color:var(--text-color-1);cursor:pointer;font-size:2rem;padding-right:.8rem}.header .search-form label:hover{color:#2980b9;color:var(--main-color)}.header .colors-palette{background:#fff;background:var(--bg-color-2);border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);display:none;padding:1rem;position:absolute;right:9%;text-align:center;top:115%;width:20rem}.header .colors-palette.active{display:block}.header .colors-palette h3{color:#444;color:var(--text-color-1);font-size:2rem;padding:.7rem}.header .colors-palette .colors{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:.7rem}.header .colors-palette .colors .color{border-radius:.5rem;cursor:pointer;height:4.5rem;width:4.5rem}.home{display:grid;min-height:100vh;padding-top:8rem;place-items:center}.home .content{background:#fff;background:var(--bg-color-2);border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);max-width:55rem;padding:3rem 5rem;text-align:center}.home .content h3{color:#444;color:var(--text-color-1);font-size:3.5rem}.home .content p{color:#666;color:var(--text-color-2);font-size:1.5rem;line-height:1.9;padding:1.5rem 0}.services .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(27rem,1fr))}.services .box-container .box{background:#fff;background:var(--bg-color-2);border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);padding:3rem;position:relative}.services .box-container .box span{color:#666;color:var(--text-color-2);font-size:6rem;font-weight:bolder;opacity:.2;position:absolute;right:2.5rem;top:1rem}.services .box-container .box i{background:#2980b9;background:var(--main-color);border-radius:50%;color:#fff;font-size:2.5rem;height:5.5rem;line-height:5.5rem;margin-bottom:.5rem;text-align:center;width:5.5rem}.services .box-container .box h3{color:#444;color:var(--text-color-1);font-size:2.5rem;padding:1rem 0}.services .box-container .box p{color:#666;color:var(--text-color-2);font-size:1.5rem;line-height:1.8}.gallery .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(27rem,1fr))}.gallery .box-container .box{border:1rem solid #fff;border:1rem solid var(--bg-color-2);border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);cursor:pointer;height:25rem;overflow:hidden;position:relative}.gallery .box-container .box img{height:100%;object-fit:cover;width:100%}.gallery .box-container .box .content{align-items:center;background:#fff;background:var(--bg-color-2);display:flex;flex-flow:column;height:100%;justify-content:center;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);width:100%}.gallery .box-container .box .content h3{color:#444;color:var(--text-color-1);font-size:2.5rem;opacity:0;padding-bottom:.5rem;-webkit-transform:translateY(-5rem);transform:translateY(-5rem);transition-delay:.3s}.gallery .box-container .box .content span{color:#666;color:var(--text-color-2);font-size:1.5rem;opacity:0;-webkit-transform:translateY(5rem);transform:translateY(5rem);transition-delay:.3s}.gallery .box-container .box:hover .content{-webkit-transform:scale(1);transform:scale(1)}.gallery .box-container .box:hover .content h3,.gallery .box-container .box:hover .content span{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.pricing .box-contanier{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr))}.pricing .box-contanier .box{background:#fff;background:var(--bg-color-2);border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);padding:2rem 0;text-align:center}.pricing .box-contanier .box span{color:#2980b9;color:var(--main-color);font-size:7rem;padding-bottom:2rem;padding-top:1rem}.pricing .box-contanier .box:nth-child(2) span{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.pricing .box-contanier .box h3{background:#2980b9;background:var(--main-color);color:#fff;font-size:2.5rem;margin:1rem 0;padding:1rem 0}.pricing .box-contanier .box ul{list-style:none;padding:1rem 0}.pricing .box-contanier .box ul li{color:#666;color:var(--text-color-2);font-size:1.7rem;padding:.7rem 0}.pricing .box-contanier .box ul li i{color:#2980b9;color:var(--main-color);padding-right:.5rem}.pricing .box-contanier .box .price{color:#444;color:var(--text-color-1);font-size:5rem;font-weight:bolder}.pricing .box-contanier .box .price i{color:#666;color:var(--text-color-2);font-size:1.5rem;font-weight:lighter;padding:0 .5rem}.review .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr))}.review .box-container .box{background:#fff;background:var(--bg-color-2);border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);padding:3.5rem}.review .box-container .box .user{align-items:center;display:flex;padding-bottom:1rem}.review .box-container .box .user img{border-radius:50%;height:7rem;margin-right:1rem;object-fit:cover;width:7rem}.review .box-container .box .user .fa-quote-right{color:#2980b9;color:var(--main-color);font-size:4rem;margin-left:auto}.review .box-container .box .user .info h3{color:#444;color:var(--text-color-1);font-size:2rem;padding-bottom:.5rem}.review .box-container .box .user .info .stars i{color:#2980b9;color:var(--main-color);font-size:1.3rem}.review .box-container .box .user .info .stars span{color:#666;color:var(--text-color-2);font-size:1.3rem}.review .box-container .box p{color:#666;color:var(--text-color-2);font-size:1.6rem;line-height:1.7;padding-top:1rem}.contact form{margin:1rem auto;max-width:70rem;text-align:center}.contact form .inputBox{display:flex;flex-wrap:wrap;justify-content:space-between}.contact form .inputBox input,.contact form textarea{background:#fff;background:var(--bg-color-2);border-radius:.5rem;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);box-shadow:var(--box-shadow);color:#444;color:var(--text-color-1);font-size:1.6rem;margin:.7rem 0;padding:1rem;text-transform:none;width:100%}.contact form .inputBox input{width:49%}.footer{background:#fff;background:var(--bg-color-2)}.footer .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(24rem,1fr))}.footer .box-container .box h3{color:#444;color:var(--text-color-1);font-size:2.5rem;padding:1rem 0}.footer .box-container .box a{color:#666;color:var(--text-color-2);display:block;font-size:1.5rem;padding:1rem 0}.footer .box-container .box a i{color:#2980b9;color:var(--main-color);padding-right:.5rem}.footer .box-container .box a:hover i{padding-right:1.5rem}.footer .credit{color:#444;color:var(--text-color-1);font-size:2rem;margin-top:1.5rem;padding:2rem;text-align:center}.footer .credit span{color:#2980b9;color:var(--main-color)}@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 .search-form{right:2rem;width:90%}.header .colors-palette{right:2rem}.home .content{padding:3rem}}@media (max-width:450px){html{font-size:50%}.contact form .inputBox input{width:100%}}
/*# sourceMappingURL=main.b7eccbf2.css.map*/