*{
  margin: 0;
  padding: 0;
  box-sizing:border-box;
}
body {
  max-width: 150vw;
}
header {
  display: flex;
  gap: 42rem;
  padding: 1rem;
  background-color: #ffffff;
}
header h2 img {
  margin-bottom:-0.7rem;
  margin-right:0.5rem;
}
.search {
  height: 15vh;
  background-image: url("img/background2.png");
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search form input {
  background-color: white;
  width: 35vw;
  height: 2.5vh;
}
 .search form  ::-webkit-input-placeholder {
  font-size: 1.3rem;
  color:#e88275;
  padding: 0rem 0.2rem;
}
button {
  position: relative;
  left: -0.3rem;
  top: 0.7rem;
  height:2.5vh;
  width: 10vw;
  background-color: #e88275;
}

.section .div {
  display:flex;
  column-gap:35rem ;
  padding: 3rem 5rem;
  color:#e88275;
  font-weight:bold;
  
}
.section .div div form input {
  max-width: 4vw;
  padding:  0.1rem 0.5rem;
  border: 1px solid grey;
  border-radius:2px;
  color:#e88275;
}
.section .div2  {
  display: flex;
  flex-wrap: wrap;
  padding:0rem 5rem;
  row-gap: 7rem;
}
.section .div2 figure  {
  flex: 50%;

}
.section .div2 figure img {
  
  height:15vh;
  width:40vw;
  object-fit: cover;
}
figcaption {
  padding: 0.7rem 0rem;
}
.span1 {
  margin-right:15em;
}

.section .div3 {
  display: flex;
  padding:2rem 5rem;
  column-gap:8rem;
}
.section .div3 a:first-child {
  text-decoration: none;
  color: white;
  padding:1rem 3rem ;
  background-color: #e88275;
  border-radius:6px;
}
.section .div3 div a:first-child {
  text-decoration: none;
  color: white;
  padding:1rem 1.5rem ;
  background-color: #e88275;
  border-radius:6px;
}
.section .div3 div a:last-child {
  text-decoration: none;
  color: #9e9fa2;
  padding:1rem 1.5rem ;
  background-color: #f1eeed;
  border-radius:6px;
}

.section .div3 div a {
 text-decoration: none;
  color: #9e9fa2;
  padding:1rem 1.5rem ;
  background-color: #f1eeed;
  border-radius:6px;
  
}
.section .div3 div {
  display: flex;
  column-gap:1rem;
}

.section .div3 a:last-child {
  text-decoration: none;
  color: white;
  padding:1rem 3rem ;
  background-color: #e88275;
  border-radius:6px;
}
footer {
  background-color:#f1eeed ;
}
footer .div1 {
  padding: 2rem 8rem;
}
footer .div1 h1 {
  padding: 0.5rem 0rem;
  color: #e88275;
}
footer .div1 p {
  color:#9e9fa2;
}
footer .div2 {
  display: flex;
 padding: 2rem 0rem 2rem 9rem;
  
  column-gap: 18rem;
  
}
footer .div2 .div3 h2 {
  margin:0 0 1rem -1rem;
  color: #e88275;
}
footer .div2 .div3 li {
  list-style-type: none;
  margin-bottom: 1rem;
}
footer .div2 .div3 ul li a {
  text-decoration: none;
  margin-left:-1rem;
  color:#9e9fa2;
 
}
footer .div2 .div4 a  {
  display: block;
  text-decoration: none;
  color:#9e9fa2;
 
}
footer .div2 .div4 p {
  margin-bottom: 0.5rem;
  position: relative;
 top: 2rem;
  left:13rem;
}
footer .div2 .div4 ul {
  display: flex;
  column-gap: 1rem;
  margin-bottom:3.5rem;
}
footer .div2 .div4 ul li  {
  text-decoration: none;
  padding: 1.2rem  1.5rem;
  background-color: white;
  border-radius:5px;
  list-style-type: none;
}
footer .div5 {
  display: flex;
  padding:2rem 8rem;
  column-gap: 7rem;
  color:#9e9fa2;
}