* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* ======= color ======= */
:root {
  --white: #fff;
  --black: #1a1a1a;
  --red: #fd1d27;
  --yellow: #62a9db;
}

/* ========= font ======= */
@font-face {
  font-family: lexend;
  src: url(../font/Lexend/Lexend-VariableFont_wght.ttf);
}
@font-face {
  font-family: Arapey;
  src: url(../font/Arapey/Arapey-Regular.ttf);
}
body {
  font-family: lexend;
  overflow-x: hidden;
}

span {
  font-family: lexend;
}

.main-heading {
  font-size: 80px;
  font-family: Arapey;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 800;
  text-shadow: 0px 0px 12px #ff0202;
}

h3 {
  font-family: Arapey;
  font-size: 50px;
  font-weight: 500;
  color: var(--black);
}

h6 {
  color: var(--black);
  font-size: 20px;
  font-family: Arapey;
  font-weight: 600;
  line-height: 1.5;
}

h5 {
  font-size: 26px;
  font-family: Arapey;
  font-weight: 600;
}

h4 {
  font-size: 28px;
  font-family: Arapey;
  font-weight: 600;
}

p {
  color: #706e6e;
}

/* ====== other ====== */
a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1340px;
  margin: 0px auto;
  padding: 0px 20px;
}

.container-more {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  padding: 0px 20px;
}

.primary-btn a {
  display: inline-block;
  padding: 12px 25px;
  color: var(--white);
  background-color: var(--red);
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

.primary-btn a:hover {
  background-color: var(--yellow);
}

/* img {
  width: 100%;
} */
.sub-text {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sticky {
  box-shadow: 0px 2px 20px 0px rgba(209, 209, 209, 0.6);
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0px;
  z-index: 999;
  background-color: var(--white);
}
.sticky nav a {
  color: var(--black);
}

body {
  overflow-x: hidden;
}

/* ======== inner page ======= */
.inner-banner {
  padding: 130px 0px;
  background-size: cover;
  background-position: center;
  color: var(--white);
}/*# sourceMappingURL=globel.css.map */