@import url("noto-sans-thai-looped-oswald/stylesheet.css");
@import url("uikit.min.css");

body,
h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.wf {
  font-family: "Oswald", "Noto Sans Thai Looped", sans-serif !important;
}
mark {
  background-color: transparent;
  color: inherit;
}
a,
a:hover {
  text-decoration: none;
  color: inherit !important;
}

p {
  padding: 0;
  margin: 0;
}

/* stylelint-disable-next-line property-no-unknown */
html {
  scroll-behavior: smooth;
}
.uk-offcanvas-bar {
  background-color: rgb(118, 123, 128);
}

.uk-offcanvas-bar a {
  display: block;
  width: 100%;
  padding: 1em 0.05em;
  border-bottom: 0.05em solid #ddddddae;
  transition: all 0.3s ease-in-out;
}

.uk-offcanvas-bar a:hover {
  text-decoration: none;
  background-color: #666;
  padding-left: 0.5em;
}

.bg-secondary {
  /* Gradient background: top to bottom, from #f7b733 (orange) to #fc4a1a (red) */
  background: linear-gradient(180deg, #f9f9f9 0%, #efeeee 100%);
}
.bg-secondary-stronger {
  /* Gradient background: top to bottom, from #f7b733 (orange) to #fc4a1a (red) */
  background: #e3e2e2;
}
div > #footer-menu {
  margin: 1em 0;
}
#footer-menu a {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.75em;
  padding: 2px 6px;
  border: 1px solid #cedbe4;
  border-radius: 5px;
  margin: 1px;
  transition: all 0.3s ease-in-out;
}
#contact-on-header a {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#contact-on-header .button-link {
  margin-right: 7px;
}
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(249, 223, 188);
  border: 2px solid rgb(230, 199, 159);
  width: 50px;
  height: 50px;
  transition: background-color 0.3s ease;
}
.button-link:hover,
#footer-menu a:hover {
  background-color: rgb(224, 189, 143);
}
.highlight-text {
  color: #0d537e;
}

#topmenu {
  /* position: fixed;
  top: 0;
  left: 0; */
  width: 100%;
  z-index: 1000;
  background-color: #e9e7e7;
  padding: 5px;
  box-shadow: 0 2px 9px rgba(19, 18, 18, 0.1);
  border-bottom: 0.1em solid #ffffff;
}
#sideMenu a {
  margin: 2px 2px 2px 0;
}
.invite-bullet,
.benefit-bullet {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: orange;
  align-items: center;
  display: inline-flex;
  place-content: center;
  color: #ffffff;
  border: 5px solid rgb(251, 196, 95);
}
.benefit-bullet {
  background-color: #588633;
  border: 5px solid #86bd59;
}
section#benefits .uk-divider-small::after {border-top: 3px solid #86bd59; }
