* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.search-box{
  display: flex;
  justify-content: right;
  align-items: right;
}

.search-box .search-cities{
  margin: 10px;
  display: flex;
}

.search-box .search-cities .search{ 
  background-color: black;
  color: white;
  padding: 7px 10px;
}

.search-box .search-cities select{
  width: 150px;
  outline: none;
}

.homechefs-homepage {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
 
.homechefs-homepage .content {
  width: 1500px;
  display: flex;
  padding: 100px;
  justify-content: center;
  align-items: center;
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.267),rgba(0, 0, 0, 0.267)), url("../images/dehofoo/homechefs\ back.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-style: 13px;
}

.homechefs-homepage .content h1 {
  color: rgb(255, 255, 255);
  font-size: 50px;
  width: 400px;
  font-weight: 900;
  border: 4px solid rgb(255, 255, 255);
  padding: 15px 15px;
}

.homechefs {
  width: 100%;
  /* background-color: gray; */
  display: flex;
  justify-content: center;
  align-items: center;
   margin-top: -35px;
}

.homechefs .homechefs-content {
  width: 1500px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* background-color: rgb(224, 224, 224); */
  padding: 50px 0px;
}

.homechefs .homechefs-content .homechef { 
    width:270px;
  margin: 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: right;
  justify-content: right;
  /*border-bottom: 1px solid gray;*/
  border-radius: 10px;
  padding: 8px;
  background-color:white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  
}

.homechefs .homechefs-content .homechef img {
  width:100%;
  height: 165px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.homechefs .homechefs-content .homechef .homechefs-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
}

.homechefs .homechefs-content .homechef .homechefs-info h6 {
  font-size: 14px;
  font-weight: 700;
  color: rgb(0, 0, 0);
}

.homechefs .homechefs-content .homechef .homechefs-info p{
    font-size:11px;
}


.star {
  /* background-color: rgb(219, 219, 219); */

  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 199, 0);
  color: white;
  width: 40px;
  font-size: 13px;
  border-radius: 2px;
}

.stars {
  font-size: 10px;
  color: white;
}

.homechefs .homechefs-content .homechef .homechefs-info .profile {
  margin: 10px 0px;
  font-style: 13px;
}

.homechefs
  .homechefs-content
  .homechef
  .homechefs-info
  .profile
  p:nth-of-type(1) {
  background-color: rgb(238, 238, 238);
  padding: 10px 10px;
}

.homechefs
  .homechefs-content
  .homechef
  .homechefs-info
  .profile
  p:nth-of-type(2) {
  background-color: rgb(238, 238, 238);
  padding: 10px 10px;
}

.homechefs .homechefs-content .homechef .homechefs-info .profile p span {
  font-weight: 700;
}

.homechefs-add {
  width: 100%;
  display: flex;
  justify-content: center;
}

.homechefs-add img:nth-of-type(1) {
  width: 1100px;
  height: 500px;
}

.homechefs-add img:nth-of-type(2) {
  margin: 0px 10px;
  width: 350px;
  height: 350px;
}

.homechefs .homechefs-content .homechef a{
  width: 120px;
  background-color: gray;
  padding: 7px 10px;
  color: white;
  text-decoration: none;
  border-radius: 8px;
}

.homechefs .homechefs-content .homechef a:hover{
  background-color: gray;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    
     .search-box{
   display: flex;
   justify-content: center;
   align-items: center;
 }
    
  .homechefs-homepage {
    width: 100%;
  }
  .homechefs-homepage .content {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.63) 50%, crimson 50%),
      url("../images/dehofoo/homechefs\ back.jpg");
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .homechefs-homepage .content h1 {
    font-size: 40px;
  }
  .homechefs .homechefs-content {
    width: 100vw;
    background-image: linear-gradient(white, white);
  }
  .homechefs .homechefs-content .homechef {
    width: 300px;
  }

  .homechefs-add {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .homechefs-add img:nth-of-type(1) {
    width: 95%;
    height: 200px;
    border-radius: 10px;
  }
  .homechefs-add img:nth-of-type(2) {
    display: none;
  }

  .homechefs .homechefs-content .homechef {
    width: 70%;
    display: flex;
    justify-content: right;
    align-items: right;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
  .homechefs-homepage {
    width: 100%;
  }
  .homechefs-homepage .content {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.63) 50%, crimson 50%),
      url("../images/dehofoo/chef.jpg");
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .homechefs-homepage .content h1 {
    font-size: 40px;
  }

  .homechefs .homechefs-content .homechef {
    width: 250px;
  }

  .homechefs-add {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .homechefs-add img:nth-of-type(1) {
    width: 100%;
    height: 400px;
  }
  .homechefs-add img:nth-of-type(2) {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1500px) {
  .homechefs-add {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .homechefs-add {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .homechefs-add img:nth-of-type(1) {
    width: 100%;
    height: 400px;
  }
  .homechefs-add img:nth-of-type(2) {
    display: none;
  }
}

@media only screen and (min-device-width: 1500px) and (max-device-width: 1824px) {
  .footer {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .content {
    width: 1500px;
  }
  .copyright {
    width: 100%;
  }
}
