*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Times New Roman', Times, serif;
}
body{
    background-color: #1f1f1f;
}
.general{
   width: 140px;
   height: 30px;
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #BBBBBB;
    border-radius:25px ;
    color: #BBBBBB;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3;
    cursor: pointer;
}
.general:hover{
    border: 2px solid #03C988;
    color: #03C988;
}
a{
    text-decoration: none;
}
#home{
    display: flex;
    width: 100%;
    background-color: #1f1f1f;
    height: 100vh;
    padding: 20px;
    overflow: hidden;
}
.fixed-left-sidebar{
    border: 1px solid #BBBBBB;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    min-width: 350px;
    gap: 20px;
    position: fixed;
}
.upper-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.upper-text h1{
    color: #03C988;
}
.upper-text p{
    font-size: 16px;
    color: #ffffff;
    justify-self: flex-end;
}
.pro-img{
    display: flex;
    justify-content: center;
}
.pro-img img{
    width: 200px;
    height: 250px;
    border-radius: 25px;
    
}
.pro-mail{
    display: flex;
    justify-content: center;
}
.pro-mail p{
    text-align: center;
    color: #bbb;
    font-size: 18px;
    font-weight: 400;
    
}
.pro-social-links{
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
    gap: 20px;
}
.pro-social-links a{
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.pro-social-links a i{
    align-items: center;
}
.pro-social-links a:hover{
    color: #03C988;
    border: 1px solid #03C988;
}
.pro-hire-btn {
display: flex;
justify-content: center;
}
.pro-hire-btn button{
    padding:15px 90px ;
    background-color: #03C988;
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}
.pro-hire-btn button:hover{
    box-shadow: 7px 5px 56px -14px #03c988;
}
.right-side{
    display: flex;
    height: auto;
    position: relative;
    left: 400px;
    width:820px;
}
.main-content{
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.intro-txt{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 700px;
}
.intro-h1{
    color: #BBBBBB;
    letter-spacing: 2px;
    font-size: 50px;
    font-weight: 600;
}
.intro-h1 span{
    color: #03C988;
}
.intro-txt p{
    color: #BBBBBB;
    font-size: 22px;
    font-weight: 500;
}
.exp-plus-pro{
display: flex;
gap: 30px;
}
.yearof-exp h1{
    color: #03C988;
    font-size:52px;
}
.yearof-exp p{
    color: #BBBBBB;
    font-size: 20px;
}
.numberof-pro h1{
    color: #03C988;
    font-size:52px;
}
.numberof-pro p{
    color: #BBBBBB;
    font-size: 20px;
}
.down-corner-btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    transition: transform .3s ease-in-out;
}
.down-corner-btn button{
    font-size: 22px;
    background-color: transparent;
    color: #BBBBBB;
    font-weight: 500;
    border: none;
    transition: 0.3s;
}
.down-corner-btn button:hover{
    color: #03C988;
}
.down-corner-btn img{
    width: 40px;
    height: 40px;
    animation: move 2s linear infinite;
}
@keyframes move{
    0%{
        transform: translateY(-10px);
    }
    50%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(-10px);
    }
  }
.main-navbar{
    display: flex;
    flex-direction: column;
    position: fixed;
    width: auto;
    left: 1250px;
    gap: 40px;
    
    
}
.large-navbar{
    display: flex;
    border: 2px solid #BBBBBB;
    border-radius: 25px;
    flex-direction: column;
    
}
.large-navbar ul{
    display: flex;
    flex-direction: column;
}
.large-navbar ul li{
    list-style: none;
    padding: 15px 15px;
}
.large-navbar ul li a{
    text-decoration: none;
    color: #BBBBBB;
    font-size: 20px;
    transition: 0.3s;
}
.large-navbar ul li a:hover{
    color: #03C988;
}
.small-one-nav{
    border: 2px solid #BBBBBB;
    border-radius: 25px;
}
.small-one-nav a{
    text-decoration: none;
    color: #BBBBBB;
    font-size: 20px;
    transition: 0.3s;
    padding: 15px 15px;
}
.small-one-nav a:hover{
    color: #03C988;
}
.small-two-nav{
    border: 2px solid #BBBBBB;
    border-radius: 25px;
}
.small-two-nav a{
    text-decoration: none;
    color: #BBBBBB;
    font-size: 20px;
    transition: 0.3s;
    padding: 15px 15px;
}
.small-two-nav a:hover{
    color: #03C988;
}
#aboutme{
    background-color: #1f1f1f;
    display: flex;
    height: auto;
    position: relative;
    left: 400px;
    width:820px;
    height: 100vh;
    padding: 20px;
    overflow: hidden;
}
.about-content{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.abt-txt{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.abt-txt h3{
    font-weight:500 ;
}
.abt-txt p{
    font-size: 20px;
    color: #BBBBBB;
    text-align: justify;
}
.get-my-cv {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
  }
  
.get-my-cv{
    --primary-color: #bbbbbb;
    --hovered-color: #03c988;
    position: relative;
    display: flex;
    font-weight: 600;
    font-size: 20px;
    gap: 0.5rem;
    align-items: center;
  }
  
 .get-my-cv p {
    margin: 0;
    position: relative;
    font-size: 20px;
    color: var(--primary-color);
    text-transform:uppercase;
  }
  
  .get-my-cv::after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -7px;
    background: var(--hovered-color);
    height: 2px;
    transition: 0.3s ease-out;
  }
  
 .get-my-cv p::before {
    position: absolute;
    content: "Get my resume";
    width: 0%;
    inset: 0;
    color: var(--hovered-color);
    overflow: hidden;
    transition: 0.3s ease-out;
    text-transform: uppercase;
  }
  
  .get-my-cv:hover::after {
    width: 5%;
  }
  
  .get-my-cv:hover p::before {
    width: 100%;
  }
  
  .get-my-cv:hover svg {
    transform: translateX(4px);
    color: var(--hovered-color)
  }
  
  .get-my-cv svg {
    color: var(--primary-color);
    transition: 0.2s;
    position: relative;
    width: 15px;
    transition-delay: 0.1s;
  }
#services{
    background-color: #1f1f1f;
    display: flex;
    height: auto;
    position: relative;
    left: 400px;
    width:820px;
    height: 100vh;
    padding: 20px;
    overflow: hidden;
}
.services-content{
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.my-specialization h1{
    font-size: 48px;
    font-weight: 500;
    color: #BBBBBB;
    letter-spacing: 2px;
}
.my-specialization span{
    color: #03C988;
}
.three-boxes{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.special-div{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 350px;
    border: 2px solid #BBBBBB;
    border-radius: 25px;
    padding: 10px;
    gap: 10px;
}
.special-div:hover{
   
    border: 2px solid #03C988;
}
.special-div svg{
    width: 80px;
    height: 60px;
    border: none;
color: #BBBBBB;

}
.special-div h3{
    font-size: 28px;
    font-weight: 500;
    color: #BBBBBB;
}
.special-div h3:hover{
    color: #03C988;
    }
.special-div p{
    color: #BBBBBB;
    font-size: 18px;
}
.special-div svg:hover{
fill: #03C988;
}
.special-div:hover{
    border-color: 2px solid #03C988;
}
#skills{
    background-color: #1f1f1f;
    display: flex;
    position: relative;
    left: 400px;
    width:820px;
    height: auto;
    padding: 20px;
    overflow: hidden;
}
.skills-content{
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}
.fronend-div,
.backend-div,
.tools-div{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.forntend-heading,
.backend-heading{
    color: #BBBBBB;
    font-size: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.forntend-heading svg{
    font-size: 40px;
}
.frontend-technologies-svgs,
.database-svgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.backend-svgs,
.tool-svgs{
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    align-items: center;
}
.frontend-technologies-svgs img,
.backend-svgs img,
.database-svgs img,
.tool-svgs img{
    width: 80px;
    height: 80px;
}
.frontend-technologies-svgs img:hover,
.database-svgs img:hover{
    border: 2px solid #03C988;
    padding: 15px;
    border-radius: 25px;
    box-shadow: 7px 5px 56px -14px #03c988;
}
.backend-svgs img:hover,
.tool-svgs img:hover{
    border: 2px solid #03C988;
    padding: 10px;
    border-radius: 25px;
    box-shadow: 7px 5px 56px -14px #03c988;
}
#projects{
    background-color: #1f1f1f;
    display: flex;
    position: relative;
    left: 400px;
    width:820px;
    height: 200vh;
    padding: 20px;
    overflow: hidden;
}
.project-content{
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
   
}
.pro-grid{
    display: flex;
    flex-direction: column;
}
.pro-1{
    width: 100%;
    
}
.pro-1 img{
    width: 100%;
    border-radius: 25px;
border: 1px solid #03C988;
transition: 0.3s;
}
.pro-1 img:hover{
    box-shadow: 7px 5px 56px -14px #03c988;
}
.btn-group{
    position: relative;
    bottom: 50px;
    z-index: 1;
    left: 30px;
}
.tech-btn{
    padding: 10px 20px;
    background-color: #1f1f1f;
    color: #03C988;
    border: none;
}
.tech-btn:hover{
    background-color: #03C988;
    color: #1f1f1f;
}
.pro-grid-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.pro-2 img,
.pro-3 img{
    width: 380px;
    height: 250px;
    border-radius: 25px;
}
.pro-2 img:hover,
.pro-3 img:hover{
    box-shadow: 7px 5px 56px -14px #03c988;
}
.view-all {
    justify-content: flex-end;
}
.view-all p::before{
   
        position: absolute;
        content: "View All";
        width: 0%;
        inset: 0;
        color: var(--hovered-color);
        overflow: hidden;
        transition: 0.3s ease-out;
        text-transform: uppercase;
      
}
.view-all::after {
    position: absolute;
    content: "";
    width: 0;
    left:85%;
    bottom: -7px;
    background: var(--hovered-color);
    height: 2px;
    transition: 0.3s ease-out;
  }
  #contactme{
    background-color: #1f1f1f;
    display: flex;
    position: relative;
    left: 400px;
    width:820px;
    height: auto;
    padding: 20px;
    overflow: hidden;
}
.contact-content{
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
   
}
form{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.group-of-group{
    display: flex;
    justify-content: space-between;
}
.form-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form-group label{
    color: #ffffff;
    font-size: 16px;
    
}
.form-group label span{
    color: #D56565;
}
input::placeholder{
    color: #BBBBBB;
    font-size: 18px;
}
.form-group input{
    width: 300px;
    height: 50px;
    background: transparent;
    border: none;
    color: #BBBBBB;
}
textarea{
    border: none;
    background: transparent;
    color: #BBBBBB;
}
textarea::placeholder{
    color: #BBBBBB;
    font-size: 18px;
}
.form-group input:focus,
.form-group textarea:focus{
    background: transparent;
    border: none;
   
}
.form-submit{
    position: relative;
    left: 25%;
    width: 300px;
    height: 50px;
    border-radius: 8px;
    background-color: #03C988;
    color: #1f1f1f;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
   
}
.form-submit:hover{
    box-shadow: 7px 5px 56px -14px #03c988;
}
.footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #BBBBBB;
    font-size: 14px;
}
.footer a{
    text-decoration: none;
    color: #03C988;
}
@media only screen and (max-width: 600px) {
    body{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        overflow-x: hidden;
       
    }
        #home {
            flex-direction: column;
            width: auto;
            height: 100vh;
            padding: 10px;
            overflow-x: hidden;
            
        }
        .fixed-left-sidebar {
            border: 1px solid #03C988;
            position: absolute;
            width: auto;
        }
        .right-side {
            display: flex;
            height: auto;
            flex-direction: column;
            width: 350px;
            position: absolute;
            top: 95vh;
            left: 10px;
        }
        .main-content {
            gap: 50px;
        }
        .intro-txt {
            width: auto;
        }
        .intro-h1 {
            letter-spacing: 1px;
            font-size: 28px;
        }
        .intro-txt p {
            font-size: 16px;
        }
        .down-corner-btn {
            padding-right: 30px;
        }
        .main-navbar {
            display: flex;
            flex-direction: row;
            position: fixed;
            width: 100%;
            top:90%;
            left: 1px;
            z-index: 10;
            background-color: #1f1f1f;
        }
        .large-navbar {
            display: flex;
            flex-direction: row;
            width: 100%;
        }
        .large-navbar ul {
            justify-content: center;
            flex-direction: row;
        }
        .large-navbar ul li {
            list-style: none;
            padding: 20px 20px;

        }
        .small-one-nav,
        .small-two-nav {
            display: none;
        }

        #aboutme {
          
            width:100%;
            height: auto;
            padding: 10px;
            overflow-x: hidden;
            left: 0;
            top: 80vh;
        }
        .abt-txt h3 {
            font-size: 28px;
            letter-spacing: 1px;
        }
        .abt-txt p {
            font-size: 16px;
            text-align:justify;
        }
        #services {
            width:100%;
            height: auto;
            padding: 10px;
            overflow-x: hidden;
            left: 0;
            top: 80vh;
        }
        .my-specialization h1 {
            font-size: 28px;
        }
        .three-boxes {
            justify-content: center;
            align-items: center;
            gap: 30px;
        }
        .special-div {
            
            width: 300px;
            gap: 20px;
        }
        #skills {
            width:100%;
            height: auto;
            padding: 10px;
            overflow-x: hidden;
            left: 0;
            top: 80vh;
        }
        .skills-content {
            gap: 80px;
        }
        .fronend-div, .backend-div, .tools-div {
            display: flex;
            flex-direction: column;
            width: 100%;
            gap: 20px;
        }
        .frontend-technologies-svgs, .database-svgs {
            display: flex;
            justify-content: space-around;
            gap:15px;
        }
        .tool-svgs {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }
        .frontend-technologies-svgs img, .backend-svgs img, .database-svgs img, .tool-svgs img {
            width: 100px;
            height: 100px;
        }
        #projects {
            width:100%;
            height: auto;
            padding: 10px;
            overflow-x: hidden;
            left: 0px;
            top: 80vh;
        }
        .pro-grid-2 {
            flex-direction: column;
            justify-content: center;
            width: 100%;
        }
        .pro-2 img, .pro-3 img {
            width: 300px;
            height:200px; 
        }
        #contactme {
            width:100%;
            height: auto;
            padding: 10px;
            overflow-x: hidden;
            left: 0px;
            top: 80vh;
        }
        .my-specialization h1 {
            font-size: 28px;
            letter-spacing: 1px;
        }
        .group-of-group {
            flex-direction: column;
            justify-content: space-between;
            gap: 20px;
        }
        .form-submit {
            position: relative;
           left: 5%;
            width: 300px;
            height: 50px;
            border-radius: 8px;
            background-color: #03C988;
            color: #1f1f1f;
            font-size: 18px;
            text-transform: uppercase;
            border: none;
        }
        .footer {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #BBBBBB;
            font-size: 14px;
            text-align: center;
            height: 30vh;
        }
} 