.nav-right ul {
    display: flex;
    list-style: none;
    gap: 15px;
}

.nav-right ul li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    text-transform: capitalize;
}

.nav-right ul li a:hover {

    color: orangered;


}

.nav-left button {
    border: none;
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
}

.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 100px;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
}

.intro-left {
    width: 60%;
}

.intro-right {
    width: 40%;
}

.intro-right .image img {
    object-fit: cover;
    width: 450px;

}

.intro-left .center {
    display: flex;
    justify-content: center;


}

.intro-left .center button {


    border: none;
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
}

.intro-left p {
    font-size: 50px;
    letter-spacing: 8px;
    font-family: monospace;
}


@media screen and (max-width: 500px) {
    .intro {
        flex-direction: column-reverse;
        padding: 0 0px;

    }

    .intro-left {
        width: 100%;
        font-size: 20px;
    }

    .intro-left p {
        font-size: 30px;
        padding: 0 20px;
    }

    .intro-right {
        width: 100%;
    }

}

.letter {
    color: orangered;
}

.paragraph {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-container {
    display: flex;
    align-items: center;

    padding: 100px 100px;
}

.about-heading {
    width: 50%;
    display: flex;
    justify-content: center;
    color: orangered;
    letter-spacing: 2px;
    font-size: 200%;

}

.about-heading h3 {
    border-bottom: 5px solid orangered;
}

.container {
    width: 50%;
    /* letter-spacing: 1px; */
    /* font-size: 40%; */
    font-style: bold;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    justify-content: flex-end;
    font-size: larger;
}

.container p {
    text-align: justify;
    font-family: medium uppercase;
    font-size: 20px;

}

.image h3 {
    color: orangered;
    display: flex;
    justify-content: center;
    font-size: 100%;

}

.project-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;

}


.react {
    display: flex;
    gap: 40px;
}

.title {
    color: orangered;
}

.project-div .p {
    background-color: orangered;
}

.project-archieve {
    display: flex;
    justify-content: center;
    margin-bottom: 130px;
}

.hello-div {
    display: flex;
    justify-content: center;
}

.hello-div {
    display: flex;
    justify-content: center;
    font-size: 30px;
}

.line-div {
    width: 70%;
    margin: auto;
    padding: 30px;
}


span .btn {
    border: none;
    background-color: black;
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
    display: flex;
    justify-content: center;
}

.icon {
    display: flex;
    justify-content: center;
    gap: 60px;
    font-size: 50px;
}

.span .btn {

    border: none;
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 8px;
    font-size: 8px;
}

.btn .span {
    border: none;
    color: black;
    border-radius: 8px;
    padding: 7px;
    font-size: 7px;
    flex-wrap: center;
}

.span .btn {
    display: flex;
    justify-content: center;
    border: none;
    color: black;
    border-radius: 8px;
    padding: 8px;
    font-size: 7px;
    flex-wrap: centre;
}

.project-div {
    width: 25%;
    box-shadow: 3px 3px 8px;
    padding: 20px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.project-div:hover {
    transform: scale(1.1);
}

.project-div .title {
    justify-content: space-between;
}

.project-div .abc {
    justify-content: space-between;
}

.hello-div .span .btn {
    font-size: x-large;
    padding: 50px;
}

.hello-div span .btn {
    font-size: large;
    padding: 10px;
}

.nav-right {
    transition: 2s
}

div {
    transition: width 2s height 4s;
    transition-delay: 1ss;
}

.project-div {
    transition: width 2s height 4s;
    transition-delay: 1s;
}

html {
    scroll-behavior: smooth;

}

@media screen and (max-width: 500px) {
    .about-container {
        flex-direction: column;
        display: flex;
        padding: 10px 10px;
    }

    .container {
        width: 100%;
    }

    .about-heading {
        width: 100%;
    }

    .project-div {
        width: 80%;
    }

    p {
        text-align: justify;
    }

}