@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
  font-family: 'Basics Serif Free';
  src: url('./assets/font/basics_serif/Basics\ Serif\ -\ Free.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.banner-header {
  background: linear-gradient(to top, #FFFFFF 0%, #E4B0A0 74.04%, #DFA391 85.72%, #DA947F 100%);
  text-align: center;
  color: white;
  height: 300px;
}

.banner-head  {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
 font-family: 'Basics Serif Free';
}

.banner-header .banner-breadcrumb {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
}

.banner-header .banner-breadcrumb a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.terms-conditions{
    padding: 5% 0%;
}
.terms-heading{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 4%;
    font-family: 'Basics Serif Free', serif;
}

.terms-para{
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 3%;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.terms-conditions ul li{
    font-weight: 300;
    font-size: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-bottom: 0.5%;
}
/* Responsive */
@media (max-width: 768px) {
  .terms-banner {
    height: 60vh;
  }

  .terms-content h1 {
    font-size: 38px;
  }
  .banner-header {
  background: linear-gradient(to top, #FFFFFF 0%, #E4B0A0 74.04%, #DFA391 85.72%, #DA947F 100%);
  text-align: center;
  color: white;
  height: 350px;
}
.banner-head  {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Basics Serif Free';
}
 .privacy_head{
    font-size: 1.2rem;
  }
}
.privacy_head{
  font-size: 1.25rem;
}

