@import"https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Montserrat:300,400,500,600,700&display=swap";:root{--primary-color: #d78d8d;--secondary-color: #68705c;--text-color: #9d9ea5;--text-color-dark: #00113e;--white: #fff;--black: #000}body{font-family:Josefin Sans,sans-serif;font-size:16px;color:#9d9ea5}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:600;color:#00113e}p{font-size:16px;color:#9d9ea5}h1{font-size:60px}h2{font-size:50px}h3{font-size:30px}h4{font-size:25px}h5{font-size:18px}h6{font-size:15px;font-weight:300}body{background:#fff}.section-title{margin-bottom:70px}@media (max-width: 991px){.section-title{text-align:center}}.section-title h2{font-weight:300;letter-spacing:2px;text-transform:uppercase;margin-bottom:15px}@media (max-width: 991px){.section-title h2{font-size:40px}}.section-title p{font-size:20px;font-weight:300}.form-control{background:transparent;border-radius:0;margin-bottom:30px;padding:0 0 10px;border-width:0 0 1px 0;border-color:#d78d8d;font-weight:300;letter-spacing:1px;-webkit-appearance:none;height:42px}.form-control:focus{box-shadow:none;background:transparent;border-color:#9d9ea5}select.form-control{height:42px!important;position:relative}.select-wrapper{position:relative}.select-wrapper:before{content:"";position:absolute;width:16px;height:10px;background:url(../images/angle-down-select.svg);background-size:contain;background-repeat:no-repeat;right:15px;top:50%;transform:translateY(-80%)}textarea.form-control{height:auto}.site-cart a{text-decoration:none}.site-cart-item{display:flex;align-items:center}.site-cart-item .bi{color:#68705c}.site-cart-item .thumb{max-width:100px;max-height:100px}.site-cart-item .thumb img{-o-object-fit:cover;object-fit:cover}.site-cart-item .cart-item-detail p{color:#00113e;margin:0;padding:0}.site-cart-item .cart-item-detail .btn{height:16px;aspect-ratio:1/1;margin:0;padding:0;font-size:16px;line-height:16px}.site-cart-item .cart-item-detail .form-control{margin:0;padding:0;height:16px;text-align:center}.site-cart-item .cart-item-detail .price{text-align:end;padding-right:10px}.cart-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1040;opacity:0;visibility:hidden;transition:opacity .3s ease-out,visibility .3s ease-out}.cart-drawer-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;height:100vh;width:400px;background:#fff;z-index:1050;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease-out}.cart-drawer.open{transform:translate(0)}@media (max-width: 767px){.cart-drawer{width:100%;box-shadow:0 -2px 10px #0000001a}}.cart-drawer-header{padding:1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;background:#fff}.cart-drawer-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#00113e}.cart-drawer-close{background:none;border:none;font-size:1.5rem;color:#9d9ea5;cursor:pointer;padding:.25rem;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:color .2s ease}.cart-drawer-close:hover{color:#00113e}.cart-drawer-close:focus{outline:2px solid #d78d8d;outline-offset:2px}.cart-drawer-content{flex:1;overflow-y:auto;padding:0}.cart-drawer-items{padding:1rem 1.5rem}.cart-drawer-empty{padding:3rem 1.5rem;text-align:center;color:#9d9ea5}.cart-drawer-empty h4{margin-bottom:.5rem;color:#00113e}.cart-drawer-empty p{margin-bottom:1.5rem}.cart-drawer-footer{background:#fff;border-top:1px solid #e9ecef;padding:1.5rem}.cart-drawer-summary{margin-bottom:1rem}.cart-drawer-summary .summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.cart-drawer-summary .summary-row.total{font-weight:600;font-size:1.1rem;border-top:1px solid #e9ecef;padding-top:.5rem;margin-top:1rem}.cart-drawer-checkout-btn{width:100%;background:#d78d8d;color:#fff;border:none;padding:.75rem 1rem;font-size:1rem;font-weight:600;border-radius:.375rem;text-decoration:none;display:inline-block;text-align:center;transition:background-color .2s ease}.cart-drawer-checkout-btn:hover{background:#ca6767;color:#fff;text-decoration:none}.cart-drawer-checkout-btn:focus{outline:2px solid #d78d8d;outline-offset:2px}.cart-drawer-checkout-btn:disabled{background:#9d9ea5;cursor:not-allowed}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.slide-enter{animation:slideInRight .3s ease-out forwards}.slide-exit{animation:slideOutRight .3s ease-in forwards}.fade-enter{animation:fadeIn .3s ease-out forwards}.fade-exit{animation:fadeOut .3s ease-in forwards}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.cart-item-loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite linear}.cart-item-transition{transition:all .25s ease-out}.cart-item-enter{opacity:0;transform:translateY(-10px)}.cart-item-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease-out,transform .3s ease-out}.cart-item-exit{opacity:1;transform:translateY(0)}.cart-item-exit-active{opacity:0;transform:translateY(-10px);transition:opacity .2s ease-in,transform .2s ease-in}.btn-loading{position:relative;color:transparent!important}.btn-loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin-top:-8px;margin-left:-8px;border:2px solid;border-color:transparent currentColor currentColor transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.quantity-updating{opacity:.6;pointer-events:none;transition:opacity .2s ease}.cart-badge-bounce{animation:badgeBounce .6s ease-out}@keyframes badgeBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.site-hero{position:relative;height:100vh;background-size:cover;background-position:center center;display:flex;align-items:center;justify-content:center;color:#fff}.site-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}@media (max-width: 991px){.site-hero{height:auto;padding:200px 0}}@media (max-width: 575px){.site-hero{padding:150px 0}}.site-hero-content{position:relative;z-index:2}.site-hero-content h1{margin-bottom:75px;color:#9d9ea5}@media (max-width: 1200px){.site-hero-content h1{font-size:50px;margin-bottom:50px}}@media (max-width: 575px){.site-hero-content h1{font-size:40px}}.site-hero-content-buttons{margin:0;padding:0;display:flex;justify-content:space-between;width:100%}.site-hero-content-buttons li{display:inline-block;position:relative}.site-hero-content-buttons li:nth-child(1){left:25%}.site-hero-content-buttons li:nth-child(2){left:75%}@media (max-width: 575px){.site-hero-content-buttons li{display:block;left:50%;transform:translate(-50%)}.site-hero-content-buttons li:not(:last-child){margin-bottom:20px}}.site-hero-content-buttons li .btn{font-weight:600}@media (max-width: 575px){.site-hero-content-buttons li .btn{width:90%;margin:0 auto;display:block}}.site-hero-scroll{position:absolute;left:50%;bottom:70px;transform:translate(-50%);z-index:2}.site-project{padding:150px 0;overflow:hidden}.site-project a{text-decoration:none}.site-project-item{position:relative;margin-bottom:30px;transition:all .3s ease-in}.site-project-item-name,.site-project-item-price{width:100%}.site-project-item-thumb img{-o-object-fit:fill;object-fit:fill;width:100%}.site-project-item-content{background:#f7f9ff;padding:45px;transition:all .3s cubic-bezier(.36,.03,0,.91)}@media (max-width: 767px){.site-project-item-content{padding:30px}.site-project-item-content h5{font-size:12px}}@media (max-width: 575px){.site-project-item-content h5{font-size:10px}}.site-project-item-content span{font-family:Montserrat,sans-serif;color:#d78d8d;margin-bottom:10px}.site-project-item-content h3{color:#00113e;margin-bottom:0;transition:.3s ease}@media (max-width: 575px){.site-project-item-content h3{font-size:12px}}.site-project-item-content a.read-more{position:absolute;bottom:40px;width:100%;color:#9d9ea5;opacity:0;transform:translateY(20px);transition:all .3s cubic-bezier(.36,.03,0,.91)}@media (max-width: 767px){.site-project-item-content a.read-more{transform:translateY(0);opacity:1}}.site-project-item:hover{box-shadow:0 30px 45px #0000000a}.site-project-item:hover .site-project-item-content h3{color:#d78d8d}.site-project-cta{margin-top:30px;display:inline-block;font-family:Montserrat,sans-serif;font-size:18px;font-weight:500;color:#d78d8d;position:relative}.site-project-cta:before{content:"";position:absolute;height:2px;width:100%;background:#d78d8d;bottom:-2px;transform-origin:right;transform:scaleX(0);transition:transform .3s cubic-bezier(.36,.03,0,.91)}.site-project-cta:hover:before{transform:scaleX(1);transform-origin:left}.site-project-header{padding:170px 0 100px;background:#f7f9ff}@media (max-width: 767px){.site-project-header{padding:120px 0 80px}}.site-project-header-content h1{font-size:55px}@media (max-width: 767px){.site-project-header-content h1{font-size:40px}}.site-project-header-content h1 span{color:#d78d8d}@media (max-width: 991px){.site-project-header-content{text-align:center;margin-bottom:30px}}.site-project-header-action{display:block;text-align:center}.site-project-header-action span{font-size:30px;font-weight:300;color:#00113e;margin-bottom:20px}@media (max-width: 767px){.site-project-header-action span{font-size:25px}}.site-project-header-action img{width:66px}@media (max-width: 767px){.site-project-header-action img{width:40px}}.site-project-header-action:hover{text-decoration:none}.site-project-pagination{margin-top:40px}.site-project-pagination .pagination{justify-content:center}.site-project-pagination .pagination .page-item:not(:last-child){margin-right:10px}.site-project-pagination .pagination .page-item .page-link{font-size:24px;padding:12px 20px;border:none;color:#00113e;font-weight:300;transition:all .3s ease}.site-project-pagination .pagination .page-item .page-link.active{background-color:#d78d8d;color:#fff}.site-project-pagination .pagination .page-item .page-link.disabled{opacity:.3;cursor:not-allowed}.site-project-single-section{padding:100px 0}@media (max-width: 767px){.site-project-single-section{padding:100px 0}}.site-project-single-section span{filter:invert(65%) sepia(8%) saturate(1788%) hue-rotate(314deg) brightness(97%) contrast(89%)}.site-project-single-section .carousel-indicators button{background-color:#d78d8d}.site-project-single-section .border{border-radius:10px;border:1px solid #dee2e6}.site-project-single-section .add-to-cart-box{padding:20px;background-color:#f8f9fa;border-radius:10px;border:1px solid #dee2e6}.site-project-single-section .add-to-cart-box .in-stock{color:green}.site-project-single-section .add-to-cart-box .price{font-size:24px}.site-project-single-section .active-card{box-shadow:0 5px 10px #d78d8d70}.site-project-single-section a{text-decoration:none}.site-project-single-section-card{display:inline-block;width:auto}.site-project-single-section-card p{margin-bottom:0;color:#00113e;font-size:12px}.site-project-single-section-card .card-body{padding:5px}.site-project-single-section-card:hover p{color:#d78d8d}.site-project-single h1{font-size:40px;font-weight:500;margin-bottom:40px}.site-project-single-image{display:flex;flex-wrap:wrap;margin-bottom:30px}.site-project-single-description{margin-bottom:50px}.site-project-single-description p{margin-bottom:30px}.site-project-single-action a{font-size:24px;font-weight:300;color:#00113e;margin-left:auto;display:flex;justify-content:flex-end}@media (max-width: 575px){.site-project-single-action a{transform:translate(-10px)}}.site-project-single-action a .link-area{display:inline-block}.site-project-single-action a .link-area span{position:relative;display:block;padding:2px 0;transition:transform .9s cubic-bezier(.19,1,.22,1);transform-origin:left center}.site-project-single-action a .link-area span:after{content:attr(data-text);position:absolute;top:150%;left:0;transform:skewY(30deg);transition:transform .9s cubic-bezier(.19,1,.22,1)}.site-project-single-action a:hover .link-area span{transform:translateY(-150%) skewY(7deg)}.site-project-single-action a:hover .link-area span:after{transform:skewY(-7deg)}.site-project-single-action img{filter:invert(1);transform:rotate(90deg);margin-left:30px}.site-checkout .site-cart{display:flex;flex-direction:column;align-content:flex-start}.site-footer{background:#68705c;padding:100px 0}.site-footer-logo{margin-bottom:50px}@media (max-width: 575px){.site-footer-logo{text-align:center}}.site-footer-logo-img{width:128px;height:auto}@media (max-width: 991px){.site-footer-widget{margin-bottom:40px}}@media (max-width: 575px){.site-footer-widget{text-align:center}}.site-footer-widget-title{color:#fff;margin-bottom:30px}@media (max-width: 991px){.site-footer-widget-title{margin-bottom:20px}}.site-footer-widget-description{color:#fff;line-height:30px}.site-footer-widget-description a{color:#fff}.site-footer-widget-links{margin:0;padding:0}.site-footer-widget-links li{list-style:none}.site-footer-widget-links li a{color:#fff;transition:all .3s cubic-bezier(.36,.03,0,.91);display:block}.site-footer-widget-links li:not(:last-child) a{padding-bottom:9px}@media (max-width: 575px){.site-footer-widget-top{text-align:center;display:block}}.site-footer-widget-top img{margin-bottom:20px}.site-footer-widget-top p{color:#fff}.site-footer-widget-top:hover{text-decoration:none}.site-footer-copyright p{color:#fff;margin:50px auto 0;text-align:center}.site-footer-copyright a{color:#00113e;transition:all .3s ease}@media (max-width: 767px){.site-footer-copyright a{font-size:20px}}@media (max-width: 991px){.site-footer-copyright a{margin-bottom:70px}}
