.project-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px 0 rgba(52,53,53,.0588235294);transition:all .3s ease;gap:20px}.project-card.rtl{direction:rtl;text-align:right}@media(max-width:1025px){.project-card .mag-logo{height:30px}.project-card .mag-logo img{width:100%;height:100%}}[dir=rtl] .project-card .mag-logo{order:-1}.project-card .image-wrapper{position:relative;height:267px}@media(max-width:1025px){.project-card .image-wrapper{height:230px}}.project-card .image-wrapper img{width:100%;height:100%}.project-card .image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(51,45,45,.8) 0,transparent);pointer-events:none;z-index:3}.project-card .image-wrapper .project-slider,.project-card .image-wrapper .project-slider .slick-list,.project-card .image-wrapper .project-slider .slick-track,.project-card .image-wrapper .project-slider .slide{height:100%}.project-card .image-wrapper .project-slider .slide-media{position:relative;height:100%;width:100%}.project-card .image-wrapper .project-slider .slide-img{object-fit:cover}.project-card .image-wrapper .project-slider .slick-dots{bottom:8px;z-index:4}.project-card .image-wrapper .project-slider .slick-dots li{margin:0 2px}.project-card .image-wrapper .project-slider .slick-dots li button:before{font-size:8px;opacity:.6}.project-card .image-wrapper .project-slider .slick-dots li.slick-active button:before{opacity:1}.project-card .image-wrapper .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:34px;height:34px;border:none;border-radius:50%;background:#fff;box-shadow:0 0 6px rgba(0,0,0,.15);display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}@media(max-width:767px){.project-card .image-wrapper .slider-arrow{display:none}}.project-card .image-wrapper .slider-arrow:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 6px 16px rgba(0,0,0,.2)}[dir=rtl] .project-card .image-wrapper .slider-arrow:hover .arrow-chev{transform:scaleX(-1) scale(1.05)}.project-card .image-wrapper .slider-arrow.left{left:10px}[dir=rtl] .project-card .image-wrapper .slider-arrow.left{left:auto;right:10px}[dir=rtl] .project-card .image-wrapper .slider-arrow.left .arrow-chev{transform:scaleX(-1)}.project-card .image-wrapper .slider-arrow.right{right:10px}[dir=rtl] .project-card .image-wrapper .slider-arrow.right{right:auto;left:10px}[dir=rtl] .project-card .image-wrapper .slider-arrow.right .arrow-chev{transform:scaleX(-1)}.project-card .image-wrapper .slider-arrow .arrow-chev{font-size:18px;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}[dir=rtl] .project-card .image-wrapper .slider-arrow .arrow-chev{transform:scaleX(-1)}.project-card .image-wrapper .badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px;z-index:6}[dir=rtl] .project-card .image-wrapper .badges{left:auto;right:10px}.project-card .image-wrapper .badges .badge{background-color:#faf5ff;color:#581c87;padding:4px 5px;font-size:12px;border-radius:4px;font-weight:800;white-space:nowrap}.project-card .image-wrapper .countdown{display:flex;align-items:center;position:absolute;top:10px;right:10px;z-index:6}[dir=rtl] .project-card .image-wrapper .countdown{right:auto;left:10px;flex-direction:row-reverse}.project-card .image-wrapper .countdown div{margin-left:20px;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative}[dir=rtl] .project-card .image-wrapper .countdown div{margin-left:0;margin-right:20px}.project-card .image-wrapper .countdown div strong{font-size:16px;line-height:24px;color:#fff;font-weight:800}.project-card .image-wrapper .countdown div p{font-size:12px;line-height:14px;color:#fff;font-weight:600;margin-left:2px}[dir=rtl] .project-card .image-wrapper .countdown div p{margin-left:0;margin-right:2px}.project-card .image-wrapper .countdown div:after{content:":";margin:0 4px;font-weight:800;position:absolute;top:9px;right:-13px;color:#fff}[dir=rtl] .project-card .image-wrapper .countdown div:after{content:":";right:auto;left:-13px}.project-card .image-wrapper .countdown div:last-child:after,[dir=rtl] .project-card .image-wrapper .countdown div:first-child:after{display:none}.project-card .info{padding:20px;position:relative;display:flex;align-items:center;justify-content:space-between}[dir=rtl] .project-card .info{text-align:right;flex-direction:row-reverse}@media(max-width:1025px){.project-card .info{padding:10px}}.project-card .info .tag{margin-bottom:8px;display:inline-block!important;background-color:#7e22ce!important;color:#fff!important;font-size:12px!important;font-weight:600!important;padding:2px 8px!important;height:24px!important;border-radius:4px!important}.project-card .info .tag p{margin-top:3px}.project-card .info .title{font-size:20px!important;line-height:26px!important;font-weight:800!important;color:#432c63!important;margin-bottom:4px!important;text-overflow:ellipsis!important;overflow:hidden;white-space:nowrap;max-width:200px}@media(max-width:1025px){.project-card .info .title{font-size:16px;line-height:24px}}.project-card .info .location{display:flex;align-items:center}[dir=rtl] .project-card .info .location{flex-direction:row-reverse;text-align:right}.project-card .info .location span{display:block;font-size:14px;color:#565454;font-weight:500;max-width:200px;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important;max-width:150px!important}.project-card .info .location .anticon,.project-card .info .location img{margin-right:6px;color:#565454;flex-shrink:0}[dir=rtl] .project-card .info .location .anticon,[dir=rtl] .project-card .info .location img{margin-right:0;margin-left:6px}.project-card .info .price{font-weight:700;font-size:14px;color:#581c87;margin-top:8px}.project-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-2px)}