*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #00171f;
    color: white;
}
.navbar{
    font-size: larger;
    background-color:  #02181f;
    color: #0aefff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(1, 255, 255, 0.25);
    position: sticky;
    top: 0;
    z-index: 10000;
}

ul{
    display: flex;
    gap: 30px;
    list-style: none;
}
#li:hover{
    color: #0aefff;
}
button{
    padding:10px 35px;
    border-radius: 7px;
    background-color: rgb(245, 8, 8);
    color: white;
    border: none;
}
button:hover{
    color: #333;
    background-color: white;
    transition: 1.025s;
    cursor: pointer;
}

a{
    text-decoration: none;
    color: white;
}
.container{
    display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 2px;
   margin-top: 50px;
   padding: 30px;
}
.welcome{
    margin-top: 30px;
}
#welcome{
    color:#05deee;
    font-size: 50px;
}
.web{
    margin-top: 20px;
}
#web,#abt{
    font-size: 50px;
    color: white;
    text-shadow: 
    0 0 8px rgb(0, 255, 242),
    0 0 20px rgb(0, 255, 242);
    /* 0 0 30px rgb(0, 255, 243); */
}
.para{
    margin-top: 20px;
}
#para{
    line-height: 1.5;
    font-size: x-large;
    text-align: justify;
}
.cntr{
    padding-top: 100px;
}
.spn{
    color: #05deee;
}
i{
    color: white;
}
.box1{
    height: 75vh;
    width: 100vh;
}
.boximg{
    height: 75vh;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.box4{
    height: 70vh;
}
#boximg{
   margin-top: -90px;
    height: 85vh;
    width: 55vh;
}
.boxsiddhu{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 50px; */
    height: 70vh;
}
#hire{
    color:white;
}
#hire:hover{
    color: white;
    
}
#hiree{
    border: none;
    padding: 20px 30px;
}
#hiree:hover{
    background-color:#0aefff;
    transition: 0.9s;
    scale: 1.2;
    cursor: pointer;
}
.myself{
    margin-top: 30px;
}
.mysrv{
    margin-top: 20%;
}
.descp{
    margin-top: 20px;
    line-height: 1.8;
    font-size: x-large;
}
.intro{
    margin-top: 10px;
    padding-left: 5px;
}
.button2{
    margin-top: 30px;
    
}
#services,#underline{
    text-align: center;
}

#services:hover{
    cursor: pointer;
}
#underline{
    margin-top: -10px;
}
span,#underline{
    color: #0aefff;
}
#myProjects{
    text-align: center;
    margin: 20px 1px;
    color: #0aefff;
    font-size: 50px;
}
.project-card{
    border: 1px solid gray;
    height: 35vh;
    border-radius: 5px;
    box-shadow: 3px 3px 12px 0px #0cedfd;
}
.skill{
    height: 55vh;
}
.project-card:hover{
    box-shadow: 2px 0px 15px 2px #0cedfd;
    scale: 1.025;
    transition: 0.7s;
}
.projectbox{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
   gap: 50px;
   margin-bottom: 50px;
   padding: 50px;
   
}
.blog:hover{
    scale: 1.035;
    transition: 0.95s;
}
.blog{
    border-radius: 10px;
}
img{
    border-radius: 10px;
}
#listimg{
    border-radius: 10px;
}
#listimg:hover{
    scale: 1.035;
    transition: 0.95s;
}
h3{
    text-align: center;
    margin-top: 50px;
    color: #0aefff;
}
#p{
    text-align: center;
    margin-top: 20px;
}
button{
    background-color: #05deee;
    font-size: large;
    font: bold;
}
.buttton{
    text-align: center;
    margin-top: 70px;
}
#button{
    width: 150px;
    height: 50px;
    margin: 10px;
    font-size: large;
}
#button:hover{
    transition: 0.95s;
    scale: 1.025;
    border: 2px solid red;
}
.Box{
    height: 40vh;
    border: 1px solid black;
    box-shadow: 3px 3px 12px 0px #0cedfd;
}
.Box:hover{
    box-shadow: 2px 0px 15px 2px #0cedfd;
    scale: 1.025;
    transition: 0.7s;
}
.listbox{
    margin-top: 20px;
    padding: 50px;
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
}
.myBlog,.contacts{
    padding: 60px;
}
.folow{
    height: 15vh;
    background-color: black;
    box-shadow: 4px 4px 10px 8px black;
}
.follow-link{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 50px;
    gap: 30px;
}
#one{
    text-align: center;
    margin-top: 20px; 
    color: #0aefff;
}
#lorem{
    text-align: center;
    font-size: x-large;
    color: white;
}
.blog{
    height: 70vh;
}
.BLOG{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 50px;
    gap: 50px;
}
.info{
    margin: 10px;
    text-align: justify;
}
#info,#info2{
    margin-top: 20px;
}
.foto{
    height: 60%;
}
.blog1,.blog2,.blog3{
    background-color: #012631;
    color: white;
    box-shadow: 3px 3px 12px 0px #0cedfd;
    font-family: Arial, Helvetica, sans-serif;
}
.Sitebtn{
    justify-content: center;
    text-align: center;
    margin: 10px;
}
.site{
    background-color: #05deee;
}
.site:hover{
    background-color: #043a4b;
    color: #05deee;
    font-weight: 600;
    box-shadow: 0 0 15px #05deee;
}
.blog:hover{
    box-shadow: 2px 0px 15px 2px #0cedfd;
    scale: 1.025;
    transition: 0.7s;
}

.contact-link{
    margin: 50px;
}
#name{
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
    font-size: large;
}
#address,#email{
    padding: 30px;
    width: 49%;
    margin-bottom: 20px;
    font-size: large;
 }
 #sidpic{
    mix-blend-mode: multiply;
 }

 #email{
    margin-left: 20px;
} 
#textarea{
    padding: 10px 5px 50px 10px;
    font-size: x-large;
}
#messg{
    border: none;
    padding: 15px 40px;
    margin-top: 50px;
    border-radius: 25px;
}
#cloneimg{
    margin: 20px;
}
.nepaT{
    margin-top: -35px;
}
#messg:hover{
    color: #023135;
    font-weight: 700;
}
.messg{
    justify-content: center;
   text-align: center;
}
#copyright{
    color: white;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(1, 255, 255, 0.25);
    top: 0;       
}
.hml{
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}
#htl{
    height: 100px;
    width: 100px; 
}
.heding{
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-family: sans-serif;
    font-size: xx-large;
}
#hpara{
    padding: 7px;
    text-align: justify;
    font-family: poppins sans-serif;
    font-size: larger;
}

@media only screen and (max-width:600px){
    
    *{
        padding: 0;
        margin: 0;
        overflow-x: hidden;
    }
    nav{
        visibility: hidden;
    }
    .logo h1{
        visibility: visible;
        text-align: center;
       position: absolute;
       top: 10px;
       right: 110px;   
       overflow: hidden;
       justify-content: center;
       align-items: center;
       text-align: center;
    }
    .container{
       display: flex;
       flex-direction: column;
    }
    #welcome,#abt{
        font-size: 30px;
    }
    #web{
        font-size: 35px;
        line-height: 1.4;
    }
    .container{
        margin-top: -50px;
    }
    .box1,.para{
        height: auto;
        width:100%;
        text-align: center;
    }
    .sidimg{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .boximg{
    height: auto;
   width: 48vh;
   
    }
    #boximg{
        height: 70vh;
        width:auto;
        margin-top: 0px;
    }
    .descp{
       font-size: 18px;
    }
    .boxsiddhu{
        visibility: hidden;
        height: 0;
    }
    .box4{
        padding: 20px;
        height: auto;
        width:100% ;
    }
    .email{
        margin-left: -10px;
    }
    .projectbox{
        display: flex;
        flex-direction: column;
    }
    .button2{
        justify-content: center;
        text-align: center;
    }
    .buttton{
        visibility: hidden;
        height: 0;
    }
    .listbox{
        display: flex;
        flex-direction: column;
    }
    .BLOG{
        display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
    }
    .contact-link form {
        width: 100%;
    }
    #email{
        margin-left: 0px;
    }
    .contact-link input,#email,#address, .contact-link textarea {
        width: 100%;
    }
    #copyright{
        font-size: 17px;
    }
    .footer{
        box-shadow: 0 5px 20px skyblue;
    }
}
