
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url("./public/blue_abstract_lines_2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    /* Other styles for the body */
    margin: 0;
    height: 100vh;
}

html {
    font-size: 62.5%;
}
/* Tost box */
#tostBox{
    z-index: 999;

position: fixed; /* Change from absolute to fixed */
  bottom: 15px;   /* Change from top to bottom */
  right: 15px; 
transform: translateX(0); 
display: flex;
align-items: center; 
flex-direction: column;
overflow: hidden;
padding: 20px;
}
.tost{
z-index: 1000; 
width: 400px;
height: 80px;
background: #fff;
font-weight: 500;
margin: 15px 0;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
display: flex;
align-items: center;
position: relative;
}
.tost i{
margin: 0 20px;
font-size: 35px;
color: red;
padding-right: 10px;
border-right: 1px solid rgb(205, 203, 203);
}
.tost::after{
content:"";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 5px;
background-color: red;
animation: anim 2s linear forwards;
}
@keyframes anim {
100%{
    width: 0;
}
}

.sucess{
z-index: 1000; 
width: 400px;
height: 80px;
background: #fff;
font-weight: 500;
margin: 15px 0;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
display: flex;
align-items: center;
position: relative;
}
.sucess i{
margin: 0 20px;
font-size: 35px;
color: rgb(19, 196, 3);
padding-right: 10px;
border-right: 1px solid rgb(205, 203, 203);
}
.sucess::after{
content:"";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 5px;
background-color:  rgb(19, 196, 3);
animation: anim 3s linear forwards;
}
@keyframes anim {
100%{
    width: 0;
}
}



/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    border-color: back;
    background: #0A192F; 
    box-shadow: inset 0 0 5px black; 
   
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #006b6a; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

*:not(i) {
    font-family: "Poppins", sans-serif;
}

header {
    position: fixed;
    width: 100%;
    padding: 2rem 2.5rem;
    background-color: #08063cb0;
    z-index: 200000;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    backdrop-filter: blur(20px);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 5rem;
}

nav a {
    font-size: 1.7rem;
    text-decoration: none;
}

nav a#logo {
    color: #028b8a;
    font-weight: 700;
    font-size: 28px;
    text-shadow: 7px 9px 15px black;
}

nav ul a {
    color: white;
}

nav ul a:hover {
    border-bottom: 2px solid #00b0ad;
    color: #00b8b5;
}

section#home {
    height: 100vh;
    display: grid;
    place-items: center;
}

h1 {
    font-size: 4rem;
}

#ham-menu {
    display: none;
}

nav ul.active {
    left: 0;
}

#resume-button-1 {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

#resume-link-1 {
    border: 1px solid #5e3bee;
    padding: 8px 12px;
    color: #5e3bee;
    border-radius: 12px;
}

#resume-button-2 {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;

}

#resume-link-2 {
    color: white;
  border: 1px solid #5e3bee;
  padding: 12px 15px;
  background-color: #5e3bee;
  font-size: large;
  border-radius: 12px;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#resume-link-1:hover {
    background-color: #5e3bee;
    color: white;
}

#resume-link-2:hover{
    animation: btn-primary .7s cubic-bezier(.25,.46,.45,.94) both;
    color: #5e3bee;
    background-color: white;
}


#home {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding-top: 100px;
    /* background-color: rgb(10, 25, 47); */

    /* background-color: rgb(10, 25, 47); */
}

#nav-menu {
    /* height: 110px; */
    position: fixed;
    width: 100%;
    background-color: #0A192F;
    z-index: 20000;
    background-color: rgb(10, 25, 47);
}

#myname {
    margin: 20px 0px 30px 4px;
    font-weight: 400;
    color: #5FF2D1;
    font-size: 20px;
}
.hero--section--img {
    filter: drop-shadow(8px 5px 0px #5e3bee);
}

#name {
    margin: 0px 0px 10px 2px;
    font-size: clamp(40px, 8vw, 80px);
    color: #CCD6F6;
    text-shadow: 7px 9px 15px black;
}

#title {
    margin: 0px 0px 10px 4px;
    font-size: clamp(20px, 5vw, 30px);
    color: #5FF2D1;
}

#home p:nth-child(4) {
    margin: 0px 0px 30px 4px;
    font-size: clamp(15px, 5vw, 8px);
}

#info-div {
    width: 60%;
}

#info-div p {
    font-size: clamp(15px, 5vw, 8px);
    color: #CCD6F6;
    margin: 0px 0px 30px 4px;

}

#Home_subdiv1 {
    width: 60%;
    padding-top: 75px;

}

#Home_subdiv2 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 10px;
}

#about {
    width: 80%;
    margin: auto;
}

#aboutme-title {
    /*  padding-top: 80px;*/
    width: 100%;
    font-size: 30px;
    color: #CCD6F6;
    text-align: center;
}

#about {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    padding-top: 150px;

}

#about_subdiv1 {
    height: 70px;
    color: #E6E8FA;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;

}

#about_subdiv1 span {
    margin-left: 10px;
    color: #DDA0DD;
}

#aboutme-title span {
    color: #5e3bed;
}

#img {
    background-color: #5FF2D1;
}

#user-detail-intro {
    height: 350px;
    width: 47%;
    color: #E6E8FA;
    font-size: 15px;
    text-align: center;
    /* word-spacing: 10px;*/
    display: flex;
    align-items: center;
    text-align: justify;
    /* justify-content: center;*/
    /*  padding-left: 20px;
    padding-right: 20px;*/
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */

}

#user-detail-intro:hover,
#user-detail-name:hover {
    transition: 0.5s ease-in;
    transform: scale(1.1);
    cursor: pointer;
    font-weight: bold;
}

#about_main_subdiv {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}

#user-detail-name {
    height: 350px;
    width: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #E6E8FA;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.home-img {
    border-bottom: 8px solid #5FF2D1;
    border-right: 8px solid #5FF2D1;
    /* padding: 10px; */
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 10px;
}

#skills {

    width: 70%;
    margin: auto;
    margin-top: 20px;
}

#skills-title {
    padding-top: 100px;
    width: 100%;
    font-size: 40px;
    color: #CCD6F6;
    text-align: center;
}

.skills-card {
    background: linear-gradient(120deg, rgb(19, 44, 38), rgb(24, 39, 68));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
}

.skills-card:hover {
    transition: 0.5s ease-in;
    transform: scale(1.2);
    cursor: pointer;
}

#skills_subdiv {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.skills-card-name {
    /* background-color: black; */
    color: white;
    float: inline-end;
    padding: 10px 20px;
    margin-top: 5%;
    font-size: large;
}

.skills-card-img {
    float: left;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

#projects {
    width: 90%;
    margin: auto;

}

#projects-name {
    padding-top: 100px;
    width: 100%;
    font-size: 40px;
    color: #CCD6F6;
    text-align: center;
}

.project-card {
    height: 400px;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 2px solid #006b6a;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
    background: linear-gradient(120deg, rgb(19, 44, 38), rgb(24, 39, 68));
    backdrop-filter: blur(10px);

}

.project-image-div {
    width: 45%;
    height: 320px;
    /* border: 8px solid #5FF2D1; */
    border-bottom: 5px solid #006b6a;
    border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.project-info-div {
    width: 45%;
    height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    /* background-color: #5FF2D1; */
    border-radius: 20px;
}

.project-title {
    font-size: 27px;
    color: black;
    color: white;
}

.project-description {
    font-size: 15px;
    color:#CCD6F6;
    padding-right: 10px;
    padding-left: 10px;
}

.project-tech-stack {
    font-size: 20px;
    color:rgb(65, 65, 146);
    font-weight: bold;

}
hr{
    margin: auto;
    width: 90%;
    border: 1px solid #006b6a;
    /* color: linear-gradient(120deg, rgb(19, 44, 38), rgb(24, 39, 68)); */
}

.links-div {
    display: flex;
    justify-content: space-around;
    cursor: pointer;

}

.githubBtn,
.Livebtn {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 2px solid #006b6a;
    border-radius: 5px;

}
.githubBtn p{
    padding-left: 10px;
}

.links-div p {
    font-size: 15px;
}

.links-div div:hover {
    transition: 0.5s ease-in;
    transform: scale(1.2);
}

.project-github-link,
.project-deployed-link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}


#contact-name {
    padding-top: 100px;
    width: 100%;
    font-size: 40px;
    color: #CCD6F6;
    text-align: center;
}

#contact-div {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#contact-subdiv1 {
    height: 400px;
    width: 45%;
}

#contact-subdiv2 {
    height: 400px;
    width: 45%;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    color: #ffffff;
    font-size: medium;
}

input[type=submit] {
    background-color: #00b8b5;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #5FF2D1;
}

.container {
    border-radius: 5px;
    background: linear-gradient(120deg, rgb(19, 44, 38), rgb(24, 39, 68));
    backdrop-filter: blur(10px);
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.contact-svg{
    display: flex;;
    margin: auto;
    justify-content: center;
}

#contact-email,
#contact-phone {
    color: #ccc;
    font-size: 20px;
    padding: 20px;
}

#stranger-head {
    color: #5FF2D1;
    font-size: 22px;
    padding-top: 10px;
    text-align: center;

}

#contact-subdiv1 img {
    padding: 20px;
    border-radius: 30%;
}

.submit-btn {
    display: flex;
    width: 75%;
    float: right;
    align-items: center;
    justify-content: center;
}
.submit-btn input{
    width: 50%;
}

#footer {
    height: 80px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#footer p {
    color: #ffffff;
    font-size: medium;
}

#github-name {
    padding-top: 100px;
    width: 100%;
    font-size: 40px;
    color: #CCD6F6;
    text-align: center;
}

#github-subdiv1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
}

#github-subdiv2 {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.react-activity-calendar {
    width: 80%;
    margin: auto;
    padding: 20px;
}


.project-image-div:hover {
    transition: 0.5s ease-in;
    transform: scale(1.2);
    cursor: pointer;
    z-index: 2000;
}

.active{
    color: #5FF2D1;
}

#footer-icon{
    margin-left: 100px;
  }
  #footer-icon ul{
    /* margin: 0;
    padding: 0; */
    display: flex;
    /* position: absolute; */
    /* top: 50%;
    left: 50%; */
    transform: translate(-30%, -30%);
    padding: 10px;
  }

  #footer-icon ul li {
    list-style: none;
    margin: 0 10px
  }

  #footer-icon ul li a {
    position: relative; 
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 55px;
    background: #374144;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    transition: .5s;
  }

  #footer-icon ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #5FF2D1 ;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
  }
  
  #footer-icon ul li a:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #5FF2D1;
  }
  
  #footer-icon ul li a :nth-child(1):hover {
    color: #5FF2D1;
    /* box-shadow: 0 0 5px #ffee10; */
    text-shadow: 0 0 5px #5FF2D1;
  }














@media only screen and (max-width: 880px) {
    html {
        font-size: 50%;
    }

    #ham-menu {
        display: block;
        color: #ffffff;

    }

    nav a#logo,
    #ham-menu {
        font-size: 2rem;
    }

    nav ul {
        background-color: black;
        position: fixed;
        left: -100vw;
        top: 73.6px;
        width: 100vw;
        height: calc(100vh - 73.6px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transition: 1s;
        gap: 0;
    }

    #home {
        width: 80%;
        flex-direction: column;
    }

    #info-div {
        width: 80%;
        text-align: center;
        margin: auto;
    }

    #myname,
    #name,
    #title {
        text-align: center;
    }

    #Home_subdiv1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #Home_subdiv2 {
        width: 100%;
    }

    #about_main_subdiv {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #user-detail-intro {
        width: 100%;
        height: auto;
    }

    #about_subdiv3 {
        width: 100%;
        height: auto;
        margin-top: 30px;

    }

    #skills_subdiv {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-card {
        padding: 5px;
        flex-direction: column;
        height: auto;
    }

    .project-image-div {
        width: 80%;
        margin: auto;
        height: auto;
    }

    .project-info-div {
        width: 80%;
        margin: auto;
        height: auto;
        margin-top: 20px;
    }

    #contact-div {
       flex-direction: column;
        width: 90%;
    }

    #contact-subdiv1,
    #contact-subdiv2 {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    #github-subdiv1 {
        flex-direction: column;
    }

    #github img {
        width: 80%;
        padding: 20px;
    }

}





@media only screen and (max-width: 575px) {
    html {
        font-size: 46.87%;
    }

    header {
        padding: 2rem 3rem;
    }

    nav ul {
        top: 65.18px;
        height: calc(100vh - 65.18px);
    }

    
    #home {
        width: 90%;
       flex-direction: column;
    }

    #info-div {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    #myname,
    #name,
    #title {
        text-align: center;
    }

    #Home_subdiv1 {
        padding-top: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #Home_subdiv2 {
        margin-top: 50px;
        width: 100%;

    }
    #Home_subdiv2 img{
        width: 40rem;
    }

    #about_main_subdiv {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #user-detail-intro {
        width: 100%;
        height: auto;
    }
    .home-img {
        width: 30rem;
    }

    #about_subdiv3 {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    #skills_subdiv {
        grid-template-columns: repeat(1, 1fr);
    }

    .project-card {
        flex-direction: column;
        height: auto;
    }

    .project-image-div {
        width: auto;
        margin: auto;
        height: auto;
    }

    .project-info-div {
        width: auto;
        margin: auto;
        height: auto;
        margin-top: 20px;
        /* margin: 10px; */

    }
    .links-div{
        margin: 8px;
    }
    /* .project-github-link{
        height: 50px;
    } */

    #contact-div {
       flex-direction: column;
        width: 90%;
    }

    #contact-subdiv1,
    #contact-subdiv2 {
        width: 100%;
        text-align: center;
        font-size: 10px;
    }

    #github-subdiv1 {
        flex-direction: column;
    }

    #github img {
        width: 80%;
        padding: 20px;
    }

}


@media only screen and (max-width: 300px) {
    
    header {
        padding: 2rem 3rem;
    }

    nav ul {
        top: 65.18px;
        height: calc(100vh - 65.18px);
    }
    
    #home {
        width: 90%;
       flex-direction: column;
    }

    #info-div {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    #myname,
    #name,
    #title {
        text-align: center;
    }

    #Home_subdiv1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #Home_subdiv2 {
        width: 100%;

    }

    #about_main_subdiv {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #user-detail-intro {
        width: 100%;
        height: auto;
    }

    #about_subdiv3 {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    #skills_subdiv {
        grid-template-columns: repeat(1, 1fr);
    }

    .project-card {
        flex-direction: column;
        height: auto;
    }

    .project-image-div {
        width: 90%;
        margin: auto;
        height: auto;
    }

    .project-info-div {
        width: 90%;
        margin: auto;
        height: auto;
        margin-top: 20px;
        padding-bottom: 20px;

    }

    #contact-div {
       flex-direction: column;
        width: 90%;
    }

    #contact-subdiv1,
    #contact-subdiv2 {
        width: 100%;
        text-align: center;
        font-size: 10px;
    }

    #github-subdiv1 {
        flex-direction: column;
    }

    #github img {
        width: 80%;
        padding: 20px;
    }
    #contact-subdiv1 img{
        width: 30%;
    }

}

@media only screen and (max-width: 100px) {
    
    header {
        padding: 2rem 3rem;
    }

    nav ul {
        top: 65.18px;
        height: calc(100vh - 65.18px);
    }
    
    #home {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto;

    }
    #logo{
        font-size: 10px;
        margin-left: 0px;
        padding-left: 0px;
    }

    #info-div {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    #myname,
    #name,
    #title {
        text-align: center;
    }

    #Home_subdiv1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #Home_subdiv2 {
        width: 100%;

    }

    #about_main_subdiv {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #user-detail-intro {
        width: 100%;
        height: auto;
    }

    #about_subdiv3 {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    #skills_subdiv {
        grid-template-columns: repeat(1, 1fr);
    }

    .project-card {
        flex-direction: column;
        height: auto;
    }

    .project-image-div {
        width: 90%;
        margin: auto;
        height: auto;
    }

    .project-info-div {
        width: 90%;
        margin: auto;
        height: auto;
        margin-top: 20px;

    }

    #contact-div {
       flex-direction: column;
        width: 90%;
    }

    #contact-subdiv1,
    #contact-subdiv2 {
        width: 100%;
        text-align: center;
        font-size: 10px;
    }

    #github-subdiv1 {
        flex-direction: column;
    }

    #github img {
        width: 80%;
        padding: 20px;
    }
    #contact-subdiv1 img{
        width: 30%;
    }

}



@media only screen and (max-width: 991px) {
    html {
        font-size: 56.25%;
    }

    header {
        padding: 2.2rem 5rem;
    }

    #user-detail-intro {
        width: 100%;
        height: auto;
    }

    #about_subdiv3 {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    #contact-div {
        display: block;
        width: 90%;
    }

    #contact-subdiv1,
    #contact-subdiv2 {
        width: 100%;
        text-align: center;
        font-size: 10px;
    }

    #github img {
        width: 80%;
        padding: 20px;
    }
    #contact-subdiv1 img{
        width: 30%;
    }

}


/* * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(10, 25, 47);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

*:not(i) {
    font-family: "Poppins", sans-serif;
}

header {
    width: 100%;
    padding: 3rem 5rem;
    background-color: #0A192F;
   
}

nav {
    
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    z-index: 20000;
    background-color: #0A192F;


}

nav ul {
    list-style: none;
    display: flex;
    gap: 5rem;
}

nav a {
    font-size: 1.7rem;
    text-decoration: none;
}

nav a#logo {
    color: #5FF2D1;
    font-weight: 700;
    font-size: 28px;
}

nav ul a {
    color: white;
}

nav ul a:hover {
    border-bottom: 2px solid #5FF2D1;
    color: #5FF2D1;
}

section#home {
    height: 100vh;
    display: grid;
    place-items: center;
}

h1 {
    font-size: 4rem;
}

#ham-menu {
    display: none;
}

nav ul.active {
    left: 0;
}

#resume-button-1 {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

#resume-link-1 {
    border: 1px solid #5FF2D1;
    padding: 8px 12px;
    color: #5FF2D1;
}

#resume-button-2 {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;

}

#resume-link-2 {
    border: 1px solid #5FF2D1;
    padding: 12px 15px;
    color: #5FF2D1;
    font-size: large;
}

#resume-link-1:hover {
    background-color: #5FF2D1;
    color: black;
}

#resume-link-2:hover {
    background-color: #5FF2D1;
    color: black;
}


#home {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-around;

}

#nav-menu {
    height: 110px;
    width: 100%;
    background-color: #0A192F;
    border: 1px solid green;
    position: fixed;
    margin: auto;
    top: 0;

}

#myname {
    margin: 20px 0px 30px 4px;
    font-weight: 400;
    color: #5FF2D1;
    font-size: 20px;
}

#name {
    margin: 0px 0px 10px 2px;
    font-size: clamp(40px, 8vw, 80px);
    color: #CCD6F6;
}

#title {
    margin: 0px 0px 10px 4px;
    font-size: clamp(20px, 5vw, 30px);
    color: #5FF2D1;
}

#home p:nth-child(4) {
    margin: 0px 0px 30px 4px;
    font-size: clamp(15px, 5vw, 8px);
}

#info-div {
    width: 60%;
}

#info-div p {
    font-size: clamp(15px, 5vw, 8px);
    color: #CCD6F6;
    margin: 0px 0px 30px 4px;

}

#Home_subdiv1 {
    width: 60%;
    padding-top: 75px;

}

#Home_subdiv2 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 75px;
}

#about {
    width: 80%;
    margin: auto;
}

#aboutme-title {
    /*  padding-top: 80px;*/
    /*width: 100%;
    font-size: 30px;
    color: #CCD6F6;
    text-align: center;
}

#about {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    padding-top: 150px;

}

#about_subdiv1 {
    height: 70px;
    color: #E6E8FA;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;

}

#about_subdiv1 span {
    margin-left: 10px;
    color: #DDA0DD;
}

#aboutme-title span {
    color: #5FF2D1;
}

#img {
    background-color: #5FF2D1;
}

#user-detail-intro {
    height: 350px;
    width: 47%;
    color: #E6E8FA;
    font-size: 15px;
    text-align: center;
    /* word-spacing: 10px;*/
   /* display: flex;
    align-items: center;
    text-align: justify;
    /* justify-content: center;*/
    /*  padding-left: 20px;
    padding-right: 20px;*/
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

#user-detail-intro:hover,
#about_subdiv3:hover {
    transition: 0.5s ease-in;
    transform: scale(1.1);
    cursor: pointer;
    font-weight: bold;
}

#about_main_subdiv {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}

#about_subdiv3 {
    height: 350px;
    width: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #E6E8FA;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.home-img {
    border-bottom: 8px solid #5FF2D1;
    border-right: 8px solid #5FF2D1;
    padding: 10px;
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 10px;
}

#skills {

    width: 70%;
    margin: auto;
    margin-top: 20px;
}

#skills-title {
    padding-top: 100px;
    width: 100%;
    font-size: 40px;
    color: #CCD6F6;
    text-align: center;
}

.skills-card {
    background-color: #5FF2D1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 20px 20px;
}

.skills-card:hover {
    transition: 0.5s ease-in;
    transform: scale(1.2);
    cursor: pointer;
}

#skills_subdiv {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.skills-card-name {
    background-color: black;
    color: white;
    float: inline-end;
    padding: 10px 20px;
    margin-top: 5%;
    font-size: large;
}

.skills-card-img {
    float: left;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

#projects {
    width: 90%;
    margin: auto;

}

#projects-name {
    padding-top: 100px;
    width: 100%;
    font-size: 40px;
    color: #CCD6F6;
    text-align: center;
}

.project-card {
    height: 400px;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;

}

.project-image-div {
    width: 45%;
    height: 320px;
    border: 8px solid #5FF2D1;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.project-info-div {
    width: 45%;
    height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    background-color: #5FF2D1;
    border-radius: 20px;
}

.project-title {
    font-size: 27px;
    color: black;
}

.project-description {
    font-size: 15px;
    color: black;
    padding-right: 10px;
    padding-left: 10px;
}

.project-tech-stack {
    font-size: 20px;
    color: midnightblue;
    font-weight: bold;

}

.links-div {
    display: flex;
    justify-content: space-around;
    cursor: pointer;

}

.githubBtn,
.Livebtn {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.githubBtn p {
    padding-left: 10px;
}

.links-div p {
    font-size: 15px;
}

.links-div div:hover {
    transition: 0.5s ease-in;
    transform: scale(1.2);
}

.project-github-link,
.project-deployed-link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#contact-name {
    padding-top: 100px;
    width: 100%;
    font-size: 40px;
    color: #CCD6F6;
    text-align: center;
}

#contact-div {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#contact-subdiv1 {
    height: 400px;
    width: 45%;
}

#contact-subdiv2 {
    height: 400px;
    width: 45%;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    color: #ffffff;
    font-size: medium;
}

input[type=submit] {
    background-color: #5FF2D1;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #5FF2D1;
}

.container {
    border-radius: 5px;
    background-color: #0A192F;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
/*.row:after {
    content: "";
    display: table;
    clear: both;
}

#contact-email,
#contact-phone {
    color: #ccc;
    font-size: 20px;
    padding: 20px;
}

#stranger-head {
    color: #5FF2D1;
    font-size: 22px;
    padding-top: 10px;
    text-align: center;

}

#contact-subdiv1 img {
    padding: 20px;
    border-radius: 30%;
}

.submit-btn {
    display: flex;
    width: 75%;
    float: right;
    align-items: center;
    justify-content: center;
}

.submit-btn input {
    width: 50%;
}

#footer {
    height: 80px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#footer p {
    color: #ffffff;
    font-size: medium;
}

#github-name {
    padding-top: 100px;
    width: 100%;
    font-size: 40px;
    color: #CCD6F6;
    text-align: center;
}

#github-subdiv1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
}

#github-subdiv2 {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.react-activity-calendar {
    width: 80%;
    margin: auto;
    padding: 20px;
}


.project-image-div:hover {
    transition: 0.5s ease-in;
    transform: scale(1.2);
    cursor: pointer;
    z-index: 2000;
}

















@media only screen and (max-width: 880px) {
    html {
        font-size: 50%;
    }

    #ham-menu {
        display: block;
        color: #ffffff;

    }

    nav a#logo,
    #ham-menu {
        font-size: 2rem;
    }

    nav ul {
        background-color: black;
        position: fixed;
        left: -100vw;
        top: 73.6px;
        width: 100vw;
        height: calc(100vh - 73.6px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transition: 1s;
        gap: 0;
    }

    #home {
        width: 80%;
        flex-direction: column;
    }

    #info-div {
        width: 80%;
        text-align: center;
        margin: auto;
    }

    #myname,
    #name,
    #title {
        text-align: center;
    }

    #Home_subdiv1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #Home_subdiv2 {
        width: 100%;
    }

    #about_main_subdiv {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #user-detail-intro {
        width: 100%;
        height: auto;
    }

    #about_subdiv3 {
        width: 100%;
        height: auto;
        margin-top: 30px;

    }

    #skills_subdiv {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-card {
        flex-direction: column;
        height: auto;
    }

    .project-image-div {
        width: 80%;
        margin: auto;
        height: auto;
    }

    .project-info-div {
        width: 80%;
        margin: auto;
        height: auto;
        margin-top: 20px;
    }

    #contact-div {
        flex-direction: column;
        width: 90%;
    }

    #contact-subdiv1,
    #contact-subdiv2 {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    #github-subdiv1 {
        flex-direction: column;
    }

    #github img {
        width: 80%;
        padding: 20px;
    }

}





@media only screen and (max-width: 575px) {
    html {
        font-size: 46.87%;
    }

    header {
        padding: 2rem 3rem;
    }

    nav ul {
        top: 65.18px;
        height: calc(100vh - 65.18px);
    }


    #home {
        width: 90%;
        flex-direction: column;
    }

    #info-div {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    #myname,
    #name,
    #title {
        text-align: center;
    }

    #Home_subdiv1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #Home_subdiv2 {
        width: 100%;

    }

    #about_main_subdiv {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #user-detail-intro {
        width: 100%;
        height: auto;
    }

    #about_subdiv3 {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    #skills_subdiv {
        grid-template-columns: repeat(1, 1fr);
    }

    .project-card {
        flex-direction: column;
        height: auto;
    }

    .project-image-div {
        width: 90%;
        margin: auto;
        height: auto;
    }

    .project-info-div {
        width: 90%;
        margin: auto;
        height: auto;
        margin-top: 20px;

    }

    #contact-div {
        flex-direction: column;
        width: 90%;
    }

    #contact-subdiv1,
    #contact-subdiv2 {
        width: 100%;
        text-align: center;
        font-size: 10px;
    }

    #github-subdiv1 {
        flex-direction: column;
    }

    #github img {
        width: 80%;
        padding: 20px;
    }

}


@media only screen and (max-width: 300px) {

    header {
        padding: 2rem 3rem;
    }

    nav ul {
        top: 65.18px;
        height: calc(100vh - 65.18px);
    }

    #home {
        width: 90%;
        flex-direction: column;
    }

    #info-div {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    #myname,
    #name,
    #title {
        text-align: center;
    }

    #Home_subdiv1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #Home_subdiv2 {
        width: 100%;

    }

    #about_main_subdiv {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #user-detail-intro {
        width: 100%;
        height: auto;
    }

    #about_subdiv3 {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    #skills_subdiv {
        grid-template-columns: repeat(1, 1fr);
    }

    .project-card {
        flex-direction: column;
        height: auto;
    }

    .project-image-div {
        width: 90%;
        margin: auto;
        height: auto;
    }

    .project-info-div {
        width: 90%;
        margin: auto;
        height: auto;
        margin-top: 20px;

    }

    #contact-div {
        flex-direction: column;
        width: 90%;
    }

    #contact-subdiv1,
    #contact-subdiv2 {
        width: 100%;
        text-align: center;
        font-size: 10px;
    }

    #github-subdiv1 {
        flex-direction: column;
    }

    #github img {
        width: 80%;
        padding: 20px;
    }

}

@media only screen and (max-width: 100px) {

    header {
        padding: 2rem 3rem;
    }

    nav ul {
        top: 65.18px;
        height: calc(100vh - 65.18px);
    }

    #home {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto;

    }

    #logo {
        font-size: 10px;
        margin-left: 0px;
        padding-left: 0px;
    }

    #info-div {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    #myname,
    #name,
    #title {
        text-align: center;
    }

    #Home_subdiv1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #Home_subdiv2 {
        width: 100%;

    }

    #about_main_subdiv {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #user-detail-intro {
        width: 100%;
        height: auto;
    }

    #about_subdiv3 {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    #skills_subdiv {
        grid-template-columns: repeat(1, 1fr);
    }

    .project-card {
        flex-direction: column;
        height: auto;
    }

    .project-image-div {
        width: 90%;
        margin: auto;
        height: auto;
    }

    .project-info-div {
        width: 90%;
        margin: auto;
        height: auto;
        margin-top: 20px;

    }

    #contact-div {
        flex-direction: column;
        width: 90%;
    }

    #contact-subdiv1,
    #contact-subdiv2 {
        width: 100%;
        text-align: center;
        font-size: 10px;
    }

    #github-subdiv1 {
        flex-direction: column;
    }

    #github img {
        width: 80%;
        padding: 20px;
    }

}



@media only screen and (max-width: 991px) {
    html {
        font-size: 56.25%;
    }

    header {
        padding: 2.2rem 5rem;
    }

    #user-detail-intro {
        width: 100%;
        height: auto;
    }

    #about_subdiv3 {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    #contact-div {
        display: block;
        width: 90%;
    }

    #contact-subdiv1,
    #contact-subdiv2 {
        width: 100%;
        text-align: center;
        font-size: 10px;
    }

    #github img {
        width: 80%;
        padding: 20px;
    }

}