.cosmetic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: blue;
}

.cosmetic2 {
  flex: 1;
  max-width: 400px;
  margin: 20px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  height: 350px;
}

.cosmetic2 img {
  max-width: 100%;
  height: 300px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cosmetic2 p {
  text-align: left;
  padding-top: 10px;
}

/* Media Query for Responsive Design */
@media only screen and (max-width: 768px) {
  .cosmetic {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: blue;
  }

  .cosmetic2 {
    flex: 1;
    max-width: 400px;
    margin: 20px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    height: 350px;
  }

  .cosmetic2 img {
    max-width: 100%;
    height: 300px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .unvisit {
    display: none;
  }
}

















/* Default styles for the gallery items */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.gallery2 {
  flex: 1;
  margin: 10px;
  box-sizing: border-box;
 
}

.gallery2 img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  /* Optional: Add border-radius for rounded corners */
}

/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
  .gallery2 {
    flex-basis: calc(50% - 20px);
  }
}

/* Media query for screens smaller than 480px */
@media (max-width: 480px) {
  .gallery2 {
    flex-basis: calc(100% - 20px);
  }
}












.roots {

  height: 480px;
  width: 93%;
  display: flex;
  margin-left: 40px;
  box-shadow: 2px 3px 5px -2px black;
}

.roots2 {
  width: 70%;
  height: 100%;

}

.roots3 {
  width: 30%;
  height: 100%;

}

.roots2 h1 {
  font-size: 25px;
  font-weight: bold;
  color: #7B3F00;
  margin-left: 20px;
}

.roots2 p {
  margin-left: 20px;
  font-family: 'Times New Roman', Times, serif;
}


.rootform {
  width: 90%;
  height: 300px;
  background-image: url(img/backs.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 25px;
}

form {
  width: 200px;
  margin-left: 30px;
  margin-top: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input {
  width: 100%;
  padding: 2px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

input[type="submit"] {
  background-color: #F4C430;
  color: #fff;
  cursor: pointer;
  border: none;
}

input[type="submit"]:hover {
  background-color: black;
}

.section4 {
  margin-top: 50px;
  padding-left: 20px;
}

.section4 li {
  padding-top: 10px;
}

.section4 h1 {
  font-size: 25px;
  color: #7B3F00;
  font-weight: bold;
  margin-top: 15px;
}

.section4 p {
  padding-top: 10px;
}

.banner {
  width: 100%;
  height: 300px;
  display: flex;
  margin-top: 50px;
}

.banner2 {
  width: 50%;
  height: 100%;

}

.heading {
  width: 100%;
  height: 88px;
  background-color: #7B3F00;
  padding-top: 02px;
  color: white;
  margin-top: -14px;

}

.heading h1 {
  font-weight: bold;
}

.type {
  display: flex;
  width: 80%;
  margin-left: 100px;
  margin-top: 40px;
}

.type2 {
  width: 50%;
  margin-left: 10px;
}

.type2 img {
  height: 600px;
  width: 100%;
}

.paths {
  margin-top: 10px;
  margin-left: 40px;

}

.paths a {

  text-decoration: none;
}

.paths a i {
  font-size: 20px;
}


.decate {
  width: 100%;
  height: 250px;
  margin-top: 50px;
  display: flex;
}

.decate2 {
  width: 50%;
  height: 100%;
}

.decate2 img {
  width: 100%;
  height: 100%;
}

.imaf {
  display: flex;
  width: 100%;
  margin-top: 100px;
}

.imaf2 {
  width: 50%;

}

.imaf2 img {
  width: 100%;
  height: 220px;
}



.contents {
  width: 90%;
  height: 100%;
  margin-left: 60px;
  margin-top: 80px;
  display: flex;
}

.contents2 {
  width: 50%;
  height: 100%;

}

.contents2 h1 {
  font-size: 25px;
  color: #7B3F00;
  margin-left: 15px;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.contents2 p {
  margin-left: 15px;
  padding-top: 20px;
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
}

.contents2 li {
  padding-left: 15px;
  font-size: 19px;
  font-family: 'Times New Roman', Times, serif;
}
.section4 img {
  width: 500px;
  height: 400px;
  padding-top: 20px;
  padding-left: 0px;
}


.newimagwes{
 
  display: flex;
}

.newimagwes img {
  width: 50%;
}





@media (max-width: 768px) {

  .roots {
    height: 100%;
    width: 100%;
    display: flex;
    margin-left: 0px;
    box-shadow: 2px 3px 5px -2px black;
    flex-direction: column;
  }

  .roots2 {
    width: 100%;
    height: 100%;

  }

  .heading h1 {
    font-weight: bold;
    font-size: 25px;
  }

  .roots3 {
    width: 100%;
    height: 100%;

  }

  .roots2 h1 {
    font-size: 25px;
    font-weight: bold;
    color: #7B3F00;
    margin-left: 20px;
  }

  .roots2 p {
    margin-left: 20px;
  }


  .rootform {
    width: 90%;
    height: 300px;
    background-image: url(img/backs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 25px;
  }

  form {
    width: 200px;
    margin-left: 30px;
    margin-top: 20px;
  }

  label {
    display: block;
    margin-bottom: 5px;
  }

  input {
    width: 100%;
    padding: 2px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  input[type="submit"] {
    background-color: #F4C430;
    color: #fff;
    cursor: pointer;
    border: none;
  }

  input[type="submit"]:hover {
    background-color: black;
  }

  .section4 {
    margin-top: 50px;
    padding-left: 20px;
  }

  .section4 li {
    padding-top: 10px;
  }

  .section4 h1 {
    font-size: 25px;
    color: #7B3F00;
    font-weight: bold;
    margin-top: 15px;
  }


  .banner {
    width: 100%;
    height: 300px;
    display: flex;
    margin-top: 50px;
    flex-direction: column;
  }

  .banner2 {
    width: 100%;
    height: 100%;

  }

  .type {
    display: flex;
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
    flex-direction: column;
  }

  .type2 {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .type2 img {
    height: auto;
    width: 100%;
  }

  .paths {
    margin-top: 10px;
    margin-left: 05px;

  }

  .paths a {

    text-decoration: none;
    font-size: 13px;
  }

  .paths a i {
    font-size: 18px;
  }

  .decate {
    width: 100%;
    height: 250px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
  }

  .decate2 {
    width: 100%;
    height: 100%;
  }

  .decate2 img {
    width: 100%;
    height: 100%;
  }




  .imaf {
    display: flex;
    width: 100%;
    margin-top: 100px;
    flex-direction: column;
  }

  .imaf2 {
    width: 100%;

  }

  .imaf2 img {
    width: 100%;
    height: 220px;
  }



  .contents {
    width: 100%;
    height: 100%;

    margin-left: 0px;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
  }

  .contents2 {
    width: 100%;
    height: 100%;

  }

  .contents2 h1 {
    font-size: 25px;
    color: #7B3F00;
    text-align: center;
    font-weight: bold;
  }

  .contents2 p {
    margin-left: 15px;
    padding-top: 20px;
    font-size: 20px;
  }

  .contents2 li {
    padding-left: 15px;
    font-size: 18px;
  }

  .section4 img {
    width: 100%;
    margin-left: -10px;
  }

  .newimagwes{
 flex-direction: column;
    display: flex;
  }
  
  .newimagwes img {
    width: 100%;
    height: auto;
  }
}