* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;

}

body {
    background-color: rgba(207, 204, 204, 0.423);
}

/* navBar styling */
header nav {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 3.5rem;
    z-index: 1;

}

.leftSide {
    /* width: 50%; */
    margin: 100px;

}

.rightSide ul {
    /* width: 40%; */
    display: flex;
    font-size: large;
    margin: 2px;
}

.rightSide ul li {
    text-decoration: none;
    list-style: none;
}

.rightSide ul li a {
    text-decoration: none;
    margin: 30px;
    color: black;

}

.rightSide ul li :hover {

    color: #00000098;
}


/* first Section styling */

.first {
    margin-top: 70px;
    background-color: #fff;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.light-brown {
    color: rgb(186, 161, 129);
}

.leftSec {
    height: 40vh;
    width: 40%;
    font-size: 2.8rem;
    margin: 70px 0 0 100px;
    font-weight: 500;

}


.rightSec {
    position: relative;
    right: 200px;
    height: 500px;
    width: 40%;
    transform: skew(-15deg);
    background-color: rgba(207, 204, 204, 0.423);
}

.logo-img {
    position: absolute;
    top: 113px;
    left: 809px;
    height: 500px;
    width: 500px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid white;



}

#element {
    color: rgb(186, 161, 129);
}

.first-btn {
    padding: 10px 25px;
    background-color: rgb(186, 161, 129);
    color: white;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    border: 2px solid rgb(186, 161, 129);
    cursor: pointer;


}


.second-btn {
    padding: 10px 35px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    background-color: transparent;
    border: 2px solid rgb(186, 161, 129);
    margin-left: 10px;
    cursor: pointer;
}


.second-btn a {
    text-decoration: none;
    color: rgb(186, 161, 129);

}


/* second section */

.second {
    height: 80vh;
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(180deg, rgba(235, 233, 233, 0.947), white);

}

.secondLeft {
    object-fit: cover;
    width: 40%;
}


.secondLeft .second-img {
    height: 70vh;
    width: 300px;
    object-fit: cover;
    position: relative;
    top: 40px;
    left: 105px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);



}

.secondRight {
    width: 65%;
    margin-top: 23px;
    margin-right: 400px;
    padding-left: 10px;
    padding-top: 10px;
}

.secondRight h5 {
    padding: 5px 0px 8px 4px;
    color: gray;
}

.secondRight h1 {
    margin-top: 20px;
    padding: 5px 0px 8px 4px;
}

.secondRight .main-text {
    margin-top: 20px;
    padding: 5px 0px 8px 4px;
    line-height: 24px;

}

.secondRight #italic {
    margin-top: 20px;

}

.secondRight .information {
    margin-top: 20px;
    padding: 5px 0px 8px 4px;
    line-height: 35px;

}

.secondRight .btn {
    padding: 5px 15px;
    background-color: rgba(168, 164, 164, 0.582);
    color: black;
    border: none;
    border-radius: 30px;
    font-weight: 500;

}

.secondRight #btn1 {
    margin-left: 20px;
}

.secondRight #btn2 {
    margin-left: 20px;
}

.secondRight #btn3 {
    margin-left: 20px;
}

.secondRight .fourbtn .icon {
    height: 15px;
    width: 15px;
    padding: 6px 6px 0px 0px;
}

/* third section */
.third {
    height: 45vh;



}

.heading {
    text-align: center;
    font-size: xx-large;
    padding-top: 42px;
}

.small-container {
    height: 150px;
    width: 120px;
    background-color: white;
    margin: 20px 20px 0px 20px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;

}

.skill-section {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    height: 34.5vh;
    text-align: center;
    font-weight: 600;

}

.third .skill-section .skill-img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    margin: 24px 24px 10px 24px;



}


.small-container:hover {

    margin-bottom: 10px;
}

/* fourth section */

.fourth {
    height: 50vh;
    background-color: #fff;

}

.fourth .big-container {
    height: 160px;
    width: 260px;

    margin: 20px;

    object-fit: cover;


}

.fourth .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35vh;


}

.fourth .container .projects {

    height: 160px;
    width: 260px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    cursor: pointer;
    transition: filter 0.3s ease;
    object-fit: cover;

}



.fourth .container .big-container .text-overlay {
    position: absolute;
    height: 160px;
    width: 260px;
    z-index: 1;
    text-align: center;

    border-radius: 15px;

    background-color: rgba(0, 0, 0, 0.3);

    opacity: 0;
    transition: opacity 0.3s ease;


}

.fourth .container .big-container:hover .projects {
    filter: blur(4px);
}

.fourth .container .big-container:hover .text-overlay {
    opacity: 1;
}

.fourth .container .big-container .text-overlay .amazon-clone {
    color: rgb(244, 238, 238);
    font-size: 24px;
    font-weight: bold;
    /* text-align: center; */
    padding-top: 40px;
}

.fourth .container .big-container .text-overlay .text {
    color: rgb(244, 238, 238);
    font-weight: 100;
    padding-top: 20px;
}

.fourth .container .big-container .text-overlay .project-btn {
    padding: 6px 15px;
    font-weight: 600;
    margin-top: 5px;
    border: none;
    font-size: 15px;
    border-radius: 4px;


}