*{
    padding: 0px;
    margin: 0%;
    box-sizing: border-box;

}


.face{
    position: absolute;
    width: 300px;
    height: 280px;
    border-radius: 50%;
    background: rgb(24, 20, 20);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px red;

  }


   
    .eyes{
    position: relative;
    top: -40px;
    display: flex;
    }
    .eyes .eye{
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
    background: #fff;
    margin: 0 15px;
    border-radius: 50%;
    }
    .eyes .eye::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    }



h1 { 
    color: rgb(255, 255, 255);
    font-size: 45px;
    text-align: center;
    
    }
    p {
        width: 85%;
        border: 15px solid black;
        box-shadow: 0 0 10px red;
        padding: 10px;
        margin: 20px;
        color: rgb(253, 255, 253);
        font-size: 50px;
        text-align: center;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        
    }

    p2 {

        display: flex;
        justify-content: center;
        align-items: center;
        background-color: black;
        width: 85%;
        border: 15px solid rgb(217, 8, 8);
        box-shadow: 0 0 10px red;
        padding: 10px;
        margin: 20px;
        color: white;
        font-size: 50px;
        text-align: center;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        text-decoration: none;
    }

    p3 {

        display: flex;
        justify-content: center;
        align-items: center;
        background-color: black;
        width: 85%;
        border: 15px solid rgb(217, 8, 8);
        box-shadow: 0 0 10px red;
        padding: 10px;
        margin: 20px;
        color: white;
        font-size: 50px;
        text-align: right;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        text-decoration: none;
    }


    p2:hover {
        transform: scale(1.1);
        color: red;
        background-color: #03bcf4;
        filter: drop-shadow(0 0 10px black);
        text-decoration: none;
    }

    p3:hover {
        transform: scale(1.1);
        color: red;
        background-color: #03bcf4;
        filter: drop-shadow(0 0 10px black); 
        text-decoration: none;
    }

    h1.Hi span{
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    font-weight: 700;
    color: red;
    }


 h3 { 
        color: red;
        font-size: 45px;
        text-align: left;
        
    }


    h4 { 
        color: rgb(226, 241, 226);
        font-size: 45px;
        text-align: center;
        align-items: center;
        
    }


    h5 { 
        width: 85%;
        padding: 10px;
        margin: 20px;
        color: red;
        font-size: 50px;
        text-align: center;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        text-decoration: none;
    }


    h6 { 
       position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: red;
        width: 100%;
        border: 15px solid black;
        box-shadow: 0 0 10px red;
        padding: 5px;
        margin: 20px;
        color: white;
        font-size: 50px;
        text-align: right;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        float: right;
       
    }

    h6:hover {
        transform: scale(1.1);
        color: red;
        background-color: #03bcf4;
        filter: drop-shadow(0 0 10px black) 

    } 
 

  .typing-text{
    font-size:clamp(1rem, 1rem + 5vw, 20.5s);
    font-weight:700;
    position:relative;
  }  

.typing-text span::before{
    content:"";
    color: red;
    animation:words 20s infinite;
}

.typing-text span::after{
 content:"";
 background-color: white;
 position:absolute;
 width:calc(1px) ;
 height: 100%;
 border-left: 3px solid black;
 right: -8;
 animation: cursor 0.5s infinite ;  
}

@Keyframes cursor{
    to{
        border-left:3px solid white;
    }
}

@Keyframes words{
    0%, 20%{
        content: "Developer";
    }
    21%, 40%{
        content: "Programmer";
    }
   41%, 60%{
        content: "Coder";
    }
    61%, 80%{
        content: "IT Technician";
    }
    81%, 100%{
        content: "Software engineer";
    }

}


    #navbar{
        display:flex;
        justify-content:space-evenly;
        align-items:center;
        background-color: rgb(0, 0, 0);
        
    }
    
    #navbar a {
        text-decoration:none;
        font-family:Arial, Helvetica, sans-serif;
        color:rgb(236, 11, 11);
    }
    
    #navbar a:hover {
        text-decoration:underline;
        color:green;
    }

    
    .grid-container{
        display: grid;
        grid-template-columns: repeat(1fr, 1f, 1fr, 2fr);
        grid-template-rows: auto;
        grid-gap: 40px;
    }
    
    
    .option1{
        position: relative;
        font-size: 3em;
        letter-spacing: 15px;
        color: darkblue;
        text-transform: uppercase;
        width: 100%;
        background-color: red;
        Padding: 10px;
        text-align: center;
        -webkit-box-reflect: below 1px linear-gradient(transparent,purpple);
        line-height: 0.70em;
        outline: none;
        animation: animate 5s linear infinite;
    }
    @keyframes animate 
    {
    0%, 18%, 20%, 50.1%,60%,65.1%,80%,90.1%,92%
       {
              color: #0e3742;
              text-shadow: none; 

       }
        18.1%,20.1%,30%,50%,60.1%,65%,80.1%,90.1%
        {
            color: #fff;
            text-shadow: 0 0 10px #03bcf4,
            0 0 20px #03bcf4,
            0 0 40px #03bcf4,
            0 0 80px #03bcf4,
            0 0 160px #03bcf4;
        }
    }
    .container {

        display: flex
        flex-derection: row;
        gap: 10px;
    }
    
    media (max-width: 700) {
        .container{
        flex-derection:column;
     }
    }
    
    p9 {
        color: #000000;
        font-size: 45px;
        text-align: center;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
       
    }

    p3 {
        color: #eeeeee;
        font-size: 45px;
        text-align: center;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
        
    }

    
/*new 24.09.2024*/

/*header{
margin-top:20px;
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 1rem 9%;
background-color: transparent
filter:drop-shadow(10px); 
display: flex;
justify-content: space-between;
align-items: center;
z-index: 1000;
}*/

header{
font-size: 3rem
color:green
font: weight 800px;
cursor:pointer;
transition:0.5s ease;
}

header:hover{
transform: scale(1.1);
}
 
.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
   
}


.social-img{
    position: relative;
    display: flex;
    justify-content:center;
    align-items:center;
    width:3rem;
    height:3rem;
    background-color:transparent;
    border:0.2rem solid red;
    border-radius:50%;
    color:red;
    margin:5px 15px 5px 0;
    transition:0.2s linear;
    float: right;
}

/*07/10/2024*/

.social-img:hover{
scale: 1.3;
color: red;
background-color: black;
filter: drop-shadow(0 0 10px black)
float: right;

}

/*neon button*/
*

#navbar a{
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    margin: 30px 0;
   
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.5s;
    letter-spacing: 2px;
    -webkit-box-reflect: below 1px linear-gradient(
        transparent,#0005);  
        
}



#navbar a:hover {
    background: #03e9f4;
    color: #050801;
    box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4,  0 0 50px #03e9f4,  0 0 200px #03e9f4;
}

/*footer*/
footer{
    background-color: #111;
}
.footerContainer{
    width: 100%;
    padding: 10% ;
    background-color: black;
}
.footerBottom{
    background-color: rgb(24, 20, 20);
    padding: 50px;
    text-align: center;


}

.footerBottom{
    color:white;
}

.footerBottom p4{
    color:white;
}

/*contact page*/

.contac{
    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1;
    padding: 10px;
    margin: 20px;
   color: #03bcf4;
   font-size: 20px;

}
