.logo{display:flex;flex-direction:row;justify-content:space-between;margin:2rem}.brand{color:#fff;font-weight:500;font-size:20px;padding-right:1rem}.nav_cont{padding:.5rem;z-index:100;width:100%;background-color:rgba(0,0,0,.2)}.nav{display:flex;flex-direction:row;justify-content:space-between}.nav_items{justify-content:space-evenly;gap:30px;padding-right:1rem}.nav_item,.nav_items{display:flex;align-items:center}.nav_item{justify-content:center;color:#d3d3d3;width:130px;height:80px;font-weight:500;font-size:14px;cursor:pointer}.nav_item:hover{transform:scale(1.1);transition:transform .2s ease-in-out;color:#fff;border:1px solid #fff;box-shadow:0 0 10px hsla(0,0%,100%,.3)}#contact{padding:.3rem;border-radius:0;border:3px solid #d3d3d3}.dropdown_menu{display:none;position:absolute;right:2rem;top:60px;height:0;width:300px;background-color:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:10px;overflow:hidden;transition:height cubic-beziser(.175,.885,.32,1.275) .2s;z-index:100}.dropdown_menu.open{height:400px}.dropdown_menu .nav_items{padding:10px;display:flex;align-items:center;justify-content:space-between;flex-direction:column}.dropdown_menu .nav_item{padding:10px;height:50px;color:#d3d3d3;cursor:pointer}.dropdown_menu .nav_item:hover{transform:scale(1.1);transition:transform .2s ease-in-out;color:#fff;border:1px solid #fff}.dropdown_menu #contact_dropdown{padding:1rem;border-radius:0;border:3px solid #d3d3d3}.ham_button{color:#fff;font-size:1.5rem;cursor:pointer;display:none;padding:.5rem;border-radius:20px;margin:20px;font-weight:500;font-size:30px}@media(max-width:992px){.nav_items{display:none}.dropdown_menu,.ham_button{display:block}}@media (max-width:576px){.dropdown_menu{left:2rem;width:unset}}.projectInfoMainCont{margin:1rem;padding:1rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;background-color:rgba(0,0,0,.8)}.projectDetails{top:1rem;overflow-wrap:normal;padding:1rem;width:90%}.projectDetails h1{color:#fff;font-size:30px;font-weight:700}.projectDetails h3{color:#fff;font-size:100%;font-weight:400}.projectDetails ul{flex-wrap:wrap;margin-top:2rem;color:#fff;display:flex;font-size:15px;font-weight:500;gap:2rem}.projectDetails ul li{width:100px;font-size:90%;font-weight:600;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:10px;background-color:rgba(19,123,202,.8)}.projectImages{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between;align-items:center;width:auto;width:50%}.projectImages div{padding:1rem;gap:1rem}@media (max-width:576px){.projectImages{width:90%}}