* {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.offer-details {
  padding: 4rem 2rem 1rem 2rem;
  /* height: 37em; */
  height: 100vh;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.privacy-box {
  padding: 1rem 2rem;
  height: 85vh;
  overflow-x: hidden;
  overflow-y: scroll;
  /* background-color: #efeff2; */
  /* box-shadow: 2px 4px 10px #b4b5ba; */
}

.privacy-box::-webkit-scrollbar {
  width: 3px;
}

.offer-image {
  padding: 4rem 2rem 1rem 2rem;
  position: relative;
  background: #f2dad9;
  /* height: 37em; */
  height: 100vh;
  position: relative;
}

.final-background {
  /* height: 36.27em; */
  height: 100vh;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.mobile-image {
  height: 26em;
  object-fit: contain;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}

.image-footer {
  margin-top: 4rem;
  position: absolute;
  bottom: 5%;
  width: 50%;
}

.image-footer p {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.image-footer span {
  font-weight: 700;
  color: #c91c1c;
  margin: 0;
}

.chilly-image {
  text-align: center;
  margin-bottom: 2rem;
}

.chilly-image img {
  height: 9.7em;
  object-fit: contain;
}

.chilly-content {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.download-option {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  text-align: center;
    width: 72%;
}

.download-option img {
  height: 4em;
  width: 50%;
  object-fit: contain;
}

.enquiry {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3rem;
}

.privacy-chilli-logo img {
  height: 5.3em;
  width: 100%;
  object-fit: contain;
  margin-bottom: 1rem;
}

.content-footer span {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 500;
}

.content-footer a:hover {
  text-decoration: none;
}

.privacy-policy-content {
  font-family: "Times New Roman", Times, serif;
}

.privacy-policy-content h1 {
  font-size: 28px !important;
  font-weight: 900 !important;
  margin-bottom: 1.2rem !important;
  font-family: "Times New Roman", Times, serif;
  margin-top: 1rem;
}

.privacy-policy-content h3 {
  font-size: 23px !important;
  font-weight: 700 !important;
  margin-top: 1rem !important;
}

.privacy-policy-content p {
  font-size: 16px !important;
  font-weight: 300 !important;
  text-align: justify;
  margin-bottom: 7px !important;
}

.privacy-policy-content li {
  font-size: 16px !important;
  font-weight: 300 !important;
  text-align: justify;
  margin-bottom: 7px !important;
  /* list-style-type: none; */
}

.privacy-policy-content a {
  color: #c91c1c !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.privacy-policy-content::-webkit-scrollbar {
  width: 0px !important;
}

.deletion-form {
  border: 1.5px solid #b4b5ba;
  padding: 0.5rem 2rem;
  border-radius: 20px;
  width: 80%;
  margin: auto;
}

.deletion-form .form-group {
  margin-bottom: 7px;
}

.deletion-form label {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 600;
}

.delete-account-submit-button {
  width: 30%;
  margin-top: 0.3rem;
}

.deletion-heading {
  font-weight: 700;
  color: #c91c1c;
}

.deletion-heading span {
  font-weight: 700;
  /* color: green; */
}

@media (max-width: 320px) {
  .final-background {
    height: 23em;
  }

  .chilly-image img {
    height: 5em;
  }

  .offer-details {
    padding: 2rem 1rem 0 1rem;
    height: 26em;
  }

  .chilly-content {
    margin-bottom: 1rem;
    font-size: 11px;
  }

  .download-option img {
    height: 3em;
    width: 45%;
  }

  .download-option {
    margin-bottom: 2rem;
  }

  .enquiry {
    margin-bottom: 1rem;
    font-size: 11px;
  }

  .content-footer {
    text-align: center;
  }

  .content-footer span {
    font-size: 9px;
  }

  .mobile-image {
    height: 17em;
  }

  .image-footer p {
    font-size: 9px;
    text-align: center;
  }

  .image-footer {
    margin-top: 2rem;
  }

  .offer-image {
    padding: 2rem 0rem 0rem 1rem;
    height: 24em;
  }

  .privacy-box {
    padding: 0.5rem;
    box-shadow: none;
    background-color: #fff;
    height: 100% !important;
  }

  .privacy-policy-content h1 {
    font-size: 22px !important;
  }

  .privacy-policy-content h3 {
    font-size: 18px !important;
  }

  .privacy-policy-content p {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }

  .privacy-policy-content li {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }

  .mobile-offer-image {
    display: none !important;
  }
  .deletion-form {
    padding: 1rem;
    width: 100% !important;
  }
  .delete-account-submit-button {
    width: 50% !important;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .final-background {
    height: 30em;
  }
  .content-footer {
    position: absolute;
    bottom: 0 !important; 
    text-align: center;
    width: 100% !important;
    background: #fff;
    padding: 10px;
  }
  .chilly-image img {
    height: 6em;
  }

  .offer-details {
    padding: 2rem 1rem 0 1rem;
    /* height: 40em; */
    height: 100vh;
  }

  .chilly-content {
    margin-bottom: 2rem;
    font-size: 14px;
  }

  .download-option img {
    height: 3em;
    width: 45%;
  }

  .download-option {
    margin-bottom: 3rem;
  }

  .enquiry {
    margin-bottom: 2rem;
    font-size: 12px;
  }

  .content-footer {
    text-align: center;
  }

  .content-footer span {
    font-size: 12px;
  }

  .mobile-image {
    height: 23em;
  }

  .image-footer p {
    font-size: 12px;
    text-align: center;
  }
  .image-footer {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 15%);
  }

  .image-footer {
    margin-top: 2rem;
  }

  .offer-image {
    padding: 2rem 0rem 0rem 1rem;
    /* height: 30em; */
    height: 100vh;
  }
  .privacy-box {
    padding: 0.5rem;
    box-shadow: none;
    background-color: #fff;
    height: 100vh !important;
    padding-bottom: 5em;
  }

  .privacy-policy-content h1 {
    font-size: 24px !important;
  }

  .privacy-policy-content h3 {
    font-size: 20px !important;
  }

  .privacy-policy-content p {
    font-size: 17px !important;
    margin-bottom: 15px !important;
  }

  .privacy-policy-content li {
    font-size: 17px !important;
    margin-bottom: 15px !important;
  }

  .mobile-offer-image {
    display: none !important;
  }
  .deletion-form {
    padding: 1rem;
    width: 100% !important;
  }
  .delete-account-submit-button {
    width: 50% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .final-background {
    height: 29.5em;
  }

  .chilly-image img {
    height: 6em;
  }

  .offer-details {
    padding: 2rem;
    height: 30em;
  }

  .chilly-content {
    margin-bottom: 3rem;
    font-size: 15px;
  }

  .download-option img {
    height: 4em;
    width: 45%;
  }

  .download-option {
    margin-bottom: 2rem;
  }

  .enquiry {
    margin-bottom: 2rem;
    font-size: 14px;
  }

  .content-footer {
    text-align: center;
  }

  .content-footer span {
    font-size: 14px;
  }

  .mobile-image {
    height: 26em;
  }

  .image-footer p {
    font-size: 10px;
    margin-top: 5.8rem;
    text-align: center;
  }

  .image-footer {
    margin-top: 2rem;
  }

  .offer-image {
    padding: 2rem;
    height: 37em;
  }
  .privacy-box {
    padding: 1rem;
    height: 37em;
    box-shadow: none;
  }

  .privacy-policy-content h1 {
    font-size: 22px !important;
  }

  .privacy-policy-content h3 {
    font-size: 18px !important;
  }

  .privacy-policy-content p {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }

  .privacy-policy-content li {
    font-size: 17px !important;
    margin-bottom: 15px !important;
  }
  .deletion-form {
    padding: 1rem;
    width: 100% !important;
  }
  .delete-account-submit-button {
    width: 50% !important;
  }
}

.content-footer {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 95%;
}
