@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";.project{background-color:#2f2c37;display:flex;flex-direction:column;width:350px;border-radius:15px;padding:8px 8px 16px;box-sizing:border-box;text-decoration:none}.project img{width:100%;height:108px;object-fit:cover;border-radius:15px}.project .details{display:flex;flex-direction:column;gap:8px;margin-left:3px;font-size:16px}.project .details h3{font-size:20px}.project .details p{font-size:15px}.project .skills{display:flex;flex-wrap:wrap;gap:4px;row-gap:4px}.project .skills span{font-size:12px;color:#000;padding:4px 16px;background-color:#d9d9d9;border-radius:15px}.project-list{display:flex;flex-direction:column;gap:16px;width:90%;max-width:1130px}.project-list .list{display:flex;flex-wrap:wrap;gap:16px}@media (max-width: 1260px){.project-list .list .project{width:47%;flex-direction:row}}@media (max-width: 900px){.project-list .list{flex-wrap:nowrap;flex-direction:column}.project-list .list .project{width:100%;flex-direction:row}}@media (max-width: 500px){.project-list{align-items:center}}header{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1550px;padding-top:16px;padding-left:32px;padding-right:32px;margin-bottom:64px}header nav>ul{display:flex;flex-direction:row;gap:16px}header nav>ul li{list-style:none}header nav>ul li a{text-decoration:none}@media (max-width: 425px){header{gap:8px;flex-direction:column}}.landing{display:flex;flex-direction:row;align-items:center;width:90%;max-width:900px;gap:32px}.landing img{width:150px}.landing .details{display:flex;flex-direction:column;gap:8px}.landing .details p{text-align:justify}@media (max-width: 950px){.landing{flex-direction:column}.landing .details{align-items:center}}.caca{display:flex;flex-direction:column;align-items:center}footer{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:32px;padding-bottom:32px;margin-top:128px}.article{display:flex;flex-direction:column;gap:32px;width:90%;max-width:1600px}.article .header{display:flex;flex-direction:column;gap:32px}.article .header .carousel{position:relative;overflow:hidden;width:100%;height:600px;border-radius:15px}.article .header .carousel .arrows{position:absolute;display:flex;flex-direction:row;justify-content:space-between;align-items:center;pointer-events:none;width:100%;height:100%;box-sizing:border-box;padding-left:24px;padding-right:24px;box-shadow:0 -10px 128px -21px #000 inset;-webkit-box-shadow:0px -10px 128px -21px rgb(0,0,0) inset;-moz-box-shadow:0px -10px 128px -21px rgb(0,0,0) inset}.article .header .carousel .arrows button{pointer-events:all;background:none;border:none;width:50px;height:50px}.article .header .carousel .arrows button:hover{cursor:pointer}.article .header .carousel .arrows img{object-fit:none;width:100%;height:100%}.article .header .carousel #srcBtn{position:absolute;background:none;border:none;transform:translate(-50%,-50%);left:50%;bottom:16px;font-size:16px;font-weight:700}.article .header .carousel img{object-fit:cover;width:100%;height:100%}.article .paragraphs{display:flex;flex-direction:column;gap:24px}.article .paragraph{display:flex;flex-direction:column;gap:8px}.article .paragraph .descs{display:flex;flex-direction:column;text-align:justify;gap:8px}#home{display:flex;flex-direction:column;align-items:center;gap:128px;width:100%}#project-sheet{display:flex;flex-direction:column;align-items:center;gap:64px}*{margin:0;padding:0;color:#fff;font-family:Montserrat}html,body{width:100%;height:100%}body{background-color:#0e0d11}
