@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

.qtech-body {
  --primary-color: rgb(196, 239, 23);
  --secondary-color: rgb(0, 0, 0);
  --text-color-light: rgb(255, 255, 255);
  --text-color-dark: rgb(34, 38, 39);
  --text-color-grey: rgb(131, 131, 131);
  --transition: 0.5s linear;
  --transitionFast: 0.5s ease-in-out;
  font-family: "Antonio";
  font-size: 16px;
  position: relative;
}
a {
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
  line-height: 1.2 !important;
}
.qtec-h1 {
  font-size: 4.375em;
}
.qtec-h2 {
  font-size: 3.75em;
}
.qtec-h3 {
  font-size: 3.4375em;
}
.qtec-h4 {
  font-size: 3.125em;
}
.qtec-h5 {
  font-size: 2.8125em;
}
.qtec-h6 {
  font-size: 1.5625em;
}
.qtec-desc {
  font-size: 1.1875em;
  font-family: "Urbanist";
  line-height: 1.5;
}

.qtec-btn {
  background-color: var(--primary-color);
  height: 60px;
  padding: 0 45px;
  font-size: 1.25em;
  color: var(--text-color-dark);
  font-weight: 600;
  border-radius: 31px;
  border: 0;
  position: relative;
  margin-top: 30px;
}

.qtec-tag {
  font-size: 1em;
  font-weight: 600;
  color: var(--text-color-dark);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}
.qtec-tag img {
  width: 18px;
  text-align: center;
}
.textDark {
  color: var(--text-color-dark);
}
.textLight {
  color: var(--text-color-light);
}
.textGrey {
  color: var(--text-color-grey);
}
.qtec-sectionMargin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.qtec-sectionPadding {
  padding-top: 100px;
  padding-bottom: 100px;
}
