::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #333;
}
::-webkit-scrollbar-thumb {
background: #444;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}
body{
cursor: url(https://juvercolas.com/wp-content/uploads/2025/03/tech-mouse-cursor-resized-compressed.png) 2 2, auto !important;
margin: 0px;
}
a:hover{
cursor: url(https://juvercolas.com/wp-content/uploads/2025/03/tech-mouse-cursor-resized-compressed.png) 2 2, auto !important;
}
button:hover{
cursor: url(https://juvercolas.com/wp-content/uploads/2025/03/tech-mouse-cursor-resized-compressed.png) 2 2, auto !important;
}
#canvas-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: none;
}
#canvas-container2 {
position: absolute;
bottom: 0;
left: 0;
width: 80%;
height: 100%;
z-index: 1;
}
#canvas-container3 {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 1;
}
#container-title{
position: fixed;
top:30px;
left:30px;
width: 50px;
z-index: 999;
transition: transform 0.6s ease, opacity 0.6s ease;
transform-origin: center center;
}
#container-title.flip {
transform: perspective(800px) rotateY(-180deg);
opacity: 0;
}
#portfolio-title{
top:50%;
transform: translatey(-50%);
}
.project-container {
width: 100%;
height: 200px !important;
overflow: hidden;
position: relative;
border-radius: 5px;
display: block;
border: 1px solid #00e5ff;
transition: 0.2s;
z-index:10 !important;
}
.project-container:after{
content: "";
position: absolute;
top:0px;
left:0px;
width: 100%;
height: 100%;
background-color: rgba(10, 25, 47, 0.2);
}
.project-details{
display: none;
text-align: center;
color:  #00e5ff;
font-family: 'Nasalization' !important;
}
.project-details h4{
font-size: 18px;
line-height: 1;
}
.project-details p{
font-size: 14px;
line-height: 1.2;
}
.project-container:hover:after{
display: none;
}
.scroll-wrapper {
width: 100%;
height: 100%;
overflow-y: scroll;
}
.scroll-wrapper::-webkit-scrollbar {
width: 8px;
}
.scroll-wrapper::-webkit-scrollbar-track {
background: #0a192f;
}
.scroll-wrapper::-webkit-scrollbar-thumb {
background: #00e5ff;
}
.scroll-wrapper::-webkit-scrollbar-thumb:hover {
background: #00e5ff;
}
.project-screenshot {
width: 100%;
display: block;
}
.project-container:hover{
border: 6px double #00e5ff;
z-index:10;
}
.projects-grid:has(.project-container:hover) .project-container:not(:hover) {
filter: brightness(50%) blur(2px);
}
.project-description{
display: none;
position: absolute;
width: 400px;
z-index: 99;
padding: 30px;
top: 0px;
background-color: #0a192f;
border-radius: 5px;
border: 1px solid #00e5ff;
pointer-events: none;
box-shadow: 0 0 15px #00e5ff, inset 0 0 10px rgba(0, 229, 255, 0.3);
}
.project-description h4{
font-family: Nasalization;
padding-bottom: 10px;
border-bottom: 1px solid #00e5ff;
font-size: 30px;
color: #00e5ff;
z-index:100;
margin: 0; }
.project-description p{
font-family: Nasalization;
margin-bottom: 0px !important;
font-size: 16px;
line-height: 18px;
color: #00e5ff;
z-index:100; }
.top-left {
top: -10px;
left: -10px;
border-right: none !important;
border-bottom: none !important;
}
.corner {
position: absolute;
width: 20px;
height: 20px;
border: 2px solid #00e5ff;
opacity: 0.8;
}
.top-right {
top: -10px;
right: -10px;
border-left: none;
border-bottom: none;
}
.bottom-left {
bottom: -10px;
left: -10px;
border-right: none;
border-top: none;
}
.bottom-right {
bottom: -10px;
right: -10px;
border-left: none;
border-top: none;
}
.hud-circle {
position: absolute;
border-radius: 50%;
border: 1px solid #00e5ff;
opacity: 0.7;
transition: opacity 0.5s ease;
}
.circle-1 {
width: 40px;
height: 40px;
top: 20px;
right: 20px;
}
.circle-2 {
width: 30px;
height: 30px;
top: 25px;
right: 25px;
}
.circle-3 {
width: 10px;
height: 10px;
top: 35px;
right: 35px;
background-color: rgba(0, 229, 255, 0.5);
}
.scanner{
position: absolute;
z-index: 99;
width: 100%;
height: 1px;
top:0;
left:0;
opacity: 0.5;
background-color: #00e5ff;
box-shadow: 0px 0px 5px rgba(0, 229, 255, 0.5);
animation: scan 8s ease-in-out infinite;
}
.tech-button {
font-family: Nasalization;
background-color: transparent;
color: #00e5ff;
border: 1px solid #00e5ff;
padding: 8px 20px;
cursor: pointer;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
border-radius: 0px;
}
.tech-button:before {
content: '';
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #00e5ff;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s ease;
}
.tech-button:hover {
background-color: rgba(0, 229, 255, 0.1);
box-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
border: 1px solid #00e5ff !important;
}
.tech-button:hover:before {
transform: scaleX(1);
transform-origin: bottom left;
}
.tech-button2 {
font-family: Nasalization;
background-color: transparent;
color: #00e5ff;
border: 2px solid #00e5ff;
padding: 15px 28px;
cursor: pointer;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
border-radius: 0px;
}
.tech-button2:before {
content: '';
position: absolute;
width: 100%;
height: 4px;
bottom: 0;
left: 0;
background-color: #00e5ff;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s ease;
}
.tech-button2:hover {
background-color: rgba(0, 229, 255, 0.1);
box-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
border: 2px solid #00e5ff !important;
}
.tech-button2:hover:before {
transform: scaleX(1);
transform-origin: bottom left;
}
.space-clock{
display: flex;
flex-direction: column;
gap: 0px;
position: relative;
z-index: 99;
}
.terminal .time-display {
font-size: 40px;
font-family: Nasalization;
color: #fff; line-height: 30px;
}
.terminal .date-display {
font-family: Nasalization;
color: #fff;
font-size: 12px;
}
.custom-size-text span{
font-size: 140%;
font-style: normal;
font-weight: bold;
margin-right:10px;
color: #00e5ff;
}
.mg-menu{
width: 30px;
height: 30px;
border: 1px solid #00e5ff;
transition: transform 0.7s, border-radius 0.5s;
}
.mini-games{
transition: 0.2s;
}
.mini-games:hover{
transform: scale(1.2);
}
.mini-games:hover .mg-menu{
transform: rotate(360deg);
border-radius: 50%;
}
.mini-games:hover .mg-top-right{
transform: scale(2);
border: 4px double	#00e5ff;
}
.mini-games:hover .mg-bottom-left{
transform: scale(1.5);
border: 2px dashed	#00e5ff;
}
.contact-scanner{
height: 2px;
width: 100%;
background-color: #00e5ff;
}
.contact-corners{
width: 50px;
height: 50px;
animation: flicker 2s infinite;
}
.c-top-left{
border-top: 2px solid #00e5ff;
border-left: 2px solid #00e5ff;
border-right: none;
border-bottom: none;
}
.c-top-right{
border-top: 2px solid #00e5ff;
border-left: none;
border-right: 2px solid #00e5ff;
border-bottom: none;
}
.c-bottom-left{
border-top: none;
border-left: 2px solid #00e5ff;
border-right: none;
border-bottom: 2px solid #00e5ff;
}
.c-bottom-right{
border-top: none;
border-left: none;
border-right: 2px solid #00e5ff;
border-bottom: 2px solid #00e5ff;
}
.contact-circle{
position: relative;
width: 100px;
height: 100px;
border: 2px solid #00e5ff;
border-radius: 50%;
animation: rotateCounterClockwise 5s linear infinite;
}
.inside-container, .outside-container{
position: relative;
width: 100px;
height: 100px;
padding:0px;
margin:0px
display: flex;
align-items: center;
justify-content: center;
}
.inside-container{
animation: rotateClockwise 7s linear infinite;
}
.outside-container{
animation: rotateClockwise 10s linear infinite;
}
.inside-container .inside-circle{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border: 1px dotted #00e5ff;
border-radius: 50%;
padding:0px;
margin:0px;
width: 80px;
height: 80px;
}
.outside-container svg{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.contact-circle .horizontal-line, .contact-circle .vertical-line{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #00e5ff;
}
.contact-circle .horizontal-line{
width: 170%;
height: 1px;
}
.contact-circle .vertical-line{
height: 170%;
width: 1px;
}
.quick-info-cer img{
border: 2px solid #00E5FF;
transition: 0.2s;
}
.quick-info-cer img:hover{
border: 4px solid #00E5FF !important;
border-radius: 10px;
}
.quick-info-cer:after{
content: "View";
position: absolute;
padding:0px;
z-index: 10;
top: 50%;
left: 50%;
width: 70px;
height: 70px;
padding:10px;
transform: translate(-50%,-50%);
color: #00E5FF;
background-color: rgba(0,0,0,0.7);
opacity:0;
pointer-events: none;
font-family: Nasalization;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 100px; border: 4px double #00E5FF; transition: 0.2s;
}
.quick-info-cer:hover:after{
opacity:1;
} @media (max-width: 767px) {
.project-details{
display: block;
}
.project-description{
display: none !important;
}
} @keyframes float{
0% {
transform: translateY(0);
}
50% {
transform: translateY(-5px);
}
100% {
transform: translateY(0);
}
}
@keyframes flicker {
0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% { opacity: 1; }
20%, 22%, 55% { opacity: 0.6; }
24% { opacity: 0.4; }
}
@keyframes scan {
0% { top: 0%; opacity: 0.5;}
50%{ top: 100%; opacity: 0.1;}
100% { top: 0%; opacity: 0.5;}
}
@keyframes flickeringCorner{
0% { opacity: 1;}
50%{ opacity: 0;}
100% { opacity: 1;}
}
@keyframes rotateCounterClockwise{
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
@keyframes rotateClockwise{
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} #certificates img{
height:  150px;
width: 100%;
object-fit: cover;
}
.tech-window{
background-color: rgba(180,212,237,0.1);
backdrop-filter: blur(1px);
}
.elementor-swiper-button{
display: none !important;
}
#comment-form{
width: 500px;
max-width: 500px;
min-width: 500px;
}
#comment-form label, #comment-form input, #comment-form textarea{
color: #00E5FF;
font-family: 'Nasalization';
background-color: transparent;
}
#comment-form input:not(.wpcf7-submit){
border: none;
border-bottom: 1px solid #00E5FF;
padding: 0px;
height: 40px;
font-size: 16px;
min-width: 100%;
max-width: 100%;
}
#comment-form textarea{
border: none;
border-bottom: 1px solid #00E5FF;
padding: 10px 0px;
height: 60px;
min-height: 60px;
max-height: 150px;
font-size: 16px;
min-width: 100%;
max-width: 100%;
}
#comment-form input:focus, #comment-form textarea:focus{
outline: none !important;
}
#comment-form .wpcf7-submit{
border: 1px solid #00E5FF;
padding: 10px 20px;
position: relative; transition: 0.2s;
}
#comment-form .wpcf7-submit:hover{
box-shadow: 0px 0px 5px #00E5FF;
}
#comment-form .wpcf7-submit:before {
content: '';
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #00e5ff;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s ease;
}
#comment-form .wpcf7-submit:hover {
background-color: rgba(0, 229, 255, 0.1);
box-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
border: 1px solid #00e5ff !important;
}
#comment-form .wpcf7-submit:hover:before {
transform: scaleX(1);
transform-origin: bottom left;
} .cursor-circle {
position: fixed;
width: 80px;
height: 80px;
background-color: rgba(0, 0, 0, 0.75);
color: #00e5ff;
font-size: 14px;
font-family: 'Nasalization';
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
text-align: center;
pointer-events: none;
transform: translate(-50%, -50%);
z-index: 9999;
opacity: 0;
transition: opacity 0.2s ease; letter-spacing: 1px;
}