*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* background-color: #091037; */
}
body{
    height:100%;
    background-color: #121211;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffe2e2;
    line-height: 1.6 ;
    border: solid 2px white;
     background: radial-gradient(circle at top left, #1a1a2e, #000); 
    font-family: 'Poppins', sans-serif;
    /* background: radial-gradient(circle, #111, #000); */
    

}

.main-container{
    height: 100%;
    /* display grid will make main container into parts */
    display: grid;
    max-width: 1200px;
    /* background-color: #565555; */
    /* column wise 1st column of 300px remaining other space */
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding-top: 40px;
    margin: auto;
   
   
    
}
.sidebar{
    
    padding-top: 40px;
    /* border-radius: 80px; */ */

    /* border :2px solid white; */
    text-align: center;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border-radius: 35px;
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
     

}
.profile{
    text-align: center;
}
.main-content{
    
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border-radius: 35px;
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);

    
}
.profile img{
     height: 120px;
    width: 120px;
    /* border: solid 2px white; */
    /* border-radius: 50px; */
   align-self: center; 
   border-radius: 50%;
    border: 3px solid #00f5ff;
    box-shadow: 0 0 40px #00f5ff;
}
.profile p{
    padding: 6px;
    border: 6px solid #a0a0a0;
    /* border-width: 10px; */
    background-color: rgb(103, 193, 24);
    color: rgb(23, 83, 135);
    display: inline;
    border-radius: 8px;
}

.contact{
    margin-top: 30px;
    border-top: 1px solid #1e1e1e;
    /* padding: 10px 0px; */
    /* margin: auto; */
    margin-left: 50px;
    margin-right: 5px;
    width: 200px;
    /* text-align: center; */
}
.value{
    color: aliceblue;
}
.accounts{
    margin-top: 30px;
    border-top: 1px solid #1e1e1e;
    margin-left:50px;
    width: 200px;
}
.skills{
    color: blanchedalmond;
    margin-left: 10px;
    transition: all 0.3s ease;
}
     
/* Hover effect */
.skills:hover{
    color: #00ffd5;
    transform: scale(0.96); 
    text-shadow: 4px -2px 4px rgba(51, 108, 232, 0.7); 
    cursor: pointer;
}
.branch:hover{
    color: #d7c720;
    transform: scale(0.96); 
    text-shadow: 2px 2px 10px rgba(114, 19, 208, 0.7); 
    cursor: pointer;
 transition: all 0.3s ease;
}
.about-me:hover{
     color: #e38812;
    transform: scale(0.96); 
    text-shadow: 2px 2px 10px rgba(207, 178, 64, 0.7); 
    cursor: pointer;
    transition: all 0.3s ease;

}
.lowerpart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-top: 40px;
}

.skills-branch {
    flex: 1;
}

.section-title {
    color: blanchedalmond;
    margin-bottom: 10px;
}

.skills-branch p {
    color: aliceblue;
    font-size: 22px;
    margin: 6px 0;
}

.branch-text {
    font-size: 36px;
    font-weight: bold;
}

.bkgimage {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bkgimage img {
    width: 360px;
    border: solid 2px white;
    /* border-radius: 14px; */
    /* box-shadow: 0 10px 30px rgba(240, 237, 237, 0.5); */
    margin-right: 150px;
    box-shadow: 0 0 10px rgba(173,0,255,0.7);
     border-radius: 20px;
    overflow: hidden;
    transition: 0.4s;

}
.bkgimage:hover{
     color: #f2f2f2;
    transform: scale(0.96); 
    text-shadow: 2px 2px 10px rgba(207, 178, 64, 0.7); 
    cursor: pointer;
    transition: all 0.3s ease;
     
    
}
.branch{
    margin-left: 17px;
}
html, body {
    height: 100%;
    margin: 0;
}

.outer-border {
    min-height: 100vh;
    padding: 25px;
    border-radius: 35px;
    border: 5px solid rgba(255,255,255,0.6);
    box-shadow:
        0 0 20px rgba(0, 255, 255, 0.15),
        inset 0 0 20px rgba(255,255,255,0.05);
    
}
.accounts img:hover{
     color: #00f5ff;
    transform: translateY(-5px) scale(1.1);
    box-shadow: #00ffd5;
}

.buttons {
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}

.buttons button {
  min-width: 70px;
  padding: 10px 10px;
  border-radius: 6px;
  cursor: pointer;
 color: white;
  background-color: #a194a8;
   box-shadow: 0 0 10px rgba(173,0,255,0.7);
}
.buttons button:hover{
    
       color: #00f5ff;
    transform: translateY(-5px) scale(1.1);
    box-shadow: #00ffd5;
}
.icons{
    align-items: center;
   justify-content: center;
    display: flex; 
    padding: 10px;
    gap:30px;
}
.page-exit {
  opacity: 0;
  transition: opacity 0.4s ease;
}
