/*Header*/
header{
    height: 100vh;
    width: 35vw; ;
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
    
    overflow-y: none;
    
    top: auto; right: auto; left: auto; bottom: auto;
    /*background-color: azure;
    background-image: url(/images/backgroundEle.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
}

body{
    display: flex;
    flex-direction: row;
    
}#custom-cursor {
  position: fixed; /* Ensures it stays in viewport */
  pointer-events:none; /* Allows clicks on elements beneath it */
  height: 90vh; /* Adjust size as needed */
  width: 90vh;
  border-radius: 50%; /* Makes it circular */
  background: radial-gradient(
    circle, rgba(255, 255, 255, 0.05) 15%, rgba(255, 255, 255, 0.01) 30%,
            rgba(255, 255, 255, 0.05) 40%, rgba(255, 255, 255, 0.01) 60%); /* Soft radial glow */
  box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.01); /* Stronger outer glow */
  transform: translate(-50%, -50%); /* Centers the cursor element */
  transition: transform 0.1s ease-out; /* Smooth movement */
  z-index: 9999; /* Ensures it's on top */
}
main{
    margin-left: 35vw;
    width: 65%;
    height: 100vh;
    overflow-y:visible;
    overflow-x: hidden;
    position: fixed;

    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}#mainHeader{
        display:none;
}.titleSec{
    --tw-text-opacity: 1;
    color: rgb(202 214 237 / var(--tw-text-opacity));
}.titleSec a:visited{
    --tw-text-opacity: 1;
    color: rgb(202 214 237 / var(--tw-text-opacity));
}.titleSec a:hover{
    --tw-text-opacity: 1;
    color: rgb(202 214 237 / var(--tw-text-opacity));
}.fa, .fa-download{
    --tw-text-opacity: 1;
    color: rgb(202 214 237 / var(--tw-text-opacity));
    margin-left: 2px;
    margin-top: 6px;
    font-size: 6px;
}
#leftSection{
    background-color: blue;
}
header img{
    margin: auto;
}

header p, small, h1{
    margin-left: 3.2rem;
    margin-top: auto;
    padding: 0.5rem;
}
.nameHead{
    letter-spacing: -.025em;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.6rem;
}.h2Head{
    letter-spacing: 0.025em;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(202 214 237 / var(--tw-text-opacity));
    
}.smallHead{
    letter-spacing: -0.025em;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.75em;
    margin-top: 0.75em;
}.pHead{
    line-height: 1.5;
    max-width: 30rem;
    margin-top: auto;
}.contP{
    margin-left: auto;
}
.socials{
    margin-left: 3.3em;
    margin-top: 0.75em;
}.txtOP1{
    --tw-text-opacity: 1;
    color: rgb(202 214 237 / var(--tw-text-opacity));
}.txtOP75{
    --tw-text-opacity: 0.7;
    color: rgb(202 214 237 / var(--tw-text-opacity));
}.socialSpace{
    display: flex;
    flex-direction: row;
    margin-top: 0.5rem;
    margin-left: 2rem;
}.socialIcons{
    justify-content: space-between;
    align-items: left;
    margin-top: 1rem;
    margin-left: auto;
    
}
.socialIcons li{
    list-style-type:none;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 0.5rem;
    display: inline-block;
    align-items: center;
}
.borderSurround{
    
    padding: 0.5rem;
    margin: auto;
    width: auto;
    height: auto;
    
}.faceCard{
    width: 45%;
    display: block;

}.socialIcons a{
    font-size: 2rem;
    justify-content: space-between;

}.socialIcons a:hover{
    text-decoration: wavy underline 2px;
    font-size: 3rem;
}.expIcon a:hover{
    font-size: 2.3rem;
}.linkIcons{
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    margin-top: 1rem;
}.linkIconsSmall{
    display: none;
    font-size: 20px;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
    margin-top: 1rem;
}

a:link { 
    text-decoration: none;
    color: rgb(202 214 237); 
  } 
  a:visited { 
    text-decoration: none;
    color: rgb(202 214 237);  
  } 
  a:hover { 
    text-decoration: none; 
    color: rgb(202 214 237); 
  } 
  a:active { 
    text-decoration: none; 
    color: rgb(202 214 237); 
  }
/*Header End*/



/*Job Experience Section*/
.job-experience{
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: #212b40;
    margin: 5px auto;
    max-width: 1200px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}.job-title{
    font-size: 12px;
    margin-bottom: 20px;
    text-align: left;
}.job-entry{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}.job-panel{
    --tw-bg-opacity: 0.3;
    background-color: #f9f9f9;
    /*background-color: rgb(20 25 55 / var(--tw-bg-opacity));*/
    padding: 15px;
    border-radius: 6px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1));
    box-shadow: 0 1px 5px rgba(0,0,0,0.8);
    display: flex;
    flex-direction: row;
    gap: 20px;
}.job-panel p{
    font-size: 16px;
    line-height: 1.5;
    
}.job-panel ul{
    list-style-type: disc;
    padding-left: 20px;
    
}.job-panel li{
    margin-bottom: 10px;
}.job-panel .date{
    font-style: italic;
    color: #666;
}.skills{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}.skills a{
    background-color: #e0e0e0;
    --tw-text-opacity: 0.3;
    background-color: rgb( 15 23 42/ var(--tw-text-opacity));
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}.skills a:hover, .skills a:active, .skills a:visited, .skills a:link{
    text-decoration: none;
    color: #35a0b5;
    cursor:default;
    pointer-events: none;
}
/*Job Experience Section End*/


*{
    margin: 0;
    padding: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    box-sizing:  border-box;
}

nav{
    z-index: 1;
    position: absolute;
    left: 0;
    --tw-text-opacity: 1;
    background-color: rgb( 25 116 275 / var(--tw-text-opacity));
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 30vh;
    justify-content: space-around;

}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
    --tw-text-opacity: 1;
    color: rgb(202 214 237 / var(--tw-text-opacity));
}

main{
   /*background-color: #f4f4f9;*/
   padding:0px
}

#Timeline{
    display: flex;
}
.timeline{
    position: relative;
    /*max-width: 1200px;*/
    margin: 100px auto;
}
.timeline::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #333;
    
    
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;

        
}

.container{
    opacity: 0;
    padding:  10px 50px;
    position:  relative;
    width: 50%;
    /*background-color: rgba(0,0,0,0.3)*/


}.container.in-view{
    animation: movedown 1s linear forwards;
    animation-delay: 150ms; /*animation delay must be after animation*/

}

#phoneBtm{
    display: none;
}

.text-box{
    padding: 20px 30px;
    position: relative;
    border-radius: 6px;
    font-size: 15px;
    /*Color Options 1*/
    color:#333;
    background-color: #f4f4f9;
    /*Color Options 2*/
    --tw-text-opacity: 1;
    color: rgb(202 214 237 / var(--tw-text-opacity));
    background-color: #212b40;
    /*Color Options 3*/
    --tw-text-opacity: 1;
    color: rgb(202 214 237 / var(--tw-text-opacity));
    background-color: #2e3952;
}
.text-box h2{
    font-weight: 600;
    
}
.text-box small{
    display: inline-block;
    margin-bottom: 15px;
}

.left-cont{
    left: 0;
}.right-cont{
    left: 50%;
}



.left-cont-index{
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid red;
    border-left: 15px solid rgb(202 214 237);
    right: -15px
}
.right-cont-index{
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid red;
    border-right: 15px solid rgb(202 214 237);
    left: -15px
}



/*Pop up Section*/

.cent {
    justify-content: center;
    text-align: center;
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    justify-content: center;
}
.centOP{
    justify-content: center;
    text-align: center;
    align-items: center; 
    justify-content: center;
}
.flex-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}.blockCC{
    display: block;
}



.transform{
    display: none;
    transform: translateY(0px);
    transition: transform 0.3s ease-in-out;
}




/*Animations*/
@keyframes moveline{
    0%{
        height: 0;
    }
    100%{height: 100%;}
}

@keyframes movedown{
    0%{
        opacity: 0.17;
        transform: translateY(-30px);
    }100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes opacityChng{
    from{opacity: 0;}
    to{opacity: 1;}
}


/*Phone Display*/
@media screen and (max-width:900px){
    .timeline{
        margin: 50px auto;
    }
    .timeline::after{
        left: 31px;
    }

    .container{
        width:100%;
        padding-left: 80px;
        padding-right: 25px;
        padding-bottom: 20px;
    }
    .text-box{
        font-size: 13px;
    }

    .text-box small{
        margin-bottom: 10px;
    }
    
    .right-cont{
        left: 0;
    }
    .left-cont-index, .right-cont-index{
        border-right: 15px solid red;
        border-right: 15px solid rgb(202 214 237);
        border-left: 0;
        left: -15px;
    }.linkIconsSmall{
        font-size: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        justify-content: space-evenly;
        margin-top: 1rem;
    }

    #phoneBtm{
    display: block;
    }
    main{
        margin-left: 0;
        width: 100%;

    }#mainHeader{
        display:flex;
        flex-direction: row;
    }#allHeader{
        width: 100%;
        min-width:75vw;
        
    }.pHead{
        margin-left: 3.2rem;
        padding: 8px;
    }#ProfilePicture{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: auto;

    }
    .faceCard{
        display:block;
        margin-left: auto; margin-right: auto;margin-top:107px;
        margin-right: 100px;
        height: 125px;
        width: auto;
        flex-grow: 1;


    }.socialIcons{
        margin-left: 0;
        flex-direction: row;
    }#btmHead .socialIcons{
        display: none;
    }

    header{
        display: none;
    }
}@media screen and (max-width:600px){
    .faceCard{
        display: none;
    }
}