
/* -------------------

  Developed By
  Ridhun Dev

---------------------*/


@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import "css/hero.css";
@import "css/home.css";
@import "css/footer.css";
@import "css/about.css";
@import "css/processes.css";
@import "css/services.css";
@import "css/contact.css";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
}

.section {
  position: relative;
}

.button-white {
  color: #041420;
  font-size: 1.0625rem;
  font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: capitalize;
  border-radius: 30px;
  background: #fff;
  padding: 10px 24px;
  font-weight: 500;
}

.title-60 {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 2rem + 2.5vw, 5rem);
  /* font-size: 80px; */
}

.title-60 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.65rem + 1.7500000000000002vw, 3.75rem);
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  /* font-size: 60px; */
  /* line-height: 65px; */
}

.section-title {
  color: #1d5078;
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  /* font-size: 20px; */
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.para-text-20 {
  font-size: 1rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  line-height: normal;
}

.para-text-18 {
  font-size: 1rem;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  line-height: normal;
}

img {
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .t-m1rem {
    margin-top: 1rem;
  }
  .b-m1rem {
    margin-bottom: 1rem;
  }
}

/* padding */
.t-1rem {
  padding-top: 1rem;
}
.b-1rem {
  padding-bottom: 1rem;
}

.t-2rem {
  padding-top: 2rem;
}
.b-2rem {
  padding-bottom: 2rem;
}

.t-3rem {
  padding-top: 3rem;
}
.b-3rem {
  padding-bottom: 3rem;
}

.t-4rem {
  padding-top: 4rem;
}
.b-4rem {
  padding-bottom: 4rem;
}

.t-5rem {
  padding-top: 5rem;
}
.b-5rem {
  padding-bottom: 5rem;
}

.t-6rem {
  padding-top: 6rem;
}
.b-6rem {
  padding-bottom: 6rem;
}

.t-7rem {
  padding-top: 7rem;
}
.b-7rem {
  padding-bottom: 7rem;
}

.t-8rem {
  padding-top: 8rem;
}
.b-8rem {
  padding-bottom: 8rem;
}

.t-9rem {
  padding-top: 9rem;
}
.b-9rem {
  padding-bottom: 9rem;
}

.t-10rem {
  padding-top: 10rem;
}
.b-10rem {
  padding-bottom: 10rem;
}

@media (max-width: 600px) {
  .t-6rem {
    padding-top: 4rem;
  }
  .b-6rem {
    padding-bottom: 4rem;
  }
  .t-7rem {
    padding-top: 5rem;
  }
  .b-7rem {
    padding-bottom: 5rem;
  }

  .t-8rem {
    padding-top: 5rem;
  }
  .b-8rem {
    padding-bottom: 5rem;
  }

  .t-5rem {
    padding-top: 3rem;
  }
  .b-5rem {
    padding-bottom: 3rem;
  }
}

button:focus:not(:focus-visible) {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.navbar-toggler {
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-toggler:hover {
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}
