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

/* ===== font ========= */
@font-face {
  font-family: poppins;
  src: url(../font/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: "raleway", sans-serif;
  src: url(../font/Raleway/Raleway-VariableFont_wght.ttf);
}
@font-face {
  font-family: lovelyn;
  src: url(../font/lovelyn/lovelyn-font.ttf);
}
body {
  font-family: poppins;
  font-size: 16px;
  font-weight: 400;
}

h1 {
  font-family: lovelyn;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}

h2, h3 {
  font-family: lovelyn;
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 2px;
  line-height: 1.5;
}

h4 {
  font-size: 30px;
  font-family: lovelyn;
  font-weight: 600;
  text-transform: capitalize;
}

h5 {
  font-size: 22px;
  font-family: "raleway", sans-serif;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  color: #f7b00b;
}

p {
  font-size: 18px;
}

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

ul li {
  list-style: none;
}

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

.primary-btn a {
  padding: 15px 30px;
  color: #fff;
  background: #FF69B3;
  font-size: 18px;
  transition: all 0.2s linear;
  text-transform: capitalize;
}

.primary-btn a:hover {
  background-color: #0F0607;
}

.secondary-btn a {
  padding: 15px 30px;
  color: #fff;
  border: 1px solid #fff;
  /* background:  #FF69B3; */
  font-size: 18px;
  transition: all 0.2s linear;
  text-transform: capitalize;
}

.secondary-btn a:hover {
  color: #fff;
  border: 1px solid #FF69B3;
  background: #FF69B3;
}

.section-padding {
  padding: 80px 0px;
}

img {
  width: 100%;
  height: auto;
}

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

/* ======= inner page ============ */
.inner-banner {
  padding: 130px 0px 100px;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../uploads/banner/inner-banner2.jpg);
  background-position: center;
  background-size: cover;
  /* background-attachment: fixed; */
}/*# sourceMappingURL=global.css.map */