*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    
}

body
{
    color:#ededed;
    background: #010718;
    cursor: url('Images/cursor.png'), auto;
   
    

}


.main{
    position:relative;
    width: 100%;
    height: 100vh;
    background: #121212; 
    background-size: cover;
}


/*--------HEADER--------*/



.nav-link:hover {
    color: white;
    
    /*border-bottom: 2px solid #4070F4;*/
}

.underbtm:hover{
    color: white;
    
    border-bottom: 2px solid #4070F4;
}

.newabout1{
    height: 90px;
}

.home--section{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}





.nav1{
    box-shadow: 0px 1px 2px #4070F4, 
    0px 2px 4px #4070F4, 
    0px 4px 8px #4070F4, 
    0px 8px 16px #4070F4;
    background-color: #010718;
    position: fixed;
    width: 100%;
    font-weight: 600;
}

.navbar-dark .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-toggler {
    color: white;
    border-color: rgba(255,255,255,.1);
    height: 41px;
    width: 56px;
}

.logo1 a{
    color: white;
}

@media(min-width:700px){
    .logo1{
        padding-left:30px;

    }
    
  }

.parent {
    padding: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    text-align: center;
  }





.btn-primary {
    font-weight: 600;
  }


.word {
    margin: auto;
    color: white;
    font: 700 normal 2.5em 'tahoma';
    text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;
  }

 .navbar ul{
    align-items: center;
 }
 
  .frame img{
    border-radius: 50%;
    height: 19.8vw;
    width: 19.8vw;
    border:5px solid #4070F4;


}

.homey{
    padding-left:65px;
    padding-top: 55px;
    height: 555px;
}

@media(max-width:992px){
    .homey{
        padding-left: 25px;
    }
}

@media(max-width:768px){
    .homey{
        height: 560px;
        padding-top: 120px;
    }
}

@media(max-width:576px){
    .home121{
        padding-top: 15px;
    }
}

.home1{
    margin-top: 30px;
    padding-top: 25px;

}
.container1{
    width: 100%;
    overflow: hidden;
}


@media(max-width:992px){
    .container1{
        padding-bottom:5px;
    }
}
.container1 .text{
    position: relative;
    color: #4070F4;
    font-size: 30px;
    font-weight: 600;
}
.container1 .text.first-text{
    color:white;
}



.texty{
    font-size: 7vw; 
    font-family: 'Roboto', sans-serif;
}

@media(min-width:992px){
    .container1 .text.first-text{
        font-size: 4vw;
    }
}

@media(max-width:1320px){
    .container1 .text.first-text{
        font-size: 6vw;
    }
}


@media(min-width:992px){
    .container1 .text{
        font-size: 4vw;
    }
}

@media(max-width:1320px){
    .container1 .text{
        font-size: 6vw;
    }
}


.text.sec-text:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 110%;
    background-color: #010718;
    border-left: 2px solid #4070F4;
    animation: animate 4s steps(12) infinite;
}
@keyframes animate{
    40%, 60%{
        left: calc(100% + 4px);
    }
    100%{
        left: 0%;
    }
}


.follow{
    font-size: 3.5vw;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;

}

@media(max-width:992px){
    .follow{
    font-size: 5.8vw;
}
    
}

@media(max-width:992px){
    .bt1{
        font-size:15px;
    }
}

@media(min-width:1400px){
    .bt1{
        font-size:22px;
    }
}


.home--content {
    flex-direction: column;
    gap: 10px;
    
}

.home--content h1, h2{
    font-family: 'Roboto', sans-serif;

}


.container1 p{
    font-family: 'Roboto', sans-serif;

}

.row12{
    display: flex;
    gap: 0.7vw;
    padding-top: 0.5vw;
}

.buttons{
    padding-top: 0.8vw;
    display: flex;
    gap: 10px;
}


@media(min-width:1320px){
    .home--section h1{
        font-size: 65px;
    }
    .home--section h2{
        font-size: 58px;
    }
}







.skills{
    background-color:  #010718;
    
}





.aboutcenter{
    display: flex;
    align-items: center;
}










.image1{
   
    width: auto;
    border-radius: 50%;
    justify-content: center;
    display: flex;
}
.image1 img{
    border-radius: 50%;
    border:3px solid #4070F4;
    width: 100%;
}

@media(max-width:576px){
    .image1 img{
        border:2px solid #4070F4;
    }
}


@media(max-width:762px){
    .image1{
        width:60%;


    }
    
  }

.aboutpara{
    font-size: 24px;
    font-family: 'Poppins', sans-serif;

}


.deep{
    width: 136px;
}

@media(max-width:576px){
    .deep{
        width:100px;
    }
}
    

/*-----End Of Header-----*/



/*-----Start Of About-----*/

.newabout2{
    height: 80px;
   
}

.about{
  
    padding: 0px 130px;
    

}

@media(max-width:992px){
    .about {
        padding:0px 9px;
    }
}




.aboutmain{
    background-color: #010718;
    

}


.aboutmain h1{
    font-family: 'Roboto', sans-serif;
}

@media(max-width:1320px){

    .aboutmain{
        padding: 0px 27px;    
    }
    
}


.about1{
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
   
}



.ab1{
    padding: 28px 0px 0px 30px;
}


@media (max-width:992px){

    .ab1{
        padding: 10px 0px 0px 13px;    }
}


@media(max-width:576px){
    .aboutpara{
        font-size: 18px;
        padding: 10px 0px 0px 0px;
    }
}

@media(max-width:768px){
    .aboutpara{
        font-size: 18px;
        
    }
}


.certifications{
    height: 65px;
}

.certification{
    padding: 0px 130px;
}

@media (max-width: 1320px){
.certification {
    padding: 0px 27px;
}
}



.certify:hover{
    box-shadow:5px 10px;
    box-shadow: 0px 1px 2px #4070F4, 
  0px 2px 4px #4070F4, 
  0px 4px 8px #4070F4, 
  0px 8px 16px #4070F4;
    transform: scale(1.05) translateY(-2px);
    cursor: pointer;
    transition: all .5s ease-in-out 0s;

}


@media(max-width:576px){
    .about1{
        padding:10px 0px 0px 0px;
    }

}


@media(min-width:768px){
    .pic1 img{
    
        height: 220px;
        width: 100%;
    }

}

@media(max-width:576px){
    .pic1 img{
    
        height: 220px;
        width: 100%;
    }

}




/*------End Of About Me------*/



/*----Skill Section----*/




.newabout3{
    height: 85px; 
}



.myskill{
    padding:0px 130px;
}


@media (max-width: 1320px){
    .myskill   
    {
        padding: 0px 27px;
    }
}

.myskill h1{
    font-family: 'Roboto', sans-serif;
}


.skillline{
    font-size: 20px; 
    font-family: 'Roboto', sans-serif;
}


@media(max-width:576px){
    .skillline{
        font-size: 18px;
    }
}


.ht1{
    font-family: 'Roboto', sans-serif; 
 }




 .html{
    margin: 5px 0px;
    width: 80%;
    border: 2px solid rgb(120, 207, 207);
    height:16px;
    font-size:10px;
    background: #4070F4;
    color: white;
    font-weight: 700;    
    display: flex;
    align-items: center;
}


.html:hover{
    width: 80%;
    background-color: transparent;
    height:16px;
    content: 80%;
    color: white;
    cursor: pointer;
    
}

.css{
    margin: 5px 0px;

    width: 80%;
    border: 2px solid rgb(120, 207, 207);    
    height:16px;
    background-color: #4070F4;
    font-size:10px;
    color: white;
    font-weight: 700; 
    display: flex;
    align-items: center;   
}


.css:hover{
    width: 80%;
    background-color: transparent;
    height:16px;
    content: 80%;
    color: white;
    cursor: pointer;
    
}

.js{
    margin: 5px 0px;

    width: 50%;
    border: 2px solid rgb(120, 207, 207);    
    height:16px;
    background-color: #4070F4;
    font-size:10px;
    color: white;
    font-weight: 700;    
    display: flex;
    align-items: center;
}


.js:hover{
    width: 50%;
    background-color: transparent;
    height:16px;
    content: 80%;
    color: white;
    cursor: pointer;
    
}

.php{
    margin: 5px 0px;

    width: 50%;
    border: 2px solid rgb(120, 207, 207);    
    height:16px;
    background-color: #4070F4;
    font-size:10px;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    
}

.php:hover{
    width: 50%;
    background-color: transparent;
    height:16px;
    content: 80%;
    color: white;
    cursor: pointer;
    
}


.django{
    margin: 5px 0px;

    width: 50%;
    border: 2px solid rgb(120, 207, 207);    
    height:16px;
    background-color: #4070F4;
    font-size:10px;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;


}

.django:hover{
    width: 50%;
    background-color: transparent;
    height:16px;
    content: 80%;
    color: white;
    cursor: pointer;
    
}


.sql{
    margin: 5px 0px;

    width: 65%;
    border: 2px solid rgb(120, 207, 207);    
    height:16px;
    background-color: #4070F4;
    font-size:10px;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.sql:hover{
    width: 65%;
    background-color: transparent;
    height:16px;
    content: 80%;
    color: white;
    cursor: pointer;
    
}


.python{m

    margin: 5px 0px;

    width: 90%;
    border: 2px solid rgb(120, 207, 207);    
    height:16px;
    background-color: #4070F4;
    font-size:10px;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.python:hover{
    width: 90%;
    background-color: transparent;
    height:16px;
    content: 80%;
    color: white;
    cursor: pointer;
    
}


.c{
    margin: 5px 0px;

    width: 65%;
    border: 2px solid rgb(120, 207, 207);    
    height:16px;
    background-color: #4070F4;
    color:white;
    font-size:10px;
    font-weight: 700;
    display: flex;
    align-items: center;


}

.c:hover{
    width: 65%;
    background-color: transparent;
    height:16px;
    content: 80%;
    color: white;
    cursor: pointer;
    
    
}


.wordpress{
    margin: 5px 0px;

    width: 50%;
    border: 2px solid rgb(120, 207, 207);    
    height:16px;
    background-color: #4070F4;
    font-size:10px;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;

}

.wordpress:hover{
    width: 50%;
    background-color: transparent;
    height:16px;
    content: 50%;
    cursor: pointer;
    
}


.tech{
    margin: 5px 0px;

    width: 60%;
    border: 2px solid rgb(120, 207, 207);    
    height:16px;
    background-color: #4070F4;
    font-size:10px;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.tech:hover{
    width: 60%;
    background-color: transparent;
    height:16px;
    content: 80%;
    color: white;
    cursor: pointer;
    
}



/*-----End of Skill Section----*/


/*-----Scroll Bar-----*/
body::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
  }
  
  body::-webkit-scrollbar-track {
    background: #010718;        /* color of the tracking area */
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #010718;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 2px solid #4070F4;  /* creates padding around scroll thumb */
  }




/*-----End of Scroll Bar-----*/
  


 

/*-----Project Section-----*/


.project{
    height: 80px;
}

.myproj{
    padding: 0px 130px;
}


@media (max-width: 1320px){
    .myproj {
        padding: 0px 27px;
    }
    }


.box{
    height: auto;
    background-color: #010718;
    border: 2px solid #4070F4;
    padding: 25px 25px 0px 25px;
    border-radius: 15px;
}

.box:hover{
    box-shadow: 3px 3px ;
    box-shadow: 0px 1px 2px #4070F4, 
    0px 2px 4px #4070F4, 
    0px 4px 8px #4070F4, 
    0px 8px 16px #4070F4;
    transform: translateY(-10px);
    transition: all .5s ease-in-out 0s;
    cursor: pointer;

}


.boximage{
    height: 192px;
    width:auto;
    border: 2px solid #4070F4;
    border-radius: 10px;
    color:white;
}


.boximage:hover img{
    transform: scale(1.5);
}

.port{
    margin-top: 16px;
    font-size: 22px;
}


.boxbtn{
    display: flex;
    gap:1rem;
    padding-bottom: 10px;
}











.box1{
    width:200px;
    background-color: yellow;
    height: 70px;
}





.sourcebtn{
    width:200px;
    height: 44px;
    background-color:#010718 ;
    color:white;
    border-radius: 50px;
    border: 2px solid #4070F4;
    gap:2px;
    display: flex;
    padding: 10px 0px 10px 0px;
    justify-content: center;
    align-items: center;
    font-weight: 650;
}

.sourcebtn a{
color: white;
text-decoration: underline;
/* list-style: none; */
text-decoration: none;
}


@media(max-width:576px){
    .sourcebtn a{
        font-size: 14px;
    }
}


    

.sourcebtn:hover{
    background: linear-gradient(90deg, rgba(64,112,244,1) 0%, rgba(189,206,255,0) 100%);

}



.git{
    font-size: 20px; 
    padding-right:5px;
}




@media(max-width:576px){
    .git{
        padding-right: 1px;
        
    }
    .sourcebtn{
        font-size: 15px;
    }
    .livebtn{
        font-size: 15px;
    }


    
}



    

.livebtn{
    width:200px;
    height: 44px;
    background-color:#010718 ;
    color:white;
    border-radius: 50px;
    border: 2px solid #4070F4;
    display: flex;
    padding: 10px 0px 10px 0px;
    justify-content: center;
    align-items: center;
    font-weight: 650;
    text-decoration: none;
}

.livebtn:hover{
    background: linear-gradient(90deg, rgba(64,112,244,1) 0%, rgba(189,206,255,0) 100%);
    color: white;
}




/*-----End Of Project Section-----*/




/*-----Icon Size-----*/

@media(max-width:768px ){
    .fa-github-square:before, .fa-square-github:before {
        content: "\f092";
        font-size: 34px;
    }
    .fa-linkedin:before {
        content: "\f08c";
        font-size: 34px;
    }
    .fa-blogger:before {
        content: "\f37c";
        font-size: 34px;
    }
    .fa-square-instagram:before {
        content: "\e055";
        font-size: 34px;
    }
    .fa-square-instagram:before {
        content: "\e055";
        font-size: 34px;
    }
    .fa-square-envelope:before{
        content:"\f199";
        font-size: 34px;
    }
}



/*-----End Of Project Section-----*/


/*-----Start Of Contact Section-----*/


.contactinfo{
    height: 80px;
}


.getinfo{
    text-align:center; 
    
    font-family: 'Roboto', sans-serif;
}

.formcontainer{
    width: 100%;
    height: auto;
    background: #010718;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px ;
}

form{
    background: transparent;
    display: flex;
    flex-direction: column;
    padding: 2vw 3vw;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    border:2px solid #4070F4;
}


form h4{
    color:white;
    font-weight: 600;
    
    margin-top: 8px;
}


form input,form textarea{
    margin: 10px 0;
    padding: 20px;
    outline: none;
    background: #010718;
    border-radius: 10px;
    border:1px solid #4070F4;
    color:white;
}


.form1:hover{
    border-color: white;
}

.formbutton{
    
    padding: 15px;
    background: linear-gradient(90deg, rgba(64,112,244,1) 0%, rgba(189,206,255,0) 100%);
    font-weight: 600;
    color:white;
    font-size:18px;
    border:0;
    outline: none;
    cursor: pointer;
    width: 150px;
    margin: 20px auto 0;
    border-radius: 10px;
    border:1px solid #4070F4;  
}


textarea {
    resize: none;
  }

.cont{
    align-items: center;
    display: flex;
    justify-content: center;

}


/*-----End Of Contact Section----*/




/*FOOTER*/



.foot1{
    box-shadow: 0px 1px 2px #4070F4, 
    0px 2px 4px #4070F4, 
    0px 4px 8px #4070F4, 
    0px 8px 16px #4070F4;
    align-items: center;
    color: #f2f3f4;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 1rem;
    width: 100%;

    
}

.footernav {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        justify-content: center;
        margin-top: 0.5rem;
        width: 100%;
        font-family:'Roboto', sans-serif;
    }


.footer--nav-item {
        color: #f2f3f4;
        font-size: 1.2rem;
        text-decoration: none;
        transition: color .2s ease-in-out 0s;
    }


@media(max-width:576px){
    .footernav{
        gap:1.2rem;
    }
}


.footer-social-icon {
    display: flex;
    margin-top: 1rem;
}

.footer-icon {
    display: inline-block;
    font-size: 1.5rem;

    color: #f2f3f4;
    margin: 0 1rem!important;
    transition: color .2s ease-in-out 0s;
}


.footer--res {
    font-size: 1.1rem; 
    margin-top: 1.5rem!important;
    text-align: center;
}

@media(max-width:576px){
    .footer--res{
        font-size: 0.9rem;
    }
}

@media(max-width:576px){
    .ctnbtn{
        padding-top: 12px;
    }
}


@media(max-width:576px){
    .home--content h2{
        font-size:35px;
    }
    .home--content h1{
        font-size:36px;
    }
    
}


@media(min-width:576px){
    .home--content h2{
        font-size:55px;
    }
    .home--content h1{
        font-size:57px;
    }
    
}


@media(max-width:576px){
    .row12{
        gap:1.7vw;
    }
}



