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

html {
  font-size: 16px;
}
body {
  margin: 0;
  background: #33241a;
}
header {
  height: 4rem;
  line-height: 4rem;
  background: #0f1a26;
  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: #fff;
  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: #fff;
  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;
}

#main-content {
  text-align: center;
}

.pic1 {
  width: 50vw;
}

.same-width {
  width: 65vw;
}

.pic1,
.pic2,
.pic3,
.pic4,
.pic5,
.pic6 {
  padding-top: 180px;
}

.pic6 {
  width: 45vw;
}

.pic7 {
  width: 55vw;
  padding: 100px 0 200px;
}

.google {
  width: 55vw;
  padding: 150px 0 50px;
  margin: 0 auto;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.google img {
  cursor: pointer;
}

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

.tab3 {
  padding: 5rem 8rem;
}

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

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

.tab3 img:hover {
  transition: transform 0.1s ease;
  transform: scale(1.1);
}

.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: #313846;
}

@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) {
  header .background {
    padding: 0 10px;
  }

  .logo img {
    width: 20px;
    height: 20px;
  }

  .logo span,
  .title span {
    font-size: 10px;
  }
  .paddingLeft30 {
    padding-left: 5px;
  }
  .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;
  }

  .pic4 {
    padding-top: 50px;
  }

  .google {
    padding: 50px 0 10px;
    font-size: 18px;
  }

  .google img {
    width: 100px;
  }

.pic1,
.pic2,
.pic3,
.pic4,
.pic5,
.pic6 {
  padding-top: 30px;
}

.pic7 {
  padding: 20px 0 50px;
}

  .tab3 {
    padding: 1rem;
  }

  .tab3 img {
    width: 3.5rem;
    height: auto;
  }

  .contact-us {
    padding: 0 2rem 3rem;
    align-items: flex-start;
  }

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


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

:root {
  --policy-top-img-width: 100%;
  --font-size-title-h1: 60px;
  --font-size-h2: 22px;
  --font-size-h3: 18px;
  --font-size-text: 16px;
  --color-text: #fff;
  --color-link: #F0FF4D;

  --policy-bottom-p-d-t: 40px;
  --policy-bottom-top: -200px;
}

@media screen and (max-width: 450px) {
  :root {
    --policy-top-img-width: 100%;
    --font-size-title-h1: 28px;
    --font-size-h2: 16px;
    --font-size-h3: 14px;
    --font-size-text: 12px;

    --policy-bottom-p-d-t: 20px;
    --policy-bottom-top: -70px;
  }
}


.child-safety-policy {
  margin: 0 auto;
  padding: 0;
  display: none;
  background-color: #356D6A;
  opacity: 0.9;
  font-weight: 400;
}
.child-safety-policy-bottom {
  max-width: 1200px;
  margin: 0 auto;
}

.child-safety-policy-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.child-safety-policy-top-left {
  position: absolute;
  top: 28%;
  left: 10%;
}

.child-safety-policy-top-left h1 {
  color: #fff;
  font-size: 3.43rem;
  line-height: 1.8;
  font-style: italic;
}

.child-safety-policy-top img {
  width: var(--policy-top-img-width);
  display: block;
  margin-top: var(--policy-top-img-margin-top);
  object-fit: cover;
}

.child-safety-policy-bottom {
  padding: var(--policy-bottom-p-d-t) 4% 40px;
  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: 5px;
}

.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 */
