/*==================================
Theme Color All Codes Variable
==================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cute+Font&family=Cutive&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
:root {
  --theme-general-color: #7b7c7e;
  /* theme general color used*/
}

@font-face {
  font-family: "Helvetica Neue Light";
  src: url("/assets/fonts/HelveticaNeueLight.otf") format("opentype");
  font-weight: 300; /* Light weight */
  font-style: normal; /* Regular style */
}

:root {
  --theme-primary-color: #ac7434;
  /* theme primary color used*/
}

:root {
  --theme-secondary-color: #353650;
  /* theme secondary color used*/
}

:root {
  --theme-white-color: #ffffff;
  /* theme white font color used*/
}

:root {
  --theme-light-color: #fcf9f8;
  /* theme light gray color used*/
}

:root {
  --theme-text-gray: #d8d8d8;
  /* theme text gray color used*/
}

:root {
  --theme-dark-color: #181b1e;
  /* theme dark color ok uded*/
}

:root {
  --theme-footer-color: #2d2d3c;
  /* theme dark color used*/
}

:root {
  --theme-primary-opacity-color: rgba(214, 176, 122, 0.7);
  /* theme secondary color used*/
}

:root {
  --theme-dark-opacity-color: rgba(24, 27, 30, 0.7);
  /* theme dark color used*/
}

:root {
  --theme-secondary-opacity-color: rgba(53, 54, 80, 0.7);
  /* theme secondary color used*/
}

:root {
  --theme-extra1-opacity-color: rgba(34, 144, 135, 0.7);
  /* theme secondary color used*/
}

:root {
  --theme-extra2-opacity-color: rgba(29, 45, 58, 0.7);
  /* theme secondary color used*/
}

/*==================================
Font Variable
==================================*/

/* :root {
  --theme-general-font: "Helvetica Neue Light", sans-serif;  
}

:root {
  --theme-highlight-font: "Barlow", serif;
}

:root {
  --theme-hiperlink-font: "Barlow", serif;
} */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--theme-highlight-font);
  color: var(--theme-secondary-color);
  font-weight: 500;
}

h1,
.h1 {
  font-size: 26px;
}

h2,
.h2 {
  font-size: 25px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
}
.dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: black;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.heading-txt-sec span {
  font-size: 13px;
  text-align: center;
}

.heading-txt-sec4 ul li {
  font-size: 13px;
}
