* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;

}

body{
      background-color: rgba(207, 204, 204, 0.423);
}
/* navBar styling */
.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 4rem;
    background-color: chocolate;
    position: fixed;
    z-index: 1000;

}

.nav-img {
    display: none;
    width: 32px;
    height: 40px;
     /* border: 2px solid black;  */
    border-radius: 50%;
    margin-right: 30px;
    /* border: none; */
}

.leftSide {
    padding-left: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .rightSide {
   
  

   
} */

.rightSide ul {

    display: flex;
    /* gap: 8vw; */
    gap: 40px;
    justify-content: flex-end;
    font-size: large;
    padding-right: 5vw;
    list-style: none;


}



.rightSide ul li a {
    text-decoration: none;
    color: black;
    padding: 10px;

}

.rightSide ul li :hover {

    color: #00000098;
}

.menu {
    display: none;
    padding-right: 2vw;
}

.menu img {
    height: 40px;
    width: 40px;

}




/* first Section styling */

.first {
    /* position:relative;
    /* top: 70px; Ye kyun bad practice hai?

top element ko visually shift karta hai

Flow me jagah create nahi karta

Responsive me inconsistent hota hai

Har section me repeat karna padta hai */
/* margin-top: 5rem; */
padding-top: 5rem;
    left: 0;
    background-color: #fff;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
overflow: hidden;
    width: 100%;
}

.leftSec {
     width: 50%; 
    font-size: 3.5rem;
    margin: 5vw;
    margin-right: 0;
    font-weight: 500;



}

.light-brown {
    color: rgb(186, 161, 129);
}




.rightSec {
    /* position: absolute; */
    /* top: 10vh; */
    /* width: 45%; */
    height:auto;
    width: auto;
    margin-bottom: 6px;
    margin-right: 6px;
    overflow: hidden;
    /* transform: skew(-15deg); */
    /* background-color: rgba(207, 204, 204, 0.423); */
}


.first .img {
    /* z-index: 1; */
    /* position: absolute;
    left: 57.2vw; */
    /* top: 10.2vh; */
/* transform: skew(15deg); */
padding-left: 26px;
padding-right: 26px;
object-fit: cover;
border-radius: 12px;   /* soft modern corners */
box-shadow: 0 8px 20px rgba(0,0,0,0.08);

}



/* .img {
    position: relative;
    top: 10vh;
    left: 56.6vw;
    
} */

/* .logo-img { 
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);



} */


#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 {
    /* position: relative;
    top: 70px; */
    height: auto;
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(180deg, rgba(235, 233, 233, 0.947), white);
    background-color: gray;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.secondLeft {
    /* object-fit: contain; it is used when height: and width 100% ho ; */
    width: 30%;
    /* background-color: blue; */
    display: flex;
    justify-content: center;
    align-items: center;

}


.secondLeft .second-img {
    height: auto;
    width: 90%;
    /* object-fit: contain; */
    max-height: 100%;
    /* position: relative; */
    /* top: 110px;
    left: 105px; */
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);

}

.secondRight {
    /* background-color: red; */
    width: 70%;
    /* 

    margin-top: 23px;
    margin-right: 400px;
    padding-left: 10px;
    padding-top: 80px; */
}

.secondRight h5 {
    margin-top: 56px;
    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: 18px; */

}

.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 {
    /* position: relative; */
    /* top: 170px; */
    display: flex;
    flex-direction: column;
    text-align: center;
    height: auto;
    width: 100%;
    background-color: brown;
 margin-top:20px  ; 
  margin-bottom:20px  ; 
padding-bottom:20px;

padding-top:20px;
}

.heading{
    /* top:60px; */
    padding: 10px;
    font-size: 40px;
}


.skill-section {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    height: 36vh;
    /* text-align: center; */
    font-weight: 600;
 

}

.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;

}


.third .skill-section .skill-img {
    height: auto;
    width: 70px;
    object-fit: cover;
    margin: 24px 24px 10px 24px;



}


.small-container:hover {

    margin-bottom: 10px;
}



/* fourth section */

.fourth {
    height: auto;
    background-color: #fff;

}

.fourth .big-container {
    height: auto;
    width: auto;

    margin: 20px;

    object-fit: cover;


}

.fourth .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;


}

.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;


} 

/* fifth section */

 .fifth {
    /* background-color: rgb(134, 134, 184); */
     height: auto;

}

.fifth .fifth-text {
    text-align: center;
    font-size: 40px;
    font-weight: bold;

    padding-top: 120px;
    padding-bottom: 40px;
}

.fifth .form-sec {
    display: flex;
    justify-content: center;
}

.fifth .form-sec .input-text {
    /* background-color: black; */
     width: 600px;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: medium;
} 

 .fifth .form-sec #textarea {
    height: 150px;
    overflow: hidden;
}

.fifth .form-sec #submit {
    margin-left: 35%;
    padding: 8px 20px;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: black;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}



 .sixth {margin-top: 20px;
    height: auto;
    background-color: rgb(186, 161, 129);
    text-align: center;
    color: #fff;
    padding-bottom: 20px;

} 

 .sixth .footer-text { 


     padding-top: 50px;

    font-size: 20px;

}

.sixth .star-img {
    height: 20px;
    width: 20px;
    object-fit: cover;
}

.sixth .social-media-icon {
    display: flex;
    justify-content: center;

}

.sixth .social-media-img {
    height: 30px;
    width: 30px;
    object-fit: cover;
    margin: 30px 20px 0px 20px;
}

.sixth .last-text {
    padding-top: 15px;
    font-size: 20px;

} 