* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* section 1 */

.content {
  background-image: url(../bakery\ image/drew-coffman-1872.jpg);
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  background-size: cover;
  display: flow-root;

}
.clear-fix2 {
  clear: both;
}

.bakery {
  color: white;
  width: 100%;
height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
 background-color: rgba(0, 0, 0, 0.5);
 
}
.bakery img {
  width: 13%;
  margin-left: 80px;
  padding-block: 30px;
}

.bakery ul {
  list-style: none;
  width: fit-content;
  text-decoration: none;
  float: right;
  padding-block: 45px;
  margin-right: 100px;
}
.bakery a {
  text-decoration: none;
  color: white;
  font-size: 19px;
  font-weight: 400;
}
.bakery ul li {
  float: left;
  padding: 0 20px;
}
.item {
  text-align: center;

  width: fit-content;
  margin: auto;
  line-height: 90px;
  position: relative;
  top: 150px;
}
.item p#one {
  font-size: 22px;
}
.item h1 {
  font-size: 76px;
}
.item p {
  font-size: 24px;
  font-weight: 400;
}
.item a {
  list-style: none;
  width: fit-content;
  text-decoration: none;
  padding: 20px 25px;
  border: 2px solid white;
  border-radius: 50px;
  color: white;
  text-transform: uppercase;
  background-color: #8e7754;
}
.item a.one {
  margin-right: 10px;
}

.item button {
  padding: 10px;
  background-color: rgb(116, 88, 88);
}




/* section 2 */
.all-two {
  position: relative;
  top: 100px;
}
.image {
  width: 40%;
  float: left;
}
.image img {
  width: 100%;
  margin-left: 90px;
  border-radius: 30px;
}

.title {
  width: 600px;
  float: right;
  position: relative;
  right: 160px;
  top: 50px;
}
.clear-fix {
  clear: both;
}
.title-one h2 {
 
  font-weight: 400;
  line-height: 80px;
}
.title-one p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: RGB(104, 104, 104);
}

.icon1 i {
  font-size: 35px;
 
  
}

.icon2 i{
 
  font-size: 40px;
 
  
 
}
.icon3 i{
  font-size: 40px;


}
.icon4 i{
font-size: 40px;


}
.icons-test .one{
  position: relative;
  left: 3px;
  bottom: 5px;
}
.title span {
  margin-left: 10px;

  color: RGB(104, 104, 104);
}



/* section 3 */
.second {
  background-color: #f8f8f8;
  padding: 90px;
  position: relative;
  top: 200px;
}
.image2 {
  width: 100%;
  background-color: blue;
}
.image2 img {
  width: 50%;
  float: right;
  border-radius: 30px;
}
.title2 {
  width: 600px;
}
.clear-fix2 {
  clear: both;
}
.title2 .m {
  line-height: 30px;
  padding-block: 30px;
  color: #686868;
}
.title2 .n {
  line-height: 30px;
  color: #686868;
}



/* section 4 */

.title3 {
  text-align: center;
  line-height: 50px;
}
.title3 h3 {
  font-size: 30px;
  font-weight: 400;
}
.title3 p {
  color: #888;
  font-size: 17px;
  font-weight: 400;
}
.parent {
  position: relative;
  top: 300px;
}
.chields {
  width: 100%;
}
.child {
  width: 33.33333%;
  float: left;
  padding: 50px;
}
.child img {
  width: 100%;
  border-radius: 30px;
}
.fix3 {
  clear: both;
}
c .child h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;

  padding-block: 20px;
}
.child p {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #6d6a68;
}





/* section 5 */
.map {
  padding: 90px;
  position: relative;
  top: 350px;
  background-color: #f8f8f8;
}
