.ourProject__project{background-color:#fff;box-shadow:-6px 8px 30px rgba(26,61,127,.1);display:flex;width:63vw;border-radius:20px;margin-bottom:30px;height:300px}.ourProject__projectImg{width:50%;border-radius:inherit;border-top-left-radius:0;border-bottom-left-radius:0;overflow:hidden}.ourProject__projectImg img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.ourProject__projectInner{padding:40px 50px 20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:50%}.ourProject__author,.ourProject__title{display:flex;justify-content:space-between;gap:20px;align-items:center;font-weight:700;margin-bottom:5px}.ourProject__author{margin-bottom:15px}.ourProject__title{justify-content:space-between}.ourProject_author_img{border:2px solid #dd264e;border-radius:50%;padding:2px}.ourProject__author .ourProject_author_img{width:50px;height:50px;aspect-ratio:1/1}.ourProject__author{font-size:18px}.heart-btn{background:transparent;border-radius:50%;border:0;display:flex;align-items:center;justify-content:center;gap:6px;font-family:Montserrat;color:var(--text-color);font-weight:500}.ourProject__desc p{margin:0}.heartWrapper{display:flex;align-items:center;justify-content:center;background-color:#ddd;padding:6px;border-radius:50%}.home_project{width:315px;height:100%;transition:.5s;transform:translateY(0);&:hover{transform:translateY(-20px)}}@media screen and (max-width:1600px){.ourProject__desc{font-size:15px}.ourProject__author{margin-bottom:20px}.ourProject__author .ourProject_author_img{width:40px;height:40px}.ourProject__author{font-size:16px}}@media screen and (max-width:1100px){.ourProject__projectInner{padding:30px clamp(1.301875rem,-.0015rem + 2.6067vw,1.790625rem)}}@media screen and (max-width:800px){.ourProject__project{width:90vw}.ourProject__projectImg,.ourProject__projectInner{width:100%}}@media screen and (max-width:600px){.ourProject__project{flex-direction:column-reverse;height:auto}.ourProject__author,.ourProject__title{font-size:16px}.ourProject__author .ourProject_author_img{width:48px}.ourProject__desc,.ourProject__projectInner .btns{font-size:13px;text-align:justify;justify-content:space-between}.ourProject__projectInner .btns{flex-direction:row}.ourProject__projectInner .btns button{width:100%!important}.ourProject__projectImg{border-radius:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0}.paginationBtn{font-size:20px!important}.home_project .projectInfo{padding:8px}}.dropdown{width:100%;position:relative}.dropdown .btn{z-index:2;text-transform:uppercase;position:relative;font-size:clamp(.8125rem,.7514rem + .3053vw,.9375rem)}.dropdownItems{border-radius:0 0 45px 45px;background:#fff;display:flex;flex-direction:column;padding-top:15px;padding-bottom:18px;position:absolute;width:100%;z-index:5;left:0;animation:rotateMenu .4s ease-in-out forwards;transform-origin:top center;perspective:1000px}@keyframes rotateMenu{0%{transform:rotateX(-90deg)}70%{transform:rotateX(20deg)}to{transform:rotateX(0deg)}}.dropdownItems button{padding:15px 20px;text-align:left;font-family:Montserrat;font-size:clamp(.8125rem,.7514rem + .3053vw,.9375rem);font-weight:700;text-transform:uppercase;color:#313a4b}.dropdownItems button:last-child{border-radius:inherit}.dropdown .btn_icon{width:17px;height:17px}@media screen and (max-width:975px){.dropdown .btn{width:fit-content;padding:25px 35px}}