/* fonts */

/* .pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
} */


/* .edu-nsw-act-hand-pre-<uniquifier> {
  font-family: "Edu NSW ACT Hand Pre", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */


/* .edu-qld-hand-<uniquifier> {
  font-family: "Edu QLD Hand", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */


/* .roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} */


/* .dancing-script-<uniquifier> {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */



body{
    margin: 0%;
    width:100%;
    padding: 0%;
    background-color: #FFE1AF;
}

h1{
   font-family: "Pacifico", cursive;
   color: #FFE1AF ;
   font-size: 40px;
   margin-left: 60px;
   display: inline;
   margin-top: 40px;
   position: relative;
   animation-name: h1-animation;
   animation-duration: 1s;
  animation-timing-function: ease;
      /* animation: name duration timing-function delay iteration-count direction fill-mode; */
      animation-iteration-count: 1;
    
}
ul,li:a{
  color: #FFE1AF;
  font-family: "Roboto", sans-serif;
 
}
ul,li{
    color: #FFE1AF;
    display: inline;
    font-family: "Roboto", sans-serif;
    
  
}
li{
    padding-left: 60px;
    font-family: "Roboto", sans-serif;
    color: #FFE1AF;
    font-size: 8px;
}
ul{
    margin-left:58% ;
    position: absolute;
    top: 30px;
    font-size: 20px;
    


}
.Touch-btn{
   
}
.contant{
  background-color: #050505;
  width: 200px;
  height: 90px;
  margin-top: 180px;
  margin-left: 50px;
  animation-name: contant-animation ;
  animation-duration: 1s;
  animation-timing-function: ease;
      /* animation: name duration timing-function delay iteration-count direction fill-mode; */
      animation-iteration-count: 1;
      font-size: 50px;

}
.Nav-bar{
    display: inline;
    font-family: "Roboto", sans-serif;
    color: #E2B59A;
    

}
.Touch-btn{
    margin-left: 70%;
    margin-top: -50px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #0a84ff;
    color: white;
}

.typing-demo{
  font-size: 100px;
    color: #FFE1AF;
    /* text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e; */
    /* animation: glow 1.5s infinite alternate; */
  animation: typing 2s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: monospace;
  font-size: 80px;
  
} 
#exp{
     width: 150px;
     position: absolute;
     margin-top: 120px;
     border-radius: 10px;
     border: none;
     border-color: #808080;
     font-size: 20px;
     font-family: 'Courier New', Courier, monospace;
     background-color: gray;
     color: white;
}

#exp:hover{
          cursor: pointer;
          background-color: #050505;

}



#exp1{
     width: 150px;
     position: absolute;
     border-radius: 10px;
     margin-top: 120px;
     margin-left:160px ;
     margin-bottom: 110px;
     padding-bottom: px;
     padding: 10px;
     font-size: 15px;
     font-family: 'Courier New', Courier, monospace;
     border: none;
     color: white;
     background-color: red;
    


}
#exp1:hover{
  background-color: #050505;
          
}
.btn {
    margin-left: 50px;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 110px;
    font-family:"Pacifico",cursive;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    animation-name: btn-animation;
    animation-duration: 2s;



}
.avatar-wrapper{
    position:relative;
    width:100px;
    height:150px;
    border-radius:50%;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(0,0,0,0.12);
    border:4px solid #fff;
    background:linear-gradient(135deg,#f0f0f0,#fafafa);
     margin-right: 200px;
     bottom: 90%;
}
.cont{
  width: auto;
  position: absolute;
  margin-left: 65%;
  bottom: 30%; 

   animation-name: cont-animation;
      animation-duration: 1s;
      animation-timing-function: ease;
      /* animation: name duration timing-function delay iteration-count direction fill-mode; */
      animation-iteration-count: 1;
}

.dp-card{
  display:block;
  margin-top: 50%;
  bottom: 100%;
  width: 100px;
  
}

img{
  width: 100px;
  height: 300px;
  display: inline-block;

}
img:hover{
  cursor: pointer;
 outline-color: #ff0000;
}
/* paragraph */
   
.y{
  color: #FFE1AF;
  display: block;
  position: absolute;
  font-size: 30px;
  animation-name: y;
  
}


/* h2{

   font-family: "Roboto", sans-serif;
   display:inline;
   color: white;
   background-color: ; */

   
   
/* } */
h2{
  color: white;
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  color: #FFE1AF;
  /* text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e; */
  /* animation: glow 1.5s infinite alternate; */
}
.name{
  background-color: white;
}





/* link color */

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}



.hover-underline {
  font-size: 15px;
  color: #ffffff;
  position: relative;
  
}

.hover-underline::after,
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #00ffff);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}


/* 1. Pulse Animation */
.btn-pulse {
  background-color: #a6a6a6;
  color: white ;
  animation: pulse 1.5s infinite;
}
a{
  color: #E2B59A;
}



li:hover{
    cursor: pointer;
    color: #808080;
    
  
}
#poda{
  color: #fefae0;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 900
}



button:hover{
    cursor: pointer;
    background-color: black;
}

img{
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}

/* Magnifying cursor */

* {box-sizing: border-box;}


.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  outline-color: white px;
  border-radius: 50%;
  cursor: none;
  box-shadow: #ffffff;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}

.cursor
{
position: fixed;
width: 30px;
height: 30px;
border-radius: 50%;
background-color:#f3e2e2aa ;
transition: 0.1s;
transform: translate (-50%, -50%);
pointer-events: none;
mix-blend-mode: difference;
}
ul li:hover .cursor
{
transform: scale (6);
}
.about{ 
      width: 140px;
      height: 50px;
      background-color: gray;
      margin-top: 170px;
      margin-bottom: 40px;
      padding-top: 20px;
      display: inline;
      position: absolute;
      border-top-right-radius: 50%;
      text-align: center;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 500;
      color: white;
    }


      
/* keyframes */

@keyframes y-animation{
     from{transform: translatex(500px);}
  to{transform: translatex(px);}
         }


@keyframes cont-animation{
  from{transform: translatex(240px);}
  to{transform: translatex();}
}

@keyframes btn-animation{
  from{transform: translatex(240px);}
  to{transform: translatex();}
}

/* h2 animation */
  @keyframes contant-animation{
     from{transform: translatex(-410px);}
  to{transform: translatex(px);}
    
  }

  @keyframes h1-animation{
     from{transform: translatex(-410px);}
  to{transform: translatex(px);}

  }

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}


/* About session */
@import url('https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&family=Sevillana&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&family=Sevillana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');

/* FONTS */
.sedgwick-ave-display-regular {
  font-family: "Sedgwick Ave Display", cursive;
  font-weight: 400;
  font-style: normal;
}
.oleo-script-regular {
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}

.oleo-script-bold {
  font-family: "Oleo Script", system-ui;
  font-weight: 700;
  font-style: normal;
}


       /* CODES */

.heading{
    color: white;
    margin-left: 90px;
    font-family: Manrope, "Manrope Placeholder", sans-serif;
    margin-top: 40px;
    display: inline-block;
}
h6{
    color: white;
    font-family: Manrope, "Manrope Placeholder", sans-serif;
     margin-left: 90px;
     margin-top: 10px;
     font-size: 10px;
}
hr{
    color: rgb(85, 85, 85);
    width: 295px;
    margin-left: 88px;
    opacity: 0.5;
}
.fa-solid{
    color: white;
    font-size: 10px;
    margin-left: 90px;
    margin-top: 40px;
    font-family: Manrope, "Manrope Placeholder", sans-serif;
}
.f1-solid{
    color: white;
    margin-left:px;
    display: inline;
    font-size: 14px;
    
    
    
    
}
/* CONTACT SECTION */

#section1{
  margin-top: 60px;
  scroll-behavior: smooth;
}


.fa-solid{
    color: white;
    font-size: 10px;
    margin-left: 84px;
    margin-top: 40px;
    font-family: Manrope, "Manrope Placeholder", sans-serif;
    display: inline;

}
.f1-solid{
    color: white;
    margin-left:10px;
    display: inline;
    font-size: 14px;
 
}
/* SKILL SECTION */

#full-contant{
  margin-top: 35%;
  
 
  
}

#about-section {
  color: wheat;
 display: inline-block;
 margin-top: 30%;
  margin-left: 20px;
  /* position: absolute; */


  /* width: 110px;
  height: 30px;
  background-color: gray; */
 


}

.social-icons{
  margin-left: 70%;
  position: absolute;
  font-size: 100px;

  
}


.final{
  margin-left: 35%;;
  display: inline-block;
  width: 100px;
  height: 50px;

}
.final h6{
  display: inline-block;
  margin-top: 380px;
  margin-left: 100px;
  color: white;
  position: absolute;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: gray;
}

.icon {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: inline;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: white;
  transition: all 0.3s ease;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0; /* Remove padding for perfect fit */
  cursor: pointer;
  bottom: 200%;
}
.social-icons a{
      width
}
.icon:hover{
  background: linear-gradient(90deg, #00ffff 0%, #00ffff 100%);
  color: #fff;
  box-shadow: 0 0 20px #00ffff, 0 0 40px #00ffff;
  transform: scale(1.1);
}

.text {
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  color: white;
}

.final {
  color: red;
  display: inline-block;
}

.fas fa-bars {
  color: white;
  font-size: 20px;
  cursor: pointer;
}

i {
  color: white;
  margin: 0;
}
/* SKILL CONTAINER */

.skill-container{
 border: 2px solid #808080;
 width: 500px;
 height: 460px;
 margin-left: 58%;
 margin-top: 40px;
 position: absolute;
}

.first-span{
    color: white;
    font-family: "Roboto", sans-serif;
    
    font-size: 25px;
    font-style: ;
    margin-left:20px;
   

}
/* .chinna-kodu1{
    width: 30px;
    
    color: gray;
    opacity: 0.5;
    display: inline-block;
    margin: 0;
    margin-top: 15px;
    rotate: -90deg;
   font-weight: 900;
   font-size: large;
    
} */



.second-span{
    color: white;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    position:relative;
    font-size: 25px;
    margin-top: 10px;
    margin-left:20px;
  

 }
 .third-span{
    color: white;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    position: relative;
    margin-left:20px;
    font-size: 25px;
    top: 10px;
}
.fourth-span{
    color: white;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    position: relative;
    margin-left:20px;
    font-size: 25px;
    top: 10px;
}

/* APP ICONS */

#nxt-box1{
        border: none;
        display: flex;
        position: relative;
        margin-top: 10px;
        box-sizing: border-box;
        animation: nxt-box1-animation;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-delay: 1ms;

       
}

#nxt-box2{
        border: none;
        display: flex;
        position: relative;
    
        margin-top: 29px;
        box-sizing: border-box;
        animation: nxt-box2-animation;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-delay: 1ms;
        font-size: 200px;
}
#nxt-box3{
        width: 351px; 
        height: 45px;
        border: none;
        display: flex;
        display: absolute;
        margin-top: 10px;
        box-sizing: border-box;
        animation: nxt-box2-animation;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-delay: 1ms;
}
#nxt-box-4{

 width: 351px; 
        height: 45px;
        border: none;
        display: flex;
        display: absolute;
        margin-top: 70px;
        box-sizing: border-box;
        animation: nxt-box2-animation;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-delay: 1ms;
}
.contant{
  background-color: #050505;
  width: 200px;
  height: 90px;
  margin-top: 190px;
  margin-left: 50;
  display: inline-block;
  animation-name: contant-animation ;
  animation-duration: 1s;
  animation-timing-function: ease;
      /* animation: name duration timing-function delay iteration-count direction fill-mode; */
      animation-iteration-count: 1;

}

#nxt-box1 img{
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 30px;


}
#nxt-box2 img{
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 30px;
    
    
}
#nxt-box3 img{
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 30px;


}
#nxt-box-4 img{
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 30px;
    margin-top: 10px;
}
#nxt-box1 img:hover{
    scale: 1.2;
}
#nxt-box2 img:hover{
    scale: 1.2;
}
      #nxt-box3 img:hover{
          scale: 1.2;
      }
      #nxt-box-4 img:hover{
          scale: 1.2;
      }




@keyframes about-section-h3-animation{
   from{transform: translatex(-100px);}
  to{transform: translatex();}
} 


/* profile picture */

#dp-card{
         margin-left: 100%;
         
         

}
.dp-card{
    display:block;
    margin-top: 50%;
    bottom: 100%;
    
}
.avatar-wrapper{
    position:relative;
    width:400px;
    height:400px;
    border-radius:50%;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(0,0,0,0.12);
    border:4px solid #fff;
    background:linear-gradient(135deg,#f0f0f0,#fafafa);
     margin-right: 200px;
     bottom: 90%;
}
.avatar-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}


/* download and Get in touch button */
/* .resume-btn, .touch-btn {
        padding: 12px 28px;
        font-size: 16px;
        font-weight: 600;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
         margin-top: 100px;
    }

    .resume-btn {
        background: #0a84ff;
        color: white;
        margin-top: 100px;
    }

    .resume-btn:hover {
        background: #0870d1;
        transform: translateY(-2px);
        box-shadow: 0 8px 16px rgba(10, 132, 255, 0.3);
    }

    .touch-btn {
        background: transparent;
        color: #0a84ff;
        border: 2px solid #0a84ff;
    }

    .touch-btn:hover {
        background: #0a84ff;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 8px 16px rgba(10, 132, 255, 0.3);
    } */







