.developer-card{border:2px solid var(--border-color);border-radius:10px;display:block;display:flex;height:100%;overflow:hidden;transition:all .2s ease-in-out}.developer-card .image{height:100%;position:relative;width:35%}.developer-card .image>img{box-shadow:0 4px 8px -2px rgba(0,0,0,.102);display:block;height:100%;max-height:230px;-o-object-fit:cover;object-fit:cover;width:100%}.developer-card .image .icon{align-items:center;background:var(--light-color);border-radius:10px;bottom:10%;display:flex;justify-content:center;left:10%;padding:.5rem 1rem;position:absolute;right:10%}.developer-card .image .icon img{max-height:50px;max-width:80%;-o-object-fit:contain;object-fit:contain}.developer-card .body{background:var(--light-color);display:flex;flex-direction:column;width:65%}.developer-card .body .card-bottom{background:#e3e8ec}.developer-card .body .btn-more{border:1px solid var(--primary-color);border-radius:30px;padding:.4rem .7rem;width:-moz-max-content;width:max-content}.developer-card .body .btn-more svg{transform:rotateY(180deg);transition:all .2s ease-in-out}.developer-card:hover{color:var(--primary-color)}.developer-card:hover .body .btn-more{background:var(--primary-color);color:var(--light-color);transition:all .2s ease-in-out}.developer-card:hover .body .btn-more svg path{fill:var(--light-color)}@media(max-width:767.98px){.developer-card{height:100%}.developer-card .body,.developer-card .image{height:auto}}.rtl .developer-card .body .btn-more svg{transform:none}