@charset "UTF-8";
@import "./fonts/stylesheet.css";
@import "./animate.css";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.main {
  padding-top: 128px;
  overflow: hidden;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

h1 {
  font-weight: 500;
  font-size: 57px;
  line-height: 69px;
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 49px;
}
h2 span {
  font-weight: 500;
}

h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
}

h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
}

h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
