@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
body {
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}
/* style="background-color: #80808040" */
.bg-grey {
  /* background-color: #8080804d; */
  background: rgb(204, 204, 204);
  background: linear-gradient(
    rgb(204 204 204 / 52%) 0%,
    rgba(255, 255, 255, 1) 70%
  );
}
.bg-grey1 {
  /* background-color: #8080804d; */
  background: rgb(255, 255, 255);
  background: linear-gradient(
    rgba(255, 255, 255, 1) 0%,
    rgba(204, 204, 204, 1) 30%,
    rgba(255, 255, 255, 1) 65%
  );
}

.pt-50 {
  padding-top: 50px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.mt-50 {
  margin-top: 50px;
}
#main_navbar .nav-item {
  padding: 20px 50px;
}
#main_navbar .nav-link {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.title {
  font-size: 80px;
  letter-spacing: 2px;
}
.section-heading {
  font-size: 50px;
  font-weight: 700;
}
.paragraph {
  font-size: 18px;
  font-weight: 600;
  color: #6c6c6c;
}
.glosswireLogo {
  width: 400px;
}
.logo-width {
  width: 350px;
}
.app-logo-width {
  width: auto;
}

@media screen and (max-width: 1200px) {
  .title {
    font-size: 60px;
  }
  .logo-width {
    width: 250px;
  }
}
@media screen and (max-width: 700px) {
  .logo-width {
    width: 200px;
  }
  .paragraph {
    font-size: 15px;
  }
  .section-heading {
    font-size: 30px;
  }
  .glosswireLogo {
    width: 200px;
  }
  .app-logo-width {
    width: 100%;
  }
  #top-section{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top-section{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .title {
    /* font-size: 30px; */
    font-weight: bold;
  }
  .glosswireLogo {
    width: 200px;
  }
  .section-heading {
    font-size: 25px;
  }
  .logo-width {
    width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .pt-lg-100 {
    padding-top: 90px;
  }
}
