body{
    font-family: "Kumbh Sans", sans-serif;
    font-size: 1.5vw;
    font-weight: 350;
    color: #3B3B3B;
    background-color: white;
}
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35; 
  background: radial-gradient(
    circle, 
    rgba(201,153,188,0.4) 0%, 
    rgba(240,200,255,0) 70%   
  );
  filter: blur(10vw); 
  animation: float 3s infinite ease-in-out;
}

@keyframes float {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(-20vw) scale(1.2); }
}


#name_logo{
    position:absolute;
    width: 30vw;
    opacity: 0.8;
    float: right;
    right: 20vw;
    top: 15vh;
}
#portrait{ 
    margin: 10vh;
    width: 23vw;
}
.nav_bar{
position: absolute;
float: right;
right: 10vw;
overflow: hidden;
top: 0;
z-index: 10;

}
.nav_bar ul{
    list-style-type: none;
    display: flex;
}
.nav_bar li{
    display: inline-block;
}
.nav_bar ul li a {
    display: block;
    text-decoration: none;
    font-size: 1.6vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    color: #3B3B3B;
    text-align:center;


}
.nav_bar ul li a:hover{
text-decoration-line: underline;
color: #212020;
}
.nav_bar ul li a::after{
    color:#3B3B3B;
}
#introduction{
    display: block;
    width: 50vw;
    white-space: pre-wrap;

    
}

.introduction_container{
    padding-top: 5vh;
    display: inline-flex;
    align-items: center;
    margin-right: 10vw;
   
}
#projects_logo, #contact_logo{
    opacity: 0.8;
    width: 20vw;
    display:block;
    margin-top: 15vw;
    margin-left: auto;
    margin-right: auto;
}
.projects_container{
    position: relative;
    overflow: hidden;
    max-width: 100vw;
}
#projects p{
    margin-left: 5vw;
}

.projects_container .project_info_container{
    display: inline-flex;

    
}
#project_name{
    position: static;
    display: block;
    margin: auto; 
    text-align: center;
    
}
.project_info{
    width: 30vw;
    display:inline-block;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.image_slides img{
    width: 15vw;
    height: 20vw;
    border-radius: 2.5rem;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    transform: translate(0, 50%);
    transition: 0.5s;
    display: inline-block;


}
.slide{
    transition: 0.5s;
    width: 100%;
}
.image_slides{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    position: absolute;
    margin-left: 50vw;
    gap: 2vw;
    margin-top: -10vw;
    height: 100%;


}
.image_slides .active img{
    width: 20vw;
}
#access_button{
    display: block;
    margin: auto;
    width: 10vw;
    height: 4vw;
    text-align: center;
    border-radius: 4rem;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 1.5vw;
    font-weight: bold;
    background-color: white;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    border:none;
    cursor: pointer;

}
#access_button:hover{
    opacity: 70%
}


.swiper_pagination{
    margin-top: 4vw;
    position: absolute;
    transform: translateX(-0.5);
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 45vw;
}
.swiper_pagination span{
    cursor: pointer;
    background: #B0B0B0;
    border-radius: 4rem;
    width: 1.5vw;
    height: 1.5vw;
}
.swiper_pagination span.active{
    background: grey;
}

.swiper_buttons_container{
    display: flex;
    margin-top: 8vw;
    
}
.swiper_buttons_container button{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 5vw;
    height: 5vw;
    border-radius: 4rem;
    border: none;
    background-color: white;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    font-size: larger;
    font-family: "Kode Mono", monospace;
    font-weight: bold;
    color: #919191;
    cursor: pointer;
}
.contact_section{
    position: relative;
    display: inline-flex;
    margin-top: 8vw;
}
.social_media{
    display: inline-block;
    width: 60vw;
    margin-left: 5vw;
    margin-right: auto;
}
.social_media img{
    display: block;
    opacity: 0.4;
}
.social_media a{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 5vw;
}
.social_media span{
    margin-left: 2vw;
    font-weight: bold;
    color: #3B3B3B;
}
.email_form{
    position: absolute;
    max-height: 35vw;
    width: 20vw;
    border-radius: 2rem;
    margin-left: 60vw;
    margin-top: -5vw;
    padding: 3vw;
    font-size: 1.3vw;
    background-color:white;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 8px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
}

.email_form h3{
    text-align: center;
    font-weight:450;
    font-size: 1.5vw;
}
input, textarea{
    width: 100%;
    padding: 0.5vw;
    padding-left: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-left: -1vw;
    border-radius: 0.7rem;
    border: none;
    cursor: pointer;
    background-color:#EDEDED;
}
input::placeholder, textarea::placeholder{
    font-size: 1vw;
}
textarea{
    height: 6vw;
}
.email_form button{
    display: block;
    margin-top: 1vw;
    width: 10vw;
    height: 3vw;
    border-radius: 0.5rem;
    border: none;
    background-color:#F2F2F2;
    font-weight: bold;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    cursor: pointer;
    font-size: 1vw;
}
.email_form button:hover, #access_button:hover, .swiper_buttons_container button:hover{
    transform: scale(0.95);
}
label{
   display: inline-block;
   margin-bottom: 0.5vw;
   margin-top: 0.5vw;

}
.contact_inputs{
    font-size: 1vw;
    font-weight: 450;
    color: #3B3B3B;

}
.prompt{
    font-weight: 400;
    font-size: 1vw;
}
footer{
    background-color: white;
    margin-top: 10vw;
    height: 20vw;
    position: relative;
}
footer p{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    color:#3B3B3B;
}
section{
    scroll-margin-top: 80px;
}
#page_loader{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    background: white;
}
.login_box button{
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: "Kumbh Sans", sans-serif;
    margin-top: 3vw;
    width: 12vw;
    height: 4vw;
    border-radius: 2rem;
    border: none; 
    font-weight: bold;
    font-size: 1.5vw;
    background-color:#E8E8E8;
    color: #3B3B3B;
    cursor: pointer;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
}
.login_box input{
    padding-top: 1.5vw;
    padding-bottom: 1.5 vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
    font-size: 1.2vw;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: bold;
    color: #3B3B3B;

}
.login_box input::placeholder{
    font-size: 1.2vw;
    font-weight: 450;
}
#page_loader h2{
    text-align: center;
    font-size: 3vw;
}
.login_box label{
    font-weight: 500;
}
.login_box button:active,
.login_box button.pressed {
  transform: scale(0.95);
  background: #D6D6D6;
}
.fake_cursor{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: top 0.6s ease, left 0.6s ease, transform 0.2s;

}
.fake_cursor.clicking{
    transform: translate(-50%, -50%) scale(0.85);
}
.loader_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none; 
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader_box {
  background: #fff;
  padding: 20px 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  color: #333;
  min-width: 200px;
}

.spinner {
  width: 45px;
  height: 45px;
  border: 6px solid #F6E6F7;
  border-top: 6px solid #7066e0;
  border-radius: 50%;
  margin: 0 auto 15px;
  animation: spin 0.8s linear infinite;
}
.loader_popup p{
    font-weight: 500;
    color: #5e58a1;
    font-size: 1.5vw;
}
@keyframes spin {
  100% { transform: rotate(360deg); }
}
input:focus, textarea:focus{
    outline: none;
}
@media only screen and (max-width: 600px){
    body{
        width: 100%;
        height: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .nav_bar ul li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    color: #3B3B3B;
    text-align:center;}
    #name_logo{   
    width: 320px;
    display:block;
    position: absolute;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    left: 30px;
}
    .introduction_container{
        display: flex;
        flex-direction: column;

    }
    .introduction_item:nth-child(1){
        order: 2;
    }
    .introduction_item:nth-child(2){
        order: 1;
    }
    #introduction{
        margin-top: 160px;
        font-size: 18px;
        width: 80vw;
        display: block;
        margin-left: 9px;
        text-align:justify;
        margin-left: 25px;
        min-height: 100px;

    }
    #portrait{
        margin-top: 35px;
        width: 350px;
        height: auto;
    }
    #projects_logo{
        margin-top: -20px;
    }
    #projects_logo, #contact_logo{
        width: 250px;
        height: auto;
        
    }
    #projects{
        display: flex;
        flex-direction: column;
    }
    .projects_container .project_info_container{
        position: flex;
        flex-direction: column;
    }
    .image_slides{

        gap: 80px;
        margin-left: 115vw;
    }
    .image_slides .active img{
        width: 240px;
        
    }
    .swiper_pagination{
        margin-top: 580px;
        margin-left: 150px;
    }
    #access_button{
        width: 90px;
        height: 30px;
        font-size: 12px;
    }
    .swiper_buttons_container button{
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-top: 20px;
    }
    .image_slides img{
        border-radius: 15px;
        width: 180px;
        height: 250px;
    }
    .projects_container{
        height: 500px;
    }
    .project_info{
        width: 90%;
        text-align: justify;
        font-size: 18px;
        margin-left: -5px;
    }
    #projects p{
        font-size: 15px;
    }
    .circle{
        opacity: 0.5;
    }
    .contact_section{
        display: flex;
        flex-direction: column;
    }
    .social_media{
        margin-top: 500px;
    }
    .email_form{
        width: 280px;
        display: block;
        margin-left: 40px;
        margin-top: 20px;
        max-height: 700px;
        
    }
    .email_form h3{
        font-size: 18px;
    }
    input, textarea{
        padding: 3px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -5px;
        border-radius: 10px;
    }
    .email_form label{
        display: inline-block;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 12px;
    }
    textarea{
        height: 100px;
    }
    .contact_inputs{
        font-size: 10px;
    }
    input::placeholder, textarea::placeholder{
        font-size: 10px;
    }
    .email_form button{
        width: 80px;
        height: 30px;
        font-size: 14px;
        margin-left: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
        color: #3B3B3B;
    }
    .contact_section .social_media a img{
        scale: 2.5;
        margin-left: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .social_media span{
        font-size: 16px;
        margin-left: 30px;
    }
    footer{
        height: 150px;
        font-size: 10px;
    }
    section{
    scroll-margin-top: 30px;
    }
    #projects_logo{
        margin-bottom: 20px;
    }
    .login_box input{
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 15px;
        width: 60%;
    }
    .login_box input::placeholder{
        font-size: 15px;
    }
    .login_box label{
        font-size: 13px;
        margin-right: 20px;
        margin-left: 20px;

    }
    #page_loader h2{
        font-size: 23px;
    }
    .login_box button{
        width: 80px;
        height: 30px;
        font-size: 13px;
    }


}