* {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: "October Devanagari";
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
body {
  margin: 0;
}
header {
  height: 4rem;
  line-height: 4rem;
  background: #fafafa;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
}

header .background {
  padding: 0 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 2.9rem;
  height: 2.9rem;
  flex-shrink: 0;
}

.logo span {
  color: #41391d;
  text-align: justify;
  font-family: 'October Devanagari';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  padding-left: 10px;
}

.title {
  display: flex;
}

.paddingLeft30 {
  padding-left: 45px;
}

.title span {
  color: #404040;
  font-size: 18px;
  cursor: pointer;
}

.active {
  font-size: 20px !important;
  font-weight: bold;
}

.display {
  display: block !important;
}

main {
  text-align: center;
  padding-top: 4rem;
  background-position-y: top;
  background-image: url('./images/bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.pic1 {
  width: 90vw;
}

.pic2 {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 8rem 0;
}

.pic2 .halo {
  width: 50vw;
}

.pic2 p {
  color: #3c3425;
  font-family: 'DIN Alternate';
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 600;
  width: 17rem;
  text-align: start;
  line-height: 2.2;
  padding-top: 5rem;
}

.pic3 {
  width: 60vw;
}

.pic4 {
  width: 100vw;
}

.pic5 {
  height: 8.2rem;
  position: absolute;
  left: 17rem;
  bottom: 0;
}

.tab3,
.contact-us {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.tab3 {
  padding: 10rem 8rem 15rem;
}

.contact-us {
  padding: 0 8rem 15rem;
}

.tab3 img {
  height: 11.2rem;
  cursor: pointer;
}

.contact-us .opacity {
  opacity: 0;
}

.align-start {
  text-align: start;
}

footer {
  height: 15.18rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #171e45;
}

@media screen and (max-width: 1500px) and (min-width: 1300px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .logo span,
  .title span {
    font-size: 12px;
  }
  .paddingLeft30 {
    padding-left: 5px;
  }
  header .background {
    padding: 0 10px;
  }
  .active {
    font-size: 13px !important;
  }
  .tab3 {
    margin: 1rem 1.5rem;
  }
  .tab3 img {
    width: 3rem;
    height: 5rem;
    cursor: pointer;
  }
  .contact-us {
    flex-direction: column;
    margin: 2rem auto 0;
  }

  .contact-us img {
    height: 5rem;
  }

  .pic2 {
    margin: 3rem 0 5rem;
  }

  .pic2 p {
    font-size: 0.6rem;
    width: 2.2rem;
    line-height: 1.2;
    padding-top: 2rem;
    padding-right: 2rem;
  }

  .pic2 .halo {
    width: 40vw;
  }
  .pic5 {
    height: 2.2rem;
    left: 2rem;
    bottom: -3rem;
  }

  .tab3 {
    padding: 3rem 3rem 4rem;
  }

  .tab3 img {
    height: 1.2rem;
  }

  .contact-us {
    padding: 0 2rem 3rem;
  }

  .contact-us .opacity {
    display: none;
  }
}


/* ====child-safety-policy start */

:root {
  --policy-top-bg-height: 860px;
  --policy-top-pd: 17%;
  --policy-top-img-margin-top: 0%;
  --policy-top-img-width: 700px;
  --font-size-title-h1: 60px;
  --font-size-h2: 22px;
  --font-size-h3: 18px;
  --font-size-text: 16px;
  --color-text: #000;
  --color-link: #B73AF5;
}

@media screen and (max-width: 450px) {
  :root {
    --policy-top-bg-height: 350px;
    --policy-top-pd: 7%;
    --policy-top-img-margin-top: -2%;
    --policy-top-img-width: 70%;
    --font-size-title-h1: 26px;
    --font-size-h2: 16px;
    --font-size-h3: 14px;
    --font-size-text: 12px;
  }
}


.child-safety-policy {
  margin: 0 auto;
  padding: 40px 0 0;
  display: none;
  font-weight: 400;
}
.child-safety-policy-top , .child-safety-policy-bottom {
  max-width: 1200px;
  margin: 0 auto;
}

.child-safety-policy-top {
  height: var(--policy-top-bg-height);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.child-safety-policy-top img {
  width: var(--policy-top-img-width);
  height: auto;
  display: block;
  margin-top: var(--policy-top-img-margin-top);
}
.child-safety-policy-top h1 {
  font-size: var(--font-size-title-h1);
  margin-bottom: 10px;
}

.child-safety-policy-bottom {
  padding: 40px 4% ;
  color: var(--color-text);
}

.policy-content h2 {
  font-size: var(--font-size-h2);
  color: var(--color-text);
  font-weight: bold;
}

.update-date {
  font-size: var(--font-size-h3);
}

.intro {
  font-size: var(--font-size-h3);
  color: var(--color-text);
  margin-bottom: 40px;
  font-style: normal;
  line-height: 1.8;
}

.policy-section {
  line-height: 1.8;
  margin-bottom: 15px;
}

.policy-section h2 {
  font-size: var(--font-size-h2);
  color: var(--color-text);
}

.policy-section h3 {
  font-size: var(--font-size-h3);
  color: var(--color-text);
}

.policy-section p {
  font-size: var(--font-size-text);
  color: var(--color-text);
}

.policy-section ul {
  padding-left: 30px;
}

.policy-section li {
  color: var(--color-text);
  font-size: var(--font-size-text);
}

.policy-section ul ul {
  /* margin-top: 10px; */
}

.policy-section span {
  color: var(--color-link);
  cursor: pointer;
}

.policy-section a {
  color: var(--color-link);
  cursor: pointer;
  text-decoration: underline;
}


.policy-footer {
}

.policy-footer p {
  font-size: var(--font-size-h3);
  color: var(--color-text);
}

/* ====child-safety-policy end */