/* utility classes */

.poppins-family {
  font-family: "Poppins", sans-serif;
}

.fredoka-family {
  font-family: "Fredoka", sans-serif;
}

.fw-700 {
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.margin-100 {
  margin-block: 100px !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 95% !important;
  }
}

#top-section {
  overflow-x: hidden !important;
}

/* main heading */

.main-heading {
  border-radius: 15px;
  background-image: url(/mathbuddy_assets/t&c_assets/images/bg-img.png);
  /* background-size: cover; */
  height: 250px;
  margin-top: 120px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff6ee;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-heading h1 {
  text-align: center;
  margin-inline: auto;
  font-size: 80px;
  text-transform: uppercase;
  width: 70%;
  line-height: 130%;
  margin-bottom: 0px;
  /* letter-spacing: 10px; */
}

/* privacy policy section */

.privacy-policy-section {
  margin-bottom: 150px;
}

.privacy-policy-section p {
  font-size: 16px;
  margin-top: 50px;
  padding-left: 60px;
  text-align: center;
}

.privacy-policy-section h5 {
  padding-left: 60px;
  font-size: 16px;
}

.privacy-policy-section h5:nth-child(1) span {
  font-weight: 400;
}

.privacy-policy-section h5:nth-child(2) {
  margin-top: 20px;
}

.privacy-policy-section h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 0px;
}

.pp-container {
  width: 100%;
  margin-top: 50px;
}

.pp-card {
  margin-inline: auto;
  width: 914px;
  padding-inline: 25px;
  padding-block: 30px;
  border-radius: 32px;
  background-color: #fff6ee;
  border: 2px solid #ffa759;
  margin-top: 25px;
}

.pp-card-heading {
  font-size: 32px;
  margin-bottom: 0px;
}

.pp-card-list {
  margin-top: 20px;
  margin-bottom: 0px;
}

.pp-card-list li {
  font-size: 14px;
}

.pp-card-list li a{
    text-decoration: none;
}

@media (max-width: 475px) {
  .main-heading {
    border-radius: 15px;
    background-image: url(/mathbuddy_assets/t&c_assets/images/bg-img.png);
    background-size: cover;
    height: 85px;
    margin-top: 90px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff6ee;
    background-repeat: no-repeat;
    background-position: center center;
    width: 95%;
  }

  .main-heading h1 {
    font-size: 30px;
    line-height: 100%;
    margin-inline: 0px !important;
  }

  /* privacy policy section */

  .privacy-policy-section p {
    font-size: 12px;
    margin-top: 30px;
    padding-left: 0px;
    text-align: center;
  }

  .privacy-policy-section h5 {
    padding-left: 0px;
    font-size: 12px;
  }

  .privacy-policy-section h5:nth-child(1) span {
    font-weight: 400;
  }

  .privacy-policy-section h5:nth-child(2) {
    margin-top: 20px;
  }

  .privacy-policy-section {
    margin-bottom: 50px;
  }

  .privacy-policy-section h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 0px;
  }

  .pp-container {
    width: 100%;
    margin-top: 30px;
  }

  .pp-card {
    margin-inline: auto;
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    background-color: #fff6ee;
    border: 2px solid #ffa759;
    margin-top: 15px;
  }

  .pp-card-heading {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .pp-card-list {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 20px;
  }

  .pp-card-list li {
    font-size: 12px;
  }
}

@media (min-width: 476px) and (max-width: 730px) {
  .main-heading {
    border-radius: 15px;
    background-image: url(/mathbuddy_assets/t&c_assets/images/bg-img.png);
    background-size: cover;
    height: 85px;
    margin-top: 90px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff6ee;
    background-repeat: no-repeat;
    background-position: center center;
    width: 95%;
  }

  .main-heading h1 {
    font-size: 30px;
    line-height: 100%;
    margin-inline: 0px !important;
  }

  /* privacy policy section */

  .privacy-policy-section p {
    font-size: 13px;
    margin-top: 30px;
    padding-left: 0px;
    text-align: center;
  }

  .privacy-policy-section h5 {
    padding-left: 0px;
    font-size: 13px;
  }

  .privacy-policy-section h5:nth-child(1) span {
    font-weight: 400;
  }

  .privacy-policy-section h5:nth-child(2) {
    margin-top: 20px;
  }

  .privacy-policy-section {
    margin-bottom: 50px;
  }

  .privacy-policy-section h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 0px;
  }

  .pp-container {
    width: 100%;
    margin-top: 30px;
  }

  .pp-card {
    margin-inline: auto;
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    background-color: #fff6ee;
    border: 2px solid #ffa759;
    margin-top: 15px;
  }

  .pp-card-heading {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .pp-card-list {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 20px;
  }

  .pp-card-list li {
    font-size: 12px;
  }
}

@media (min-width: 731px) and (max-width: 991px) {
  .main-heading {
    border-radius: 15px;
    background-image: url(/mathbuddy_assets/t&c_assets/images/bg-img.png);
    background-size: cover;
    height: 100px;
    margin-top: 120px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff6ee;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
  }

  .main-heading h1 {
    font-size: 36px;
    line-height: 100%;
    margin-inline: 0px !important;
  }

  /* privacy policy section */

  .privacy-policy-section p {
    font-size: 14px;
    margin-top: 30px;
    padding-left: 0px;
    text-align: center;
  }

  .privacy-policy-section h5 {
    padding-left: 0px;
    font-size: 14px;
  }

  .privacy-policy-section h5:nth-child(1) span {
    font-weight: 400;
  }

  .privacy-policy-section h5:nth-child(2) {
    margin-top: 20px;
  }

  .privacy-policy-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .privacy-policy-section h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 0px;
  }

  .pp-container {
    width: 100%;
    margin-top: 30px;
  }

  .pp-card {
    margin-inline: auto;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff6ee;
    border: 2px solid #ffa759;
    margin-top: 20px;
  }

  .pp-card-heading {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .pp-card-list {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 20px;
  }

  .pp-card-list li {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-heading {
    border-radius: 15px;
    background-image: url(/mathbuddy_assets/t&c_assets/images/bg-img.png);
    background-size: cover;
    height: 130px;
    margin-top: 130px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff6ee;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
  }

  .main-heading h1 {
    font-size: 45px;
    line-height: 100%;
    margin-inline: 0px !important;
  }

  /* privacy policy section */

  .privacy-policy-section p {
    font-size: 16px;
    margin-top: 50px;
    padding-left: 0px;
    text-align: center;
  }

  .privacy-policy-section h5 {
    padding-left: 0px;
    font-size: 16px;
  }

  .privacy-policy-section h5:nth-child(1) span {
    font-weight: 400;
  }

  .privacy-policy-section h5:nth-child(2) {
    margin-top: 20px;
  }

  .privacy-policy-section {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .privacy-policy-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 0px;
  }

  .pp-container {
    width: 100%;
    margin-top: 40px;
  }

  .pp-card {
    margin-inline: auto;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff6ee;
    border: 2px solid #ffa759;
    margin-top: 20px;
  }

  .pp-card-heading {
    font-size: 30px;
    margin-bottom: 0px;
  }

  .pp-card-list {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 20px;
  }

  .pp-card-list li {
    font-size: 16px;
  }
}
