* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  /* font-size: 1.68; */
  line-height: 1.5;
  font-weight: 400;
  color: var(--text1);
  background-color: var(--bg-dark);
  overflow-x: hidden;
  position: relative;
}

img {
  display: flex;
  width: 100%;
}
.btn {
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 16px;
  border: none;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  text-decoration: none;
}

/* **************************************** */
/*  Generl Reuseable Components */
/* **************************************** */

.container {
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.grid {
  display: grid;
  column-gap: 6.4rem;
  /* margin-bottom: 9.6rem; */
}

.heading-primary,
.heading-secondary,
.heading-tertiary {
  color: var(--text1);
  font-family: "Cardo", sans-serif;
}

.hero-heading {
  font-family: "Cardo", sans-serif;
  font-weight: 400;
  color: #1e293b;
  font-size: 5.2rem;
  line-height: 1.15;
  margin-bottom: 2rem;
  /* letter-spacing: -2.5px; */
  /* display: inline-block; */
}

.heading {
  font-family: "Cardo", sans-serif;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 1;
  margin-bottom: 6.4rem;
  letter-spacing: -2.5px;
  /* display: inline-block; */
}

.heading-secondary {
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 1.6rem;
  letter-spacing: -1.5px;
  font-weight: 500;
}

.heading-tertiary {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 3.2rem;
}

.title {
  font-family: "Cardo", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.15;
  margin-bottom: 2rem;
  color: #1e293b;
  text-align: center;
  margin-bottom: 4rem;
}
