body {
    width: 100%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background:linear-gradient(75deg,#130f12,rgb(20, 5, 61));
    background-repeat: no-repeat;
    background-size:cover;
    color: #fff; /* White text */
    user-select: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

header h1 {
    margin: 0;
    font-size: 2em; 
}

header p {
    margin: 10px 0;
    font-size: 1.2em; 
}

.main-content {
    margin-top: 20px;
}

.row {
    /* display: flex; */
    flex-wrap: wrap;
}

.col-lg-8,
.col-lg-4 {
    flex: 0 0 100%;
}

.col-lg-8 {
    flex: 0 0 66.6667%;
}

.col-lg-4 {
    flex: 0 0 33.3333%;
}
.position h1{
    font-size: 50px;

}
.position h3{
    font-weight: 300;
    font-family:Arial, Helvetica, sans-serif ;
    
}
#dev{   
    text-shadow:2px 2px 10px #333 ;
    color: yellow;
}
.profile{
    position:absolute;
    right: 100px;
    
}
.profile img{
    height: 25rem;
    width: 25rem;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #ffffff;
    margin-top:-10rem;
   
}

.notification {
    background-color: #4CAF50; 
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3); 
    width: 20rem;
}



footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.menu {
    background-color: #333;
    color: #fff;
    /* width: 100%; */
    padding: 10px 0;
    position: sticky;
    top: 0px;
    z-index: 1;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    /* list-style-type:circle; */
}

.menu li {
    /* background-color: purple; */
    /* width: 10rem; */
    margin-right: 20px;
    text-align: center;
    border-radius: 10px;
    padding: 3px;
    /* box-shadow: 1px 0px 10px purple; */
    transition: transform 0.3s  ease-in-out;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.menu a {
text-decoration: none;
font-size: 18px;
color: white;

}

.menu li:hover {
    transform:scale(1.1);
    border-bottom: 3px solid blueviolet;
}


/* Skills Section Styles */
#skills {
    /* background-color: green;  */
    padding: 40px 0;
    /* max-width: 400px; */
    margin: auto;
    position: sticky;
    left: 0;
    overflow:visible;
    /* display: flex; */
    /* flex-direction: column; */
}



.skill {
    /* background:linear-gradient(45deg,rgb(11, 37, 6),rgb(17, 170, 216)); */
    width: 70px;
    height: 45px;
    margin: 10px ;
    /* float: left; */
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 3px solid white;
    padding: 3px;
    padding-top: 2rem;
    box-shadow: 0px 1px 10px rgb(104, 92, 92);
    transition: transform 0.3s ease;
   
}

/* #java,#html,#js,#nodejs,#mongodb:hover{
   background-color: white;
} */

.skill:hover {
    transform: scale(1.2);
    cursor: scroll;
    /* border-top-left-radius: red; */
    border-top-color:rgb(90, 230, 235);
    border-bottom-color: rgb(219, 189, 17);
    /* border-left-color: rgb(97, 8, 97); */

}





.cover {
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 100px 0; 
}

.cover h1 {
    margin: 0;
    font-size: 3em;
    color: rgb(238, 219, 51);
    font-weight: 600;
}

.cover p {
    margin: 10px 0;
    font-size: 1.5em;
    font-weight: 600;
}
.project-count,
.satisfaction-count {
    font-size: 2em;
    color: #333;
    font-weight: bold;
}

.customer-satisfaction {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: yellow; /* Green background for satisfaction circle */
    color: #fff;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    font-size: 1.5em;
}



#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size:1em;
    background-color: #4CAF50; /* Green background for the button */
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    width: 25px;
    transition: background-color 0.3s ease-in-out;
}

#backToTop:hover {
    background-color: #45a049; /* Darker green on hover */
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}



#social {
    background: linear-gradient(to top, #1a1a1a); /* White background for social section */
    padding: 40px 0;
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.social-icons a {
    margin: 0 15px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.social-icons img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.social-icons a:hover img {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); 
}
.twitter img:hover{
    background-color: #00bcd4;
}
.linkedin img:hover{
    background-color: #74bbeb;
}






.project-section1 {
    display: flex;
    /* flex-wrap: wrap; */
    overflow: auto;
    scrollbar-width: none;
}

.project1 {
    width: 48%;
    margin: 3rem;
    margin-bottom: 30px;
    padding: 20px;
    border: 3px solid aqua;
    border-radius: 8px;
    /* background:linear-gradient(75deg,rgba(22, 72, 102, 0.582),rgb(13, 71, 33),yellow) ; */
    box-shadow: 0 0 10px rgba(196, 185, 185, 0.767);
    transition: transform 0.3s ease-in-out;
}

.project1:hover {
    transform: rotateX(10deg) rotateY(40deg) scale(1.12);

}

.project-info1 {
    display: flex;
    flex-direction: column;
}
.project-info1 img{
    border-radius: 10px;
    width:400px;
    /* transform: rotateX(45deg); */
    transition: transform 0.3s ease;
}
.project-info1 img:hover{
    transform: scale(1.1);
}


.project1 h3 {
    margin: 0 0 10px;
    padding-top:10px;
    color: #333;
}

.project1 p {
    margin: 0 0 15px;
    color: #666;
}
.languages img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-color: white;
    box-shadow:  1px 0px 10px #00bcd4;
    transition: transform 0.3s ease;
}
.languages img:hover{
  transform: scale(1.4);
}

#splashPage {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    z-index: 1000; 
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.splashContent {
    text-align: center;
    color: #fff;
}

/* Add this style to hide the splash page when it's not needed */
#splashPage.splashHidden {
    visibility: hidden;
    opacity: 0;
}
#wavePath {
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    animation: drawWave 2s ease-out forwards;
}

@keyframes drawWave {
    to {
        stroke-dashoffset: 0;
    }
}
.about-me{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.profile{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* .profile img{
    border-radius: 18rem;
    height: 20rem;
    width: 22rem;
} */
.name{
    font-size: 21px;
    font-weight: 500;
}
/* #certification{
    display: flex;
} */

.certificate{
    margin: 20px;
    display: inline-block;
    transition: transform 0.3s ease;
}
.certificate:hover{
    transform:scale(1.06);
    box-shadow: 0px 0px 5px white;

}
.certificate img{
    width: 500px;
    height: 25em;
    border-radius: 10px;
}
.certificate h2{
    color: #5e5858;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    text-shadow:2px 3px 10px blue;
}
#certification{
    /* max-width: 400px; */
    margin: auto;
}
.icon{
    display: none;
}

@media screen and (max-width: 720px) {
    .menu li a{
        font-size:15px;
    }
    .container {
        max-width: 1350px;
        margin: 0 auto;
        padding: 25px;
        
    }
   
    .profile{
        position:relative;
        right: 100px;
       
    }
    .profile img{
        height: 25rem;
        width: 25rem;
        border-radius: 50%;
        box-shadow: 0px 0px 10px #ffffff;
        margin-top:3rem;
        margin-left: 100px;
        /* margin: 4rem; */
        overflow: auto;
       
    }
    .project-info1 img{
        border-radius: 10px;
        width:250px;
        height: 10rem;
        /* transform: rotateX(45deg); */
        /* transition: transform 0.3s ease; */
    }
    .languages img{
        width: 2rem;
        height: 2rem;
    }
        
}
@media screen and (max-width: 536px){
    .menu .container{
        display: none;
        
    }
    .menu ul{
      display: inline;  
      visibility: none;
    }
    .icon{
        display: inline;
        margin: 5px;
        transition: all 0.3s;
    }
    .profile{
        position:relative;
        /* right: 50px;   */
    }
    .profile img{
        height: 20rem;
        width: 20rem;
        border-radius: 50%;
        box-shadow: 0px 0px 10px #ffffff;
        margin-top:3rem;
       
        overflow: auto;
       
    }
    .notification{
        /* width: 100%; */
        /* margin: auto; */
        width: 15rem;
    }
    .notification p{
        width: 50%;
    }
    textarea,input{
        /* width: 20px; */
        margin: 0 auto;
        padding: 10px;
    }
    .project-info1{
        /* max-width: 0px; */
        padding:0px;
    }
    .project-info1 img{
        border-radius: 10px;
        width:180px;
        height: 7rem;
    }  
    .languages img{
        width: 2rem;
        height: 2rem;
    }
    #certification{
       display: inline-block;
      
    }
    .certificate{
        /* flex-direction: column; */
        margin: 20px;
        /* overflow: scroll; */
    }
    .certificate img{
        width: 300px;
        height: 18em;
        border-radius: 5px;
    }
    
}

