* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    background-color: #e3ecec;
    --text-color: #555;
    --title-color: #000;
}

/* :root {

    --background-color: #e3ecec;
    --text-color: #555;
    --title-color: #000;
} */



.body1 {
    background: var(--background-color);
    color: var(--text-color);
    background-color:#e3ecec ;



}

.header {
    width: 100%;
    min-height: 100vh;
    padding: 0 8%;
    position: relative;
    overflow: hidden;
}

nav {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.logo img {
    width: 80px;
}

nav ul {

    width: 100%;
    text-align: right;
    list-style: none;
    margin-right: 50px;
}

/* nav bar text spacing */
nav ul li {
    display: inline-block;
    margin: 5px 15px;
}

/* nav bar text styling/weight */
nav ul li a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;

}

.toggle-btn {
    background: #132bb4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
}

.toggle-btn img {
    width: 25px;
    margin-left: 10px;

}

.content {
    margin-top: 18%;
    max-width: 600px;
    color: #494949;
}

.content1 {
    margin-top: 35%;
    max-width: 600px;
}

.content2 {
    margin-top: 42%;
    max-width: 1000px;
}

.content3 {
    margin-top: 8%;
    max-width: 900px;
    margin-bottom: 1%;
    
}

.content4{
    margin-top: 16%;
    max-width: 600px;
}






.content h1 {
    font-size: 80px;
    font-family: serif bold;
    color: var(--title-color);
    font-weight: 600;
}

.content1  h1 {
    font-size: 80px;
    font-family: serif bold;
    color: var(--title-color);
    font-weight: 600;
}

.content2  h1 {
    font-size: 80px;
    font-family: serif bold;
    color: var(--title-color);
    font-weight: 600;
}

.content3 h2 {
    font-size: 60px;
    font-family: serif bold;
    color: var(--title-color);
    font-weight: 600;
}

.content3  h1 {
    font-size: 80px;
    font-family: serif bold;
    color: var(--title-color);
    font-weight: 600;
}

.content4 h1 {
    font-size: 60px;
    font-family: serif bold;
    color: var(--title-color);
    font-weight: 600;
}

/* Changeing the Iam text style */
.content h1 span {
    font-family: serif;
    font-weight: 400;
    font-style: italic bold;
}

/* Changeing the HireMe text style */
.content a {
    background-color: #4eac18;
    color: #fff;
    padding: 15px 70px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;

}

.content3  a {
    background-color: #4eac18;
    color: #fff;
    padding: 15px 70px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;

}

.content4 a {
    background-color: #4eac18;
    color: #fff;
    padding: 15px 70px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;

}


/* User img sizing/placment */
.image-box img {
    width: 500px;
    display: flex;
    
}



.image-box {
    position: absolute;
    bottom: 0;
    right: 10%;
    
}


.image-box1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    max-width: 800px;
    bottom: 0%;
    right: 20;
}

.image-box1c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    max-width: 200px;
    bottom: 0%;
    right: 20;
}

.image-box2 {
   
    margin-left: 62%;
    margin-bottom: 11%;
    margin-right: -8%;

    position: relative;
    display: flex;
    flex-direction: column;

    gap: 4px;
    max-width: 800px;
   
}
  
.image-box4 {
    position: absolute;
    bottom: 200px;
    right: 6%;
    display: flex;
    flex-direction: column;
    max-width: 500px;
   
}

.image-box5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    max-width: 921px;
    margin-top: 450px;
    bottom: 0%;
    right: 20;
}

.img5{

    width: 500px;
    display: block;
}
.container {
    color: #00bcd4;
    width: 100%;
    height: 50vh;
    /* background: #000000; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.skills h2 {

    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
}

.progress-bar {
    background: #959595;
    width: 600px;
    height: 10px;
    border-radius: 5px;
}

.progress-bar div {
    height: 10px;
    border-radius: 5px;
    width: 0%;
    /* background: red; */
}

.progress-bar div span {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #222;
    float: right;
    margin-top: -15px;
    margin-right: -20px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.twoD {
    background: #000;
    animation: twoD 1s linear forwards;
}

.threeD {
    background: #000;
    animation: threeD 1s linear forwards;
}

.GraphicDesign {
    background: #000;
    animation: GraphicDesign 1s linear forwards;
}

.WebDesign {
    background: #000;
    animation: WebDesign 1s linear forwards;
}




.twoD span {
    border: 4px solid #98e024;
}

.threeD span {
    border: 4px solid #98e024;


}

.GraphicDesign span {
    border: 4px solid #98e024;


}

.WebDesign span {
    border: 4px solid #98e024;


}







@keyframes twoD {
    100% {
        width: 88%;
    }
}

@keyframes threeD {
    100% {
        width: 80%;
    }
}

@keyframes GraphicDesign {
    100% {
        width: 80%;
    }
}

@keyframes WebDesign {
    100% {
        width: 75%;
    }
}

/* @media screen and (max-width: 500px) {
    .content3
   
    .image-box2 {
        width: 70%;
    }
}  */

@media screen and (max-width: 500px) {

    .image-box img  {
        width: 200px;

};



.info {
    padding: 0px;
  
    color: #000000;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}



}


/* //DIV */



.body1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280vh;
    background-color: #f0f0f0;
    margin: 0;
    font-family: Arial, sans-serif;
}

.portfolio {
    width: calc(100.333% - 16px);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.card {
    width: calc(33.333% - 16px);
    padding-top: 2%;
    background-color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    perspective: 1000px;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotateY(0deg);
    transition: transform 0.5s;
}

.card:hover img {
    transform: rotateY(15deg);
}

.card:hover img {
    transform: rotateY(15deg);
}



.info {
    padding: 1px;
    /* background-color: transparent ; */
    /* color: #000000; */
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.info h3 {
    margin: 0;
    font-size: 1.2rem;
}

.info p {
    margin: 8px 0 0;
    font-size: 1rem;
}
