@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Public+Sans:wght@200;300;400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(180deg, #0F015E 0%, rgba(95, 15, 230, 0.79) 100%);
  height: auto;
}

body,
h1,
h2,
h3,
p {
  font-family: 'Inter', sans-serif;
}

#logo {
  padding-top: 44px
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.heading img {
  height: 82px;
  width: 66px;
  object-fit: contain;
  margin-right: 20px;
}

.heading h1 {
  font-weight: 700;
  font-size: 80px;
  line-height: 86px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.contentmain {
  margin-top: 22px;
}

.contentmain p {
  font-weight: 300;
  font-size: 38px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.011em;
  color: #FFFFFF;
}

.btn-sec {
  text-align: center;
  margin-top: 50px;
}

.bottomtxt {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}

section#extra,
footer {
  margin-top: 60px;
}

.footertxt {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}

@media(max-width:992px) {
  .heading h1 {
    font-size: 60px;
  }

  .contentmain p {
    font-weight: 300;
    font-size: 30px;
  }
}

@media(max-width: 768px) {
  .heading h1 {
    font-size: 40px;
  }

  .contentmain p {
    font-size: 24px;
  }

  .bottomtxt,
  .footertxt {
    font-size: 18px;
  }
}

@media(max-width: 568px) {
  section#logo img {
    width: 70%;
  }

  .heading {
    flex-direction: column;
  }

  .heading h1 {
    font-size: 34px;
  }

  .contentmain p {
    font-size: 16px;
  }

  .contentmain {
    margin-top: 0px;
  }

  .btn-sec img {
    /* width: 176px; */
    height: 62px;
    object-fit: contain;
  }

  .btn-sec {
    margin-top: 28px;
  }

  .bottomtxt,
  .footertxt {
    font-size: 12px;
    line-height: 20px;
  }

  section#extra {
    margin-top: 40px;
  }

  footer {
    margin-top: 16px;
  }
}