.project{display:flex;width:100%;justify-content:space-between;align-items:center;padding:50px 100px;border-top:1px solid #c9c9c9;cursor:pointer;transition:all .2s}.project:last-of-type{border-bottom:1px solid #c9c9c9}.project:hover{opacity:.5}.project:hover h2{transform:translateX(-10px)}.project:hover p{transform:translateX(10px)}.project h2{font-size:60px;margin:0;font-weight:400;transition:all .4s}.project p{transition:all .4s;font-weight:300}.modalContainer{height:350px;width:400px;position:absolute;background-color:initial;overflow:hidden;pointer-events:none;display:flex;align-items:center;justify-content:center}.modalSlider{position:absolute}.modal,.modalSlider{height:100%;width:100%}.modal{display:flex;align-items:center;justify-content:center}.modal img{height:auto;transform:rotate(-15deg)}.cursor,.cursorLabel{width:80px;height:80px;border-radius:50%;background-color:#455ce9;color:#fff;position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:300;pointer-events:none}.cursorLabel{background-color:initial}