@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Kanit", sans-serif;
  font-weight: normal;
}

a {
  font-family: "Inter Tight", sans-serif;
}

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

.section-top-gap {
  padding-top: 80px;
}

.brand-section {
  background-color: #efefef;
  padding: 32px 0;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #15202e;
}

p {
  color: #525252;
}

.hero-text h1 {
  font-weight: 300;
  font-size: 50px;
}

.hero-text h2 {
  font-size: 50px;
  font-weight: 300;
}

.hero-text h2 span {
  font-size: 67px;
  font-weight: 400;
}

.red-text {
  color: #ff2942;
}

.site-btn {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  padding: 12px 26px;
  border-radius: 50px;
}

.site-btn img {
  max-width: 16px;
  margin-right: 5px;
}

.darkpurple-button {
  background-color: #22143e;
}

.gradient-button {
  background-image: linear-gradient(180deg, #5c36f0, #b051f5);
}

.cta-buttons h6 {
  font-weight: normal;
  margin-top: 15px;
}

span.member-wrapper span {
  color: #fc2f4d;
  font-size: 20px;
}

span.member-wrapper {
  font-size: 16px;
  font-weight: 300;
  background-color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
}

.cta-buttons-wrapper {
  gap: 15px;
}

.members {
  margin-top: 30px;
}

section.banner-section {
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
  padding-top: 120px;
}

.members {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.hero-text h2 {
  margin-bottom: 30px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
}

.purple-btn {
  background-color: #a54ef4;
}

.red-btn {
  background-color: #fc2f4d;
}

.header-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}

header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 45px;
}

header ul li a {
  color: #15202e;
  text-decoration: none;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: normal;
}

.section-title {
  margin-bottom: 30px;
}

.partner-logo img {
  margin: 0 auto;
}

.winner-card-top p {
  margin-bottom: 0;
}

.winner-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.winner-card-top span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #aaa;
  border: 1px solid #aaa;
  padding: 3px 10px;
  border-radius: 7px;
}

.winner-card-top span p {
  color: #aaa;
  font-weight: 300;
  font-size: 14px;
}

.winner-card-item > img {
  width: 100%;
  margin-top: 15px;
}

.winner-card-item > h3 {
  font-size: 22px;
  font-weight: normal;
  margin: 40px 0;
}

.winner-card-bottom {
  display: flex;
  justify-content: space-between;
}

.winner-card-left > span {
  color: #aaa;
  display: flex;
  font-size: 16px;
}

.winner-card-left > span img {
  margin-right: 7px;
}

.winner-card-right h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.winner-card-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}

.winner-card-left > span:first-child {
  margin-bottom: 5px;
}

.winner-card-item {
  box-shadow: 0 0 20px #0000001a;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
}

.winners-section {
  background-color: #fafafa;
}

.section-title h6 {
  font-weight: 300;
  color: #525252;
  margin-top: 15px;
  margin-bottom: 0;
}

.section-title h4 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: normal;
}

section.seatplay-works {
  background-color: #ecf7f8;
  padding: 80px 0;
}

.step-single-item {
  background-color: #fff;
  border-radius: 24px;
  padding: 35px 30px;
}

.steps-slider-items .slick-slide {
  margin: 0 15px;
}

.step-single-item {
  text-align: center;
}

.step-single-item h5 {
  font-size: 25px;
  font-weight: normal;
  margin: 15px 0;
}

.step-single-item p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.green-text {
  color: #16a34a;
}

.step-single-item .pill {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.pill.green {
  color: #16a34a;
  background-color: #dcfce7;
}

.pill.blue {
  color: #2563eb;
  background-color: #bfdbfe;
}

.pill.purple {
  color: #9333ea;
  background-color: #f3e7ff;
}

.step-single-item {
  opacity: 0.5;
  transition: 0.3s;
}

.slick-current .step-single-item {
  opacity: 1;
}

.step-single-item:hover {
  opacity: 1;
}

.possible-outcomes-section {
  margin-top: 80px;
}

.outcomes img {
  margin: 0 auto;
}

.step-single-item {
  text-align: left;
}

section.marketplace-section {
  background-color: #fff9ed;
  padding: 80px 0;
}

.step-single-item.active {
  opacity: 1;
}

.cta-buttons-wrapper {
  margin-top: 30px;
}

.market-place-items .step-single-item {
  box-shadow: 0 0 40px #0000000a;
}

.clients-sliders .slick-slide {
  margin: 0 10px;
}

section.clients-section {
  background-color: #fafafa;
}

.client-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
}

.client-item > img {
  margin: 0 auto;
  margin-bottom: 20px;
}

.testimonial-meta {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.testimonial-meta h4 {
  font-weight: normal;
  margin: 0;
}

.star-ratings {
  display: flex;
  align-items: center;
}

.client-item p {
  font-weight: 300;
}

ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

ul.slick-dots button {
  border: none;
  background-color: #8f8f8f;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  padding: 0;
}

li.slick-active button {
  background-color: #ff6838;
}

section.why-we-rock-section {
  padding: 80px 0;
}

section.why-we-rock-section .section-title h2 {
  color: #fff;
}

.rock-item {
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 16px;
}

.rock-item h4 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
}

footer,
.copyright-section {
  background-color: #000000;
}

.footer-box {
  text-align: center;
}

.footer-logo {
  margin-bottom: 50px;
}

.footer-box > * {
  color: #fff;
  font-weight: 300;
}

.footer-box a,
.footer-box a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-box a h4 {
  color: #fff;
  font-weight: 300;
}

.footer-box a p {
  color: #fff;
  font-weight: 300;
}

.social-media {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.copyright-text p {
  margin: 0;
  color: #fff;
  font-weight: 300;
}

section.copyright-section {
  border-top: 1px solid #ffffff4d;
  padding: 15px 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links span {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}

header ul li a:hover {
  color: #fc2f4d;
}

header ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  opacity: 1;
}

header ul li a {
  transition: 0.3s;
  position: relative;
}

header ul li a:after {
  content: "";
  width: 30%;
  height: 2px;
  background-color: red;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

section.why-we-rock-section {
  background-size: cover;
  background-position: center;
}

.mobile-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.mobile-header {
  position: absolute;
  width: 100%;
  padding-top: 15px;
}

.mobile-header {
  display: none;
}

.offcanvas-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.offcanvas-body ul li a {
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
}

.offcanvas-body {
  margin-top: 50px;
}

.mobile-logo img {
  max-width: 130px;
}
