* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}



header {
  width: 100%;
  height: 70px;
  background-color: #004030;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  align-items: center;
  position: fixed;
}

.logo h1 {
  color: white;
  margin-left: 2rem;
}

.nav-links ul {
  display: flex;
  list-style: none;
}

.nav-links ul li {
  margin-right: 1rem;
}

.nav-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color, box-shadow 0.2s ease;
}

.nav-links ul li a:hover {
  color: rgba(0, 0, 0, 0.15);
  transition: 1s;
}

.image-container {
  width: 100%;
  height: 100vh;
  background-color: black;
}

.image-container img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.Project-one {
  width: 100%;
  height: 700px;
  background-color: rgb(132, 88, 30);
  padding: 6rem;
}
.heading h1 {
  margin-left: 100px;
  color: cadetblue;
  font-weight: bold;
  font-size: 2rem;
}
.div-container {
  width: 1000px;
  height: 505px;
  margin-top: 1rem;
}

.outer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div1-image {
  width: 450px;
  height: 500px;
  float: left;
}
.div1-image img {
  width: 450px;
  height: 500px;
  object-fit: cover;
}

.div1-text {
  width: 450px;
  height: 500px;
  background-color: rgb(132, 88, 30);
  float: right;
  padding: 1rem;
}
.div1-text p {
  color: white;
  line-height: 1.4;
  font-size: 1rem;
}
.btn {
  width: 130px;
  height: 40px;
  margin-top: 5rem;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  margin-left: 1rem;
}

.project-two {
  width: 100%;
  height: 500px;
  background-color: rgb(193, 132, 54);
  padding: 5px;
}
.div-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-left: 300px;
}

#div-size {
  width: 300px;
  height: 300px;
  background-color: #ddd;
  padding: 20px;
  border-radius: 10px;
  transition: transform scale 0.3s ease;
}
#div-size:hover {
  transform: scale(1.01);
}

#div-size h1 {
  margin: 1rem;
}
#div-size p {
  margin-top: 5rem;
}

.section-three {
  width: 100%;
  height: 600px;
  background-color: #fefbc7;
  padding-top: 2rem;
}
.heading-section {
  padding: 30px;
}
.heading-section h1 {
  color: black;
  text-align: start;
  margin-left: 400px;
  font-size: 3rem;
}

.clothes-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.card {
  width: 300px;
  background-color: #fff;
  border: 2px solid black;
  border-radius: 8px;
}
.sub-card {
  height: 300px;
}
.sub-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.sub-cardText {
  padding: 10px;
  color: #746e6e;
}
.sub-cardText h1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.section-four {
  width: 100%;
  height: 500px;
  position: relative;
}
.section-four img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.image-text h1 {
  position: absolute;
  top: 10%;
  left: 35%;
  font-size: 4rem;
  color: #fefbc7;
}

.section-five {
  width: 100%;
  height: 400px;

  background-color: gray;
}

.text-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 4rem;
}

.text-container,
.text3 h1 p {
  font-size: 2rem;
  line-height: 1.6;
}

.text3 h1 {
  color: #fefbc7;
}
.text4 h1 {
  color: #fefbc7;
}


.section-six{
    width: 100%;
    height: 500px;
    background-color: antiquewhite;
    padding-top: 4rem;
   
}

.div-containerSix{
    display: flex;
    justify-content: center;
    align-items: center;
   
    
}

.first-text{
    width: 400px;
    height: 400px;
    background-color: #ddd;
    padding: 30px;
    
    
}
.first-text h1{
    font-size: 3rem;
}

.second-text{
    width: 400px;
    height: 400px;
    background-color:#ddd;
    padding: 20px;
    line-height: 1.2;
   
}

.second-text h4{
    margin-top: 10px;
    margin-bottom: 10px;
}

footer{
    width: 100%;
    height: 600px;
    background-color: black;
    padding: 40px;
}

.first-footer h1{
   width: 230px;
   height: 120px;
   color: white;
   margin-left: 20px;
    
}


.office-footer{
    float: left;
    
    margin-right: 25px;
    margin-top: 20px;
    padding: 20px;
    color: white;
}

.time{
    float: left;
    margin-top: 30px;
    padding: 20px;
    color: white;
}

.social{
    float: left;
    width: 100%;
    height: 5px;
    background-color: white;
    margin-top: 2rem;
    border-radius: 4px;
}

.links h1{
    float: left;
    color: white;
    margin-top: 1.5rem;
}

.social-bottom{
        float: left;
        width: 100%;
        height: 5px;
        background-color: white;
        margin-top: 2rem;
        border-radius: 4px;
}
