@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap");
/* 
font-family: "Poppins", sans-serif;
*/
@font-face {
  font-family: Barbershop;
  src: url(../fonts/barbershop_in_thailand/Barbershop\ in\ Thailand.ttf);
}

:root {
  --primary: #fae1ad;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  height: fit-content !important;
  background-color: #fffbf0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.container {
  padding-inline: 32px;
  margin-inline: auto;
  max-width: 1280px;
}
a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
button {
  all: unset;
  cursor: pointer;
}
a,
button {
  transition: transform 0.2s ease-in-out;
}
.btn:enabled:hover,
a:hover,
button:enabled:hover {
  transform: scale(1.03) !important;
}
.btn:enabled:focus-visible,
a:focus-visible,
button:enabled:focus-visible {
  outline-width: 2px;
  outline-offset: 4px;
  outline-color: #000;
  outline-style: solid;
}
img,
video {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
section {
  padding-block: 84px;
}
h1 {
  color: #6b3f1c;
  font-family: Barbershop;
  text-align: center;
  font-size: 98px;
  font-style: normal;
  font-weight: 400;
  line-height: 72.619px; /* 73.439% */
  margin: 0;
}
h2 {
  font-family: Barbershop;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0;
}
h2.poppins {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.btn {
  display: flex;
  padding: 12px 44px;
  justify-content: center;
  align-items: center;
  border-radius: 58px;
  background: #000;
  box-shadow: 1px 2px 9px 0px rgba(255, 255, 255, 0.25);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 960px;
  }
  section {
    padding-block: 40px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 720px;
  }
  h1 {
    font-size: 60px;
    line-height: 51px; /* 127.5% */
  }
  h2 {
    font-size: 32px;
  }
  h2.poppins {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}
