@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "DM Serif Display", serif;
  font-family: "Open Sans", sans-serif; */
}
body {
background-color: #08AEEA;
background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);
height: 100vh;
  font-family: 'Secular One', sans-serif;
  overflow:auto;
}
img {
  cursor: pointer;
}
.card {
  width: 90%;
  height:auto;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 4%);
  text-align:center;
  margin-top:30px;
  margin-bottom:30px;
  margin-left: auto;
  margin-right: auto;
}

.photo {
  position: relative;
}
.info {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  /* padding: 7px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.main {
  padding: 34px 24px 30px 24px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.green-leaf {
  width: 24px;
  height: 24px;
  background-color: #2ecc71;
  padding: 5px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  border-radius: 50%;
}
.span-head {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  font-weight: 100;
  color: #081f32;
}
.red-fire {
  width: 24px;
  height: 24px;
  background-color: #f8593b;
  padding: 5px;
  /* display: flex;
    justify-content: center;
    align-items: center; */
  border-radius: 50%;
}
.yellow-wheat {
  width: 24px;
  height: 24px;
  background-color: #ffc22b;
  padding: 5px;
  /* display: flex;
    justify-content: center;
    align-items: center; */
  border-radius: 50%;
}
.badge {
  display: flex;
  align-items: center;
  gap: 9px;
}
.about-food {
  margin-top: 23px;
}
.p-light {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 25px;
  color: #6e798c;
}
.features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.span-light {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #a5adbb;
}
.span-bold {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  font-weight: 100;
  color: #081f32;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
}

.btn button {
  /* padding: 17px 29px; */
  width: 100%;
  height: 44px;
  background-color: #2ecc71;
  color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
#cp {
  /* padding: 17px 29px; */
  width: 100%;
  height: 44px;
  background-color: #2ecc71;
  color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.price {
  display: flex;
  align-items: center;
  gap: 24px;
}
.span-red {
  font-family: "DM Serif Display", serif;
  font-weight: 100;
  font-size: 20px;
  color: #f8593b;
}
.after{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    display: block;
    background: rgba(0, 0, 0, .7);
    color: #FFF;
    border-radius: 16px 16px 0 0;
}
.after .text{
    position: relative;
float: left;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size:40px;
font-family: 'Fredoka One', cursive;
}

.after .text2{
    position: absolute;
float: left;
width:100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size:12px;
font-family: 'Fredoka One', cursive;
margin-top:50px;
}
.form{
    text-align:center;
}
input[type="text"] {
    width: 100%;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    height: 44px;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
  }
  #seloffer{
    width: 100%;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    height: 44px;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
  }
  
  input[type="text"]:focus {
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
  }
  
  .inputWithIcon input[type="text"] {
    padding-left: 40px;
  }
  
  .inputWithIcon {
    position: relative;
  }
  
  .inputWithIcon i {
    position: absolute;
    left: 0;
    top: 13px;
    padding: 9px 8px;
    color: #aaa;
    transition: 0.3s;
  }
  
  .inputWithIcon input[type="text"]:focus + i {
    color: dodgerBlue;
  }
  
  .inputWithIcon.inputIconBg i {
    background-color: #aaa;
    color: #fff;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px;
  }
  
  .inputWithIcon.inputIconBg input[type="text"]:focus + i {
    color: #fff;
    background-color: dodgerBlue;
  }

  
  .desc{
    margin:10px;
    text-align:center;
    border:1px solid black;
    border-radius:16px;
    width:90%;
    
  }
  .dh{
    padding:5px;
    width:100%;
    background:#1c251c;
    color:#fff;
    font-size: 18px;
    font-family: 'Courier New', Courier, monospace;
   text-align:center;
   border-radius: 16px 16px 0 0;
  }
  .con{
    text-align: left;
    margin: 10px;
    font-size:15px;
  }
  .footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: dodgerblue;
    color: white;
    text-align: center;
    padding: 6px;
    display: block;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
  }
  .footer a{
    text-decoration: none;
    color:#fff;
    font-family: 'Pacifico', cursive;
  }