.modal{position:relative;margin:20px auto 10px;max-width:1200px;background-color:#fff;color:#000;padding:20px;border-radius:12px;z-index:2;box-shadow:0 0 10px 1px #ff14938c}.modal a{color:#000!important;text-decoration:underline}.modal__header{display:flex;flex-wrap:wrap;border-bottom:1px solid #ff1493;margin-bottom:20px;justify-content:space-between}.modal__title{margin-bottom:0}.modal__close{background-color:transparent;border:0;cursor:pointer;transition:all .4s}.modal__close:hover{color:#ff1493}.overlay{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#0000004d;z-index:1;overflow-x:hidden;overflow-y:auto}.overlay::-webkit-scrollbar{display:none}.projects{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.projects__single{width:100%;max-width:100%;position:relative;padding-top:30px;background:#000;border-top-left-radius:.4rem;border-top-right-radius:.4rem;transition:box-shadow .4s;box-shadow:0 0 10px 1px #ffffff26}@media only screen and (min-width:576px){.projects__single{max-width:calc(50% - 15px)}}@media only screen and (min-width:768px){.projects__single{max-width:calc(33% - 18px)}}@media only screen and (min-width:992px){.projects__single{max-width:calc(25% - 22.5px)}}.projects__single:hover{box-shadow:0 0 10px 1px #ff149359}.projects__single:hover .projects__single__image img{transform:translateY(-340px);transition:all 5s linear}.projects__single:before{content:" ";position:absolute;top:0;left:0;width:100%;height:30px;z-index:-1;border-top-left-radius:.4rem;border-top-right-radius:.4rem}.projects__single:after{content:" ";position:absolute;width:4px;height:4px;top:15px;left:15px;border-radius:50%;box-shadow:0 0 0 2px #ff3b46,15px 0 #ffc100,30px 0 0 2px #007505,15px 0 #ffc100,15px 0 0 2px #ffc100;background:#ff3b46}.projects__single__image{overflow:hidden;max-height:200px;background:transparent}.projects__single__image img{transform:translate(0);transition:all 1s linear;width:100%}.projects__single__content{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;cursor:pointer}.projects__single__title{color:#fff;text-transform:uppercase;font-size:12px;padding:10px 40px 10px 56px;cursor:pointer}.projects__single__tech{position:absolute;top:2.5px;right:10px}.projects__single__tech svg{margin-right:5px;height:20px;width:20px}.projects__single__tech svg:last-child{margin-right:0}.projects__single__tech svg path{fill:#ff1493}.jobs{margin-bottom:50px}.technologies{display:flex;gap:7px 17px;margin-bottom:30px;overflow-x:scroll;border:1px solid #ff1493;border-radius:25px;padding:5px 7px}.technologies::-webkit-scrollbar{display:none}@media only screen and (min-width:768px){.technologies{gap:10px 30px;overflow-x:unset;flex-wrap:wrap;justify-content:center;border:none;border-radius:0;padding:0}}.technologies__single{width:100%;cursor:pointer;transition:all .4s;display:flex;gap:0 5px;align-items:center;flex:0 0 100px;max-width:100px}.technologies__single:first-child{max-width:40px}@media only screen and (min-width:768px){.technologies__single{flex:none;max-width:none;width:auto}}.technologies__single.is-active,.technologies__single:hover{color:#ff1493}.technologies__single span{font-size:12px}@media only screen and (min-width:768px){.technologies__single span{font-size:14px}}.technologies__single svg{height:25px;width:25px}.technologies__single svg path{fill:#ff1493}
