* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
header {
    padding: 68px 0;
}
.container {
    margin: 0 auto;
    width: 85%;
}
 
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
  ul {
    display: flex;
    align-items: center;
    gap:60px;
    list-style-type: none;
    font-weight: 500;
    font-size: 18px;
    color: #363853;
  }
  span {
    color: #FF6838;
  }
  #home {
    color: #FF6838;
  }

  button {
    padding: 14px 28px;
    background-color: #FF7A50;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
  }




  .section-info {

    width: 50%;
}

 h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 66px;
    text-transform: capitalize;
    font-weight: 500;
    color: #363853;
}
p {
    font-size: 20px;
    font-weight: 400;
    color: #363853;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 23px;
    margin-bottom: 44px;
}
span {
    color:#FF7A50;
}



#explore{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 12.85px 21px;
    background-color: #FF7A50;
    border: transparent;
    border-radius: 10px;
    margin-right: 30px;
}

.see-more {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30px;
}
h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 95px;
}

.delivery-info {
  width: 449px;
}
.delivery-info p{
  font-size: 20px;
  font-weight: 400;
  opacity: 90%;
  color: #363853;
}

.order {
  display: flex;
  gap:30px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  

}
.order  p::before{
  content: url(timer\ 1.png);
}
.order button {
  padding: 5px 25px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
}
body {
  background:#EFEFEF33;

}

.card {
  width: 361px;
  background-color: rgb(249, 230, 230);
  border-top-left-radius: 53px;
  border-bottom-right-radius: 53px;
  
}
.card p {
  margin-left: 20px;
}

.cards {
  margin-bottom: 30px;
  display: flex; 
  justify-content: center;
  gap:43px
}

.top-r {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
}

.app-info {
  width: 538px;
}

h3 {
  font-size:36px;
  font-weight: 500;
  color: #363853;
}

.app-info p {
  font-size: 20px;
  color: #363853;
  margin-bottom: 30px;
  margin-top: 30px;

}

aside div {
  background-color:#FF7A50 ;

}
.aside-heading {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  color: white;
  margin-bottom: 72px;
}

aside .container {
  padding: 59px 166px 56px 166px;
  border:none;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;

}


#email {
  width: 838px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 43px;
  font-size: 18px;
  border-radius: 70px;
  border:none;
}
.aside-button{
    background-color: #FF7A50;
    border: none;
    border-radius: 24px;
    transform: translate(330px,-62px);
}
footer {
    padding: 100px 0 40px 0;
}
