@import url("https://fonts.googleapis.com/css2?family=Playwrite+ES+Deco+Guides&display=swap");.custom-navbar-link:hover{color:red}.active-link{color:#ff7350}.carousel{position:relative;width:100%;max-width:600px;margin:0 auto}.slides-container{display:flex;overflow:hidden}.slide{flex:0 0 100%;max-height:200px;background-size:cover;background-position:50%;transition:opacity .3s ease-in-out}.slide.active{opacity:1}.next-button,.prev-button{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px}.circle-indicators{display:flex;justify-content:center;margin-top:10px}.circle{width:10px;height:10px;border-radius:50%;background-color:#ccc;margin:0 5px;cursor:pointer}.circle.active{background-color:red}.swiper{width:100%;height:100%}.swiper-slide{font-size:18px;display:flex;justify-content:center;align-items:center}.swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.swiper-v{background:#eee}.swiper-pagination-bullet-active{background-color:red!important}.show-menu-box{width:100%;position:fixed;background:var(--theme-color-dark);top:0;z-index:100000;right:0;height:100%}.close-menu-logo{display:flex;align-items:center;justify-content:space-between;width:100%;padding:5px 10px}.contact-list-one-custom{position:relative;padding:10px 20px}.contact-list-one-custom li{margin-bottom:10px}.social-links-custom{display:flex;border-top:1px solid hsla(0,0%,100%,.16)}.social-links-custom li{position:relative}.social-links-custom li a{display:block;margin-top:20px;line-height:47px;width:100px;text-align:center;font-size:14px;color:var(--theme-color-light);transition:all .3s ease}.social-links-custom li a:hover{color:var(--theme-color-light);background-color:var(--bg-theme-color2)}.hover-bold:hover{font-weight:700;color:#e1ada4!important}.feature-block-three{flex:1 1 calc(33.333% - 20px);max-width:calc(33.333% - 20px);overflow:hidden;background:#fff}.feature-block-three:hover{transform:translateY(-5px)}.feature-block-three .price{cursor:pointer;max-height:5px;overflow:hidden;text-overflow:ellipsis;white-space:normal;transition:max-height .3s ease}.feature-block-three:hover .price{max-height:500px}.feature-block-three .inner-box{padding:5px}.feature-block-three .image-box{display:flex;justify-content:center;align-items:center;background:#f4f4f4}.feature-block-three .image-box img{max-width:100%;height:auto;display:block}.feature-block-three .content-box{text-align:center;padding:15px}.feature-block-three .cat{display:block;font-weight:700;margin:10px 0;color:#333}.feature-block-three .price{color:#666;font-size:14px}@media (max-width:992px){.feature-block-three{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:576px){.feature-block-three{flex:1 1 100%;max-width:100%}}.zoom-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:none;justify-content:center;align-items:center;background-color:rgba(0,0,0,.8);z-index:1050}.zoom-modal img{max-width:90%;max-height:90%;cursor:zoom-out}.zoom-modal.show{display:flex}