@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  font-family: "Poppins", serif;
}
.container {
  max-width: 1240px;
  width: 100%;
  margin: 0px auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: #f5faff;
}
.payment-left-section {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.form-details {
  width: 48%;
}
.payment-right-section {
  height: 100%;
  padding: 20px;
}
.meal-label {
  width: 35%;
  label {
    width: 100%;
  }
}
.meal-input {
  width: 65%;
  input {
    width: 100%;
    padding: 7px;
  }
  textarea {
    width: 100%;
    padding: 7px;
    resize: none;
  }
}
.meal-pack {
  display: flex;
  margin: 20px 0px;
}
.right-button {
  width: 30%;
}
.left-image {
  width: 70%;
}
.right-button button {
  background: red;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 35px;
  width: 100%;
}
.pay.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #7fffd426;
}
.left-image img {
  width: 60%;
  margin-left: 15px;
}
.form-inner {
  padding: 20px;
}
.meal-inputt {
  text-align: right;
  /* margin-right: 104px; */
}

.main-site-logo {
  margin-bottom: 50px;
  img {
    width: 25%;
  }
}
.main-head {
  margin-top: 50px;
  h2 {
    font-size: 30px;
    font-weight: 500;
    color: #09e589;
  }
}
.section-1-header {
  margin-top: 20px;
  h6 {
    font-size: 24px;
    font-weight: 600;
    color: #235884;
  }
  p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 28px;
    text-align: justify;
  }
}
.section-images {
  margin-top: 20px;
}
.section-image {
  margin-top: 20px;
  position: relative;
  z-index: auto;
  img {
    width: 70%;
    /* border-radius: 5px; */
  }
}
.main-section-1 {
  margin-top: 35px;
}
.image-data {
  box-shadow: 0px 0px 10px #f5faff80;
  padding: 30px 30px;
  width: 490px;
  position: absolute;
  right: 0px;
  top: 28%;
  background-color: #fff;
  border-radius: 5px;
  ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    li {
      font-size: 16px;
      display: flex;
      line-height: 30px;
    }
  }
  p {
    font-size: 16px;
    margin-top: 10px;
  }
}
.section-1-header ul {
  list-style: none;
  padding-left: 10px !important;
}
.image-data ul li span {
  color: #09e589;
}
.form-title h3 {
  font-size: 30px;
  margin-top: 60px;
  color: #235884;
  font-weight: 600;
}
.section-1-header ul li {
  font-size: 16px;
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  i {
    color: #09e589;
  }
}
.section-6ul-data {
  margin-top: 15px;
  margin-left: 25px;
  h6 {
    font-size: 22px;
    font-weight: 600;
  }
  ul {
    /* padding: 0px !important; */
    /* margin: 0px !important; */
  }
}

.section-table {
  margin-top: 30px;
  table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: none;
    background-color: #fff;
    /* border-left: 2px solid #0000003f !important;
      border-right: 2px solid #0000003f !important; */
  }

  th,
  td {
    width: 33%;
    word-wrap: break-word;
  }
  tr {
    border-top: 2px solid #00000016 !important;
    border-bottom: 2px solid #00000016 !important;
  }
  th {
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    background-color: #078c55;
    color: #fff;
  }
  td {
    padding: 10px;
    font-size: 14px;
  }
  a {
    color: #000;
    text-decoration: none;
  }
}

.section-1-header h4 {
  font-size: 24px;
  color: #235884;
  font-weight: 600;
}
.border-bot {
  border: 1px solid #00000013;
  width: 95%;
  margin: 20px auto 0px auto;
}
.meal-check h6 {
  text-align: center;
  font-size: 16px;
}
.launching {
  background-image: url(./web/images/We\ are\ Launching\ Soon!.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
}

.terms-link {
  font-size: 16px;
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}

.terms-link:hover {
  text-decoration: underline;
}

/* The Popup (background) */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
  overflow: auto; /* Enable scroll if needed */
}

/* Popup content */
.popup-content {
  background-color: #fff;
  margin: 10% 66%;
  padding: 30px;
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
  position: relative;
  height: 450px;
  overflow-y: auto;
}

/* Close button (X) */
.close-btn {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.close-but {
  margin-top: 20px;
  text-align: end;
}
.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
}

/* Content styling */
.popup-body {
  margin-top: 20px;
}

.popup-body h3 {
  font-size: 1.5em;
}

/* ul {
    padding-left: 20px;
  }
  
  ul li {
    font-size: 1.2em;
    margin: 10px 0;
  } */

/* Close button at the bottom of the popup */
.close-popup {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-popup:hover {
  background-color: #218838;
}

.terms-con-1 {
  margin-top: 20px;
  h6 {
    font-size: 18px;
    text-align: left !important;
    font-weight: 500;
  }
  p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.adver-image {
  margin-top: 35px;
  text-align: center;
  img {
    box-shadow: 0px 0px 5px #00000021;
    border-radius: 15px;
  }
}
.terms-con-1 ul li {
  font-size: 14px;
}
.popup-content h2 {
  font-weight: 500;
}
