* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

/* ============ font =========== */

@font-face {
  font-family: poppins;
  src: url(../font/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: baskerville;
  src: url(../font/Libre_Baskerville/LibreBaskerville-Regular.ttf);
}

@font-face {
  font-family: dancing;
  src: url(../font/Dancing_Script/DancingScript-VariableFont_wght.ttf);
}

body {
  font-size: 16px;
  font-family: poppins;
  line-height: 24px;
}

h1, h2, h3, h4 {
  font-family: baskerville;
  line-height: 1.2;
  color: #262626;
}

h1 {
  font-size: 50px;
  text-transform: uppercase;
}

h3 {
  font-size: 40px;
  text-transform: uppercase;
}

.inner-page-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.inner-sub-title {
  font-size: 20px;
  color: #fff;
  padding: 10px 0px;
}

h4 {
  font-size: 26px;
}

/* ======= other style =========== */

.container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0px 20px;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
}

.sub-heading {
  font-size: 32px;
  color: #d7b65d;
  font-family: dancing;
  font-weight: 600;
}

.sub-heading a {
  color: #d7b65d;
}

.primary-btn a {
  color: #000000;
  display: inline-block;
  padding: 20px 30px;
  background-color: #d7b65d;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.primary-btn:hover i {
  color: #000000;
}

.section-padding {
  padding: 80px 0px 20px 0px;
}

.sticky {
  box-shadow: 0px 2px 20px 0px #d1d1d199;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0px;
  z-index: 999;
  background-color: #272727;
}

.sticky nav a {
  color: #fff;
}

/* =========== inner page ========= */

.inner-banner {
  padding: 222px 0px 80px;
  color: #fff;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner h3 {
  color: #fff;
  margin-bottom: 15px;
}

.inner-banner .breadcrumb a {
  color: #d7b65d;
}

.book-btn a {
  color: #d7b65d;
}
