@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BoldItalic.woff2") format("woff2"),
    url("../fonts/Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BookItalic.woff2") format("woff2"),
    url("../fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BlackItalic.woff2") format("woff2"),
    url("../fonts/Gotham-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.woff2") format("woff2"),
    url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"),
    url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"),
    url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-LightItalic.woff2") format("woff2"),
    url("../fonts/Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-MediumItalic.woff2") format("woff2"),
    url("../fonts/Gotham-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Thin.woff2") format("woff2"),
    url("../fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"),
    url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-ThinItalic.woff2") format("woff2"),
    url("../fonts/Gotham-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-XLight.woff2") format("woff2"),
    url("../fonts/Gotham-XLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Ultra";
  src: url("../fonts/Gotham-UltraItalic.woff2") format("woff2"),
    url("../fonts/Gotham-UltraItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Ultra";
  src: url("../fonts/Gotham-Ultra.woff2") format("woff2"),
    url("../fonts/Gotham-Ultra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-XLightItalic.woff2") format("woff2"),
    url("../fonts/Gotham-XLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/*==================================================
    General
==================================================*/

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

html {
  /*scroll-behavior:unset !important*/
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;

  position: relative;
  overflow-x: hidden;

  /* overscroll-behavior: contain; */
}

:root {
  --bs-body-color: var(--color-primary);
  --bs-body-bg: #fff;
  --bs-body-text-align: left;
  --bs-body-font-weight: var(--fw-300);
  --bs-body-line-height: 1.6;
  --bs-body-font-size: var(--fs-18);
  --bs-body-font-family: "Kanit", sans-serif;
  --bs-link-hover-color: var(--color-primary);

  --fs-128: 126px;
  --fs-62: 62px;
  --fs-42: 42px;
  --fs-26: 26px;
  --fs-21: 21px;
  --fs-18: 18px;
  --fs-15: 15px;

  --body-rgb-a: 1;
  --bs-light-rgb: 245, 245, 245;
  --rgb-white: 255, 255, 255;

  --color-primary: #531151;
  --color-title: #511153;

  --card-border-radius: 20px;

  --animation-primary: 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  --animation-navigation-fade: 0.3s ease-in-out;

  /* --header-height:85px;
  --navbar-brand:150px;

  --header-height-scrolling:60px;
  --navbar-brand-scrolling:80px;  */

  --padding-90: 90px;
  --padding-80: 80px;
  --padding-75: 70px;
  --padding-50: 50px;
  --padding-30: 30px;

  /* --fw-200:200;
  --fw-300:200;
  --fw-400:300;
  --fw-500:400;
  --fw-600:500;
  --fw-700:600;
  --fw-800:700;
  --fw-900:800; */

  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;

  --gap: 0.75rem;
  --fill-active: hsl(204, 23%, 20%);
  --accent-color: hsl(198, 86%, 53%);
  --fill-primary: hsl(204, 3%, 47%);
}

.left {
  float: left;
}
.right {
  float: right;
}

@media (max-width: 1550px) {
  :root {
    --padding-90: 70px;
  }
}

@media (max-width: 1400px) {
  :root {
    --fs-128: 110px;
    --fs-62: 58px;
    --fs-26: 24px;
    --fs-21: 19px;
    --fs-18: 17px;
  }
}

@media (max-width: 1280px) {
  :root {
  }
}

@media (max-width: 1199px) {
  :root {
    --padding-90: 50px;

    --fs-128: 90px;
    --fs-62: 48px;
    --fs-18: 16px;
  }
}

@media (max-width: 1024px) {
  :root {
    --header-height-scrolling: var(--header-height);
  }
}

@media (max-width: 991.98px) {
  :root {
    --fs-128: 76px;
    --fs-21: 17px;
  }
}
@media (max-width: 670px) {
  :root {
    --padding-90: 40px;

    --fs-26: 20px;
  }
}

@media (max-width: 575px) {
  :root {
    --fs-128: 45px;
    --fs-62: 35px;
    --fs-42: 35px;
    --fs-18: 15px;
  }
}
.highlight {
  color: var(--color-primary);
}
.font-gotham {
  font-family: "Gotham" !important;
  font-weight: var(--fw-600) !important;
}
.modal-open {
  touch-action: none;
  overscroll-behavior: contain;
}

.modal-backdrop {
  overscroll-behavior: contain;
  --bs-backdrop-opacity: 0.8;
  --bs-backdrop-zindex: 1051;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}

.star {
  color: #ff3e40;
}

.form-control,
.form-select,
.form-selects {
  --input-h: 36px;
  -webkit-appearance: none;
  padding: 0 15px;

  font-weight: var(--fw-400);
  font-family: inherit;
  font-size: var(--fs-18);
  border: 1px solid rgba(153, 29, 148, 1);

  height: var(--input-h);
  line-height: calc(var(--input-h) - 2px);
  background: #fff;
  border-radius: 50px;
  color: #531151;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-control::placeholder {
  opacity: 1;
  color: #8d93a5;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #8d93a5;
}

.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #8d93a5;
}

.form-control.disabled,
.form-control:disabled,
.form-control[readonly] {
  background: #f6f6f6;
  border-color: #d3d3d3;
}

.form-control.bg-light {
  background-color: #f7f7fc !important;
  border-color: #f7f7fc !important;
}

.form-select,
.form-selects {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23531151' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-size: 12px;
  background-repeat: no-repeat;
}

.form-control:focus,
.form-select:focus {
  background-color: #fff;
  outline: 0;
  border-color: #531151;
  box-shadow: none !important;
}

.form-select.w-200 {
  width: 200px;
}
textarea.form-control {
  height: 120px;
  line-height: normal;
  padding-top: 10px;
}
textarea.form-control.h-180 {
  height: 180px;
}

div.form-control {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-check {
  position: relative;
  padding-left: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.form-check .form-check-border.radio {
  border-radius: 50%;
  background: linear-gradient(-203deg, #991d94 24%, #531151 100%);
  width: 20px;
  height: 20px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-check .form-check-border {
  background: linear-gradient(-203deg, #991d94 24%, #531151 100%);
  width: 20px;
  height: 20px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-check.lg {
  gap: 15px;
}
.form-check.lg .form-check-border.radio {
  width: 34px;
  height: 34px;
}
.form-check.lg label {
  font-size: var(--fs-21);
  font-weight: var(--fw-500);
}
.form-check .form-check-input {
  width: 100%;
  height: 100%;
  margin-right: 0;
  border-width: 0;
  position: relative;
  margin-left: 0;
  margin-top: 0;
  border-radius: 3px;
  flex-shrink: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none !important;
}
.form-check .form-check-input[type="radio"],
.form-check .form-check-input[type="checkbox"].circle {
  border-radius: 50%;
}

.form-check .form-check-input[type="radio"]:checked,
.form-check .form-check-input[type="checkbox"].circle:checked {
  background-color: #fff;
  background-image: url(../img/icons/radio-dot.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 62%;
}
.form-check label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: inherit;
  color: #531151;
}
.form-check-input:checked[type="checkbox"],
.form-check-input.rounded:checked[type="radio"] {
  background-color: transparent;
}

.form-check-input:checked[type="checkbox"] {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: #531151;
  border-color: #531151;
}
.form-select [data-bs-toggle] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--title-color);
  padding-top: 2px;
  opacity: 0.5;
  outline: 0 !important;
}
.form-select [data-bs-toggle].selected {
  opacity: 1;
}
.form-select [data-bs-toggle] .icons {
  top: -2px;
}
.form-select.dropdown {
  padding: 0 10px;
  position: relative;
  z-index: 100;
}
.form-select.dropdown:hover {
  border-color: rgba(86, 208, 201, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(80, 203, 239, 0.25);
}
.form-select .dropdown-menu {
  border-radius: 8px;
  margin-top: 0;
  padding: 0px;
  top: 100%;
  left: 0;
  z-index: 11;
  margin-top: 4px;

  transition: all 0.45s;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.form-select .dropdown-menu:before,
.form-select .dropdown-menu:after {
  display: none;
}
.form-select .dropdown-menu > li {
  border-bottom: 0;
}
.form-select .dropdown-menu > li {
  font-size: 14px;
  padding: 7px 10px;
  outline: none;
  text-align: left;
  transition: all 0.2s;
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: normal;
  border-bottom: 0;
  cursor: pointer;
  transition: all 0.25s;
}
.form-select .dropdown-menu > li:hover,
.form-select .dropdown-menu > li.active {
  background-color: var(--bs-dropdown-link-hover-bg);
}
.form-group {
  display: block;
  position: relative;
  z-index: 10;
}
.form-group h6 {
  font-weight: var(--fw-500);
  font-size: var(--fs-21);
  margin-bottom: 10px;
  color: #531151;
}
.form-group span.error {
  color: #df1642;
  padding-top: 5px;
  /* margin-top: -15px;  */
  display: block;
}

.form-group.rows {
  display: flex;
  align-items: center;
}
.form-group.rows h6 {
  margin: 0;
}

.form-group .group {
  position: relative;
  display: block;
}
.form-group .group .icons {
  position: absolute;
  top: 0 !important;
  right: 15px;
  bottom: 0 !important;
  width: 16px;
  height: auto;

  transition: none;
  z-index: 1;
}

.form-group .group .icons.left {
  left: 10px;
  right: auto;
}
.form-group .group .icons.left.w-20 {
  left: 14px;
}
.form-group .group .icons.left + .form-control {
  padding-left: 45px;
}

.form-group .error + .icons {
  bottom: 31px !important;
}
.form-group .error[style] + .icons {
  bottom: 0 !important;
}
.error + .form-select {
  border-color: #df1642;
}

.form-select + .error {
  position: absolute;
  left: 0;
  top: 100%;
  line-height: 0.9;
}

select.form-select.error {
  display: none !important;
}

.btn {
  --btn-h: 45px;
  position: relative;
  padding: 0 20px;
  height: var(--btn-h);
  line-height: calc(var(--btn-h) - 2px);
  transition: all 0.25s ease-in-out;
  font-weight: var(--fw-400);
  font-size: var(--fs-18);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  --bs-btn-border-width: 0;
  --bs-btn-border-radius: 60px;

  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color-primary);

  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn span {
  position: relative;
  z-index: 10;
}
.btn-black {
  --bs-btn-border-width: 1px;
  --bs-btn-border-radius: 30px;
  --bs-btn-bg: #121212;
}
.btn-gray {
  --bs-btn-bg: #727272;
}
.btn-outline {
  --bs-btn-border-width: 1px;
  --bs-btn-border-radius: 30px;
  --bs-btn-bg: #fff;
  --bs-btn-color: #161616;
  --bs-btn-border-color: #d4d4d4;
}

.btn-gradient {
  --bs-btn-bg: transparent;
  --bs-btn-hover-bg: var(--bs-btn-bg);
}
.btn-gradient:before,
.btn-gradient:after,
.btn-gray:before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(-203deg, #991d94 24%, #531151 100%);
  border-radius: 50px;
  transition: all 0.35s;
}

.btn-gradient.style-2:before,
.btn-gradient.style-2:after {
  /* background:linear-gradient(-203deg, #991D94 24%, #531151 100%);  */
  background: linear-gradient(121.3deg, #ec008c 0%, #3700ff 100%);
}

.btn-gradient:after {
  z-index: 10;
  transform: rotate(-180deg);
  opacity: 0;
}
.btn-gradient .icons,
.btn-gradient span {
  position: relative;
  z-index: 110;
}
.pc .btn-gradient:hover:after {
  opacity: 1;
}
.btn-gray:before {
  opacity: 0;
}
.pc .btn-gray:hover:before {
  opacity: 1;
}
.btn-xl {
  --btn-h: 62px;
  font-size: 21px;
}

.btn svg,
.btn img {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.rounded {
  border-radius: 50px !important;
}

.btn:focus,
.btn:active,
button:focus,
button:active,
a:focus,
a:active {
  /* outline: none;
   box-shadow: none; */
}

.btn.disabled,
.btn:disabled {
  pointer-events: none;
}

.shadow-0 {
  box-shadow: none !important;
}

.buttons {
  display: flex;
  text-align: center;
  gap: 20px;
  justify-content: center;

  padding: 30px 0;
}
.btn.w-110 {
  width: 110px;
}
.btn.w-150 {
  width: 150px;
}
.btn.w-210 {
  width: 210px;
}

.rounded-3 {
  border-radius: 3px !important;
}
.rounded-12 {
  border-radius: 12px !important;
}
.rounded {
  border-radius: 50% !important;
}

.py-90 {
  padding: var(--padding-90) 0 !important;
}
.pt-90 {
  padding-top: var(--padding-90) !important;
}
.pb-90 {
  padding-bottom: var(--padding-90) !important;
}

.py-80 {
  padding: var(--padding-80) 0 !important;
}
.pt-80 {
  padding-top: var(--padding-80) !important ;
}
.pb-80 {
  padding-bottom: var(--padding-80) !important ;
}

.py-70 {
  padding: var(--padding-75) 0 !important;
}
.pt-70 {
  padding-top: var(--padding-75) !important;
}
.pb-70 {
  padding-bottom: var(--padding-75) !important ;
}

.py-50 {
  padding: var(--padding-50) 0 !important;
}
.pt-50 {
  padding-top: var(--padding-50) !important;
}
.pb-50 {
  padding-bottom: var(--padding-50) !important ;
}

.py-30 {
  padding: var(--padding-30) 0 !important;
}
.pt-30 {
  padding-top: var(--padding-30) !important;
}
.pb-30 {
  padding-bottom: var(--padding-30) !important ;
}

hr {
  border-color: #ebebeb;
  opacity: 1;
}

svg path,
svg rect,
svg line,
svg circle,
svg polygon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1280px) {
  .form-check.lg .form-check-border.radio {
    width: 28px;
    height: 28px;
  }
  .form-check .form-check-input[type="radio"]:checked,
  .form-check .form-check-input[type="checkbox"].circle:checked {
    background-size: 61%;
  }

  .form-group h6 {
    font-size: var(--fs-18);
  }
}

@media (max-width: 670px) {
  .form-check.lg label {
    font-size: var(--fs-18);
  }
  .form-check.lg .form-check-border.radio {
    width: 23px;
    height: 23px;
  }

  .btn-xl {
    font-size: 18px;
    --btn-h: 58px;
  }
}
@media (max-width: 575px) {
  .form-group.rows {
    display: block;
  }
  .form-group.rows h6 {
    margin-bottom: 8px;
    width: auto !important;
  }
}
/*==================================================
    Icon Setup
==================================================*/

.icons {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
  opacity: 1;

  --icon-size: 16px;
  width: var(--icon-size);
  height: var(--icon-size);
}
.icons.before:before,
.icons.before:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}
.btn .icons.before:before {
  opacity: 1;
}
.btn .icons.before:after {
  opacity: 0;
}
.pc .btn:hover .icons.before:before {
  opacity: 0;
}
.pc .btn:hover .icons.before:after {
  opacity: 1;
}

img.icons,
svg.icons {
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}
.icons.w-18 {
  --icon-size: 18px;
}
.icons.w-20 {
  --icon-size: 20px;
}
.container-fluid {
  max-width: 1920px;
  --padding-x: 80px;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  position: relative;
  z-index: 9;
}

.container {
  --padding-x: 50px;
  max-width: calc(1120px + (var(--padding-x) * 2));
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  position: relative;
  z-index: 9;
}

.section-target {
  position: absolute;
  top: calc((var(--header-height) + 0px) * -1);
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.section {
  display: block;
  position: relative;
  flex: 1 1 auto;
  --padding-top: 70px;
  --padding-bottom: 70px;

  padding: var(--padding-top) 0 var(--padding-bottom);
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.compensate-for-scrollbar .header {
  right: 0;
}
body.fancybox-active {
  overflow: visible !important;
  padding-right: 0 !important;
}

@media (max-width: 1800px) {
}
@media (max-width: 1550px) {
  .container-fluid {
    --padding-x: 70px;
  }
}

@media (max-width: 1199px) {
  .container,
  .container-fluid {
    --padding-x: 50px;
  }
}

@media (max-width: 991.98px) {
  .container-fluid {
    --padding-x: 30px;
  }

  .section {
    --padding-top: 40px;
    --padding-bottom: 40px;
  }
}
@media (max-width: 670px) {
  .container {
    --padding-x: 30px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    --padding-x: 20px;
  }

  /* .section-target{top: -60px;} */
  .section {
    --padding-top: 35px;
    --padding-bottom: 35px;
  }
}

/*==================================================
    Header Setup
==================================================*/
.fw-light {
  font-weight: var(--fw-300) !important;
}
.fw-400 {
  font-weight: var(--fw-400) !important;
}
.fw-500 {
  font-weight: var(--fw-500) !important;
}
.fw-600 {
  font-weight: var(--fw-600) !important;
}
.fw-700 {
  font-weight: var(--fw-700) !important;
}

.title-main {
  color: var(--title-color);
}

b,
strong {
  font-weight: var(--fw-600);
  font-family: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: var(--fw-600);
  font-style: normal;
  line-height: 1.2;
  position: relative;
  padding-top: 2px;
}
.nowrap {
  white-space: nowrap;
}

.h1,
h1 {
}
.h2,
h2 {
  font-size: var(--fs-26);
  color: var(--color-title);
}
.h3,
h3 {
}
.h4,
h4 {
}
.h5,
h5 {
}
.h6,
h6 {
}

.header,
.navbar-brand,
.navbar-brand img {
  transition: all 0.3s;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: auto;
  z-index: 1020;
  display: block;
  height: var(--header-height);
  background-color: transparent;
}

.header .container,
.header .container-fluid {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 400;
  position: relative;
  justify-content: space-between;
}

.dropdown-menu {
  --bs-dropdown-border-radius: 12px;
  --bs-dropdown-border-color: #fbfbfb;
  --bs-dropdown-bg: #fbfbfb;
  --bs-dropdown-font-size: var(--fs-15);
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 4px;
  --bs-dropdown-spacer: 0;
  --bs-dropdown-min-width: 0;
  --bs-dropdown-link-hover-bg: rgba(241, 241, 241, 0.3);
  --bs-dropdown-border-width: 0;

  opacity: 0;
  display: block;
  pointer-events: none;
  transition: all 0.35s;
  top: 110%;
}
.dropdown-menu > li > a {
  display: flex;
  gap: 10px;
  padding: 8px 15px;
  color: var(--bs-dropdown-color);
  align-items: center;
}
.dropdown-menu > li {
  border-bottom: 1px solid var(--bs-dropdown-border-color);
}
.dropdown-menu > li:last-child {
  border: 0;
}
.dropdown-menu > li > a:hover {
  background-color: var(--bs-dropdown-link-hover-bg);
}

.pc li.dropdown:hover .dropdown-menu,
.dropdown-menu.show {
  top: 100%;
  pointer-events: all;
  opacity: 1;
}

.avatar {
  --avatar-size: 40px;
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
  flex-shrink: 0;
}

@media (min-width: 1025px) {
  .nav-main {
    --padding: 18px;
  }
  .nav-main > li > a {
    color: var(--bs-body-color);
    font-size: 14px;
    font-weight: var(--fw-400);
    padding: 0 var(--padding);
  }
}

@media (min-width: 1281px) {
}

/*==================================================
   Menu
==================================================*/

.btn.btn-icon {
  padding: 0 !important;
  border: 0 !important;
  z-index: 1060;
  border-radius: 0;
  position: fixed;
  top: 20px;
  right: 20px;
  overflow: visible;
  box-shadow: none;
  opacity: 1 !important;
  display: block;
  z-index: 1098;

  --btn-h: 66px;
  width: var(--btn-h);
}
.btn-icon:before,
.btn-icon:after {
  opacity: 0;
}
.scrolling .btn-icon:before,
.scrolling .btn-icon:after {
  opacity: 1;
}
.btn-icon .group {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 19px;
  margin: 0 auto 0;
}
.btn-icon .group span {
  height: 2px;

  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
  -webkit-transform-origin: 25px, 1px;
  -ms-transform-origin: 25px, 1px;
  transform-origin: 25px, 1px;
}
.btn-icon .group span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: all 0.25s ease-in-out;
}

.btn-icon .group span:nth-child(1) {
  top: 0;
  -webkit-transition: -webkit-transform 0.33s 0s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98),
    -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
}

.btn-icon .group span:nth-child(2) {
  top: 9px;
  -webkit-transition: -webkit-transform 0.21s 0.175s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: -webkit-transform 0.21s 0.175s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98),
    -webkit-transform 0.21s 0.175s cubic-bezier(0.72, 0.01, 0.28, 0.98);
}

.btn-icon .group span:nth-child(3) {
  top: 18px;
  -webkit-transition: -webkit-transform 0.33s 0s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98),
    -webkit-transform 0.33s 0s cubic-bezier(0.72, 0.01, 0.28, 0.98);
}
.nav-opened .btn-icon .group span:nth-child(1) {
  -webkit-transition: -webkit-transform 0.33s 0.45s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98),
    -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  -webkit-transform: rotate(45deg) translate3d(6px, 6px, 0);
  transform: rotate(45deg) translate3d(6px, 6px, 0);
}

.nav-opened .btn-icon .group span:nth-child(2) {
  -webkit-transition: -webkit-transform 0.21s 0.25s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98),
    -webkit-transform 0.21s 0.25s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.nav-opened .btn-icon .group span:nth-child(3) {
  -webkit-transition: -webkit-transform 0.33s 0.45s
    cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  transition: transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98),
    -webkit-transform 0.33s 0.45s cubic-bezier(0.72, 0.01, 0.28, 0.98);
  -webkit-transform: rotate(-45deg) translate3d(6px, -6px, 0);
  transform: rotate(-45deg) translate3d(6px, -6px, 0);
}
.navbar-slidebar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 90px;

  z-index: 1025;
  overflow: hidden;
  background: linear-gradient(121.3deg, #991d94 34%, #531151 100%);
  align-items: normal;
  -ms-flex-align: normal;

  pointer-events: none;

  display: flex;
  flex-direction: column;

  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);

  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.nav-opened .navbar-slidebar {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.nav-opened .btn-icon::before,
.nav-opened .btn-icon::after {
  opacity: 0;
}
.nav-main {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.nav-main > li {
  display: block;
  text-align: center;
  width: 100%;
  height: 40px;
}

.nav-main li a {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 0;
  color: #fff;
}
.pc .nav-main li a:hover {
  opacity: 0.75;
}

.nav-sub {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.nav-sub > li {
  display: block;
  text-align: center;
  width: 100%;
}

.nav-sub li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 0;
  color: #fff;
}
.pc .nav-sub li a:hover {
  opacity: 0.75;
}

.navbar-footer {
  position: relative;
  padding: 40px 0 20px;
  font-size: var(--fs-18);
  color: #fff;
  font-weight: 400;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-footer p {
  margin: 1px 0;
  line-height: 1.6;
  font-weight: 300;
}
.navbar-footer p a {
  border-bottom: 1px solid var(--black);
  display: inline-block;
  line-height: 1.2;
}
.navbar-footer h6 {
  font-weight: 500;
  margin-bottom: 20px;
}
.navbar-footer .nav-footer {
  gap: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navbar-footer .nav-footer li {
  width: auto;
}
.navbar-footer .nav-footer li:nth-child(1) {
  max-width: 330px;
  width: 100%;
}
.navbar-footer .nav-footer li:nth-child(2),
.navbar-footer .nav-footer li:nth-child(3) {
  white-space: nowrap;
}
.page-blocker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s;
}

.btn-language {
  right: 85px !important;
  background: transparent !important;
  color: #991d94 !important;
}

@media (max-width: 1280px) {
  .navbar-slidebar {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1024px) {
  .navbar-footer {
    font-size: 14px;
  }
}

@media (max-width: 670px) {
  .btn.btn-icon {
    --btn-h: 55px;
    top: 15px;
    right: 15px;
  }

  .btn-language {
    right: 70px !important;
    background: transparent;
  }
}
@media (max-width: 575px) {
  .navbar-slidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-footer {
    padding: 30px 0 0;
  }
  .navbar-footer .nav-footer {
    flex-direction: column;
    gap: 10px;
  }

  .nav-main li a {
    font-size: 28px;
  }

  .btn.btn-icon {
    --btn-h: 50px;
  }

  .btn-icon .group {
    width: 25px;
    height: 17px;
  }

  .btn-icon .group span:nth-child(2) {
    top: 8px;
  }

  .btn-icon .group span:nth-child(3) {
    top: 16px;
  }
  .nav-opened .btn-icon .group span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate3d(6px, 6px, 0);
    transform: rotate(45deg) translate3d(6px, 6px, 0);
  }

  .nav-opened .btn-icon .group span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    transform: rotate(-45deg) translate3d(5px, -5px, 0);
  }
}

@media (max-height: 510px) {
  .navbar-footer {
    display: none;
  }
}

/*==================================================
   Section
==================================================*/

.page {
  display: flex;
  position: relative;
  overflow: hidden;
  padding-top: var(--header-height);
  flex-direction: column;
  min-height: 100%;
}
.page-light {
  background-color: #f5f5f5;
}
.preload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1090;
  display: flex;
}

.loader {
  width: 34px;
  height: 34px;
  margin: auto;
  display: block;
  border-top: 3px solid #d9306a;
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.section-full {
  min-height: 100vh;
  min-height: calc(var(--vhs, 1vh) * 100) !important;
  display: flex;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  pointer-events: none;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background.fixed {
  background-attachment: fixed;
}
.device .background.parallaxie,
.device .background.fixed {
  background-attachment: scroll !important;
  background-position: center center !important;
}

@media (max-width: 1199px) {
  .background.parallaxie {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
}

.section {
  position: relative;
}
.section.h-full {
  min-height: 100vh;
}

.section-title {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  padding-top: 0px !important;
  padding-bottom: 30px;
}

.hgroup {
  display: block;
  padding: 0;
}
.hgroup.center {
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.hgroup .group {
  position: relative;
}
.hgroup .line-animate {
  margin-top: 8px;
}

.card {
  position: relative;
}
.card-photo {
  position: relative;
  overflow: hidden;
  display: block;
}

.card-photo .photo {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.35s ease 0s;
}
.card-photo .photo img {
  width: 100%;
}

.card-photo.rounded,
.card-photo.rounded .photo {
  border-radius: 10px;
}
.card-body {
  color: inherit;
}

.card-link {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 100;
  z-index: 20 !important;
}
.card h3,
.card p,
.card .card-body {
  transition: all 0.2s ease 0s;
}

.section-banner {
  position: relative;
  padding: 0 !important;
}

.section-body {
  flex: 1 1 auto;
  /* padding-top:var(--header-height); */
  --padding-top: 40px;
}
.section-breadcrumb {
  padding-top: var(--header-height);
}
.textrow {
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 45px;
}
.textrow > span {
  display: inline-block;
}

.link-effect {
  position: relative;
  display: inline-block;
  color: var(--color-primary);
}
.link-effect:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  transform: scaleX(0) rotate(0.001deg);
  transform-origin: right;
  transition: transform var(--animation-primary),
    background-color var(--animation-navigation-fade);
}

.pc .link-effect:hover:before {
  transform: scaleX(1) rotate(0.001deg);
  transform-origin: left;
}
.link-effect.link-white {
  color: #fff;
}
.link-effect.link-white:before {
  background-color: #fff;
}

@media (max-width: 1440px) {
  .section-body {
    --padding-top: 30px;
  }
}
@media (max-width: 1280px) {
  .section-title {
    padding: 20px 0;
  }
}

@media (max-width: 670px) {
  .section-title {
    padding: 15px 0;
    gap: 5px;
  }
}

/*==================================================
   Home - Banner
==================================================*/

.pt-body {
  padding-top: var(--header-height) !important;
}

.section-banner {
  background-image: url(../img/thumb/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  /* max-height: 800px; */
  overflow: hidden;
}
.section-banner.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.caption-group {
  position: absolute;
  top: 0;
  display: flex;
  z-index: 100;
  gap: 0;

  top: 5%;
  left: 5%;
  right: 5%;
  gap: 4vw;
  justify-content: center;
}
.caption-group .caption {
  position: relative;
  z-index: 100;
}
.caption-group h1,
.caption-group h2,
.caption-group h6 {
  color: #fff;
  position: relative;
}
.caption-group h6 > span {
  position: relative;
  z-index: 10;
}
.caption-group h1 {
  font-weight: 500;
  font-size: 60px;
  text-shadow: 0px 4px 20px #991d95;
}
.caption-group h2 {
  font-weight: 400;
  font-size: 44px;
  text-shadow: 0px 4px 20px #991d95;
}

.caption-group h6 {
  font-weight: 700;
  font-family: "Gotham";
  font-size: 89px;
  background: linear-gradient(111.24deg, #ec008c 26.26%, #3700ff 69.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.pattern-group-boxed {
  position: relative;

  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.pattern-group {
  padding: 0;
  margin: 0;
  list-style-type: none;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pattern-group img {
  width: 100%;
  height: auto;
}
.pattern-group li {
  padding: 0;
  margin: 0;
  position: absolute;
}

.pattern-group li.pagoda {
  width: 16.6%;
  left: -3.4%;
  bottom: -1%;
}

.pattern-group li.statue {
  width: 16.6%;
  left: 6.8%;
  bottom: -1%;
}

.pattern-group li.number-35 {
  width: 9.3%;
  left: 22.5%;
  bottom: 7%;
}
.pattern-group li.sao-ching-cha {
  width: 16%;
  left: 23.7%;
  bottom: -3%;
}
.pattern-group li.radial {
  width: 35.7%;
  left: 5%;
  top: 6%;
}
.pattern-group li.radial2 {
  width: 35.7%;
  right: 5%;
  top: 6%;
}
.pattern-group li.radial-2 {
  width: 41.3%;
  right: 0;
  bottom: 8%;
}
.pattern-group li.mascot {
  width: 46%;
  left: 43%;
  bottom: -12.4%;
  z-index: 10;
}
.pattern-group li.mascot2 {
  width: 28%;
  right: 6%;
  bottom: -5.4%;
  z-index: 10;
}
.pattern-group li.bridge {
  width: 38%;
  left: 26%;
  bottom: -7.4%;
  z-index: 10;
}
.pattern-group li.thai-pattern {
  width: 25%;
  right: -13%;
  top: 8%;
}
.caption-group .logo {
  width: 34vw;
}

@media (min-width: 1551px) {
  .section-banner {
    height: 50vw;
  }

  .section-banner-award {
    height: 30vw !important;
  }

  .caption-group h1 {
    font-size: 4vw;
  }
  .caption-group h2 {
    font-size: 2.9vw;
  }
  .caption-group h6 {
    font-size: 5.8vw;
  }
  .caption-group .logo {
    width: 31vw;
  }

  .pattern-group li.mascot {
    width: 43%;
    left: 43.5%;
    bottom: -11.4%;
  }
  .pattern-group li.mascot2 {
    width: 26%;
    right: 10%;
    bottom: -6.4%;
  }
  .pattern-group li.radial-2 {
    width: 43%;
    bottom: 4%;
  }
}

@media (max-width: 1550px) {
  .section-banner {
    height: 52vw;
  }

  .section-banner-award {
    height: 32vw !important;
  }
  .caption-group h1 {
    font-size: 4vw;
  }
  .caption-group h2 {
    font-size: 2.9vw;
  }
  .caption-group h6 {
    font-size: 5.9vw;
  }
  .caption-group .logo {
    width: 30vw;
  }
}
@media (max-width: 1280px) {
  .section-banner {
    height: 56vw;
  }
  .section-banner-award {
    height: 32vw !important;
  }

  .caption-group {
    gap: 3vw;
    top: 8%;
  }

  .pattern-group li.mascot {
    bottom: -10.4%;
  }
}

@media (max-width: 991.98px) {
  .section-banner {
    height: 70vw;
  }
  .section-banner-award {
    height: 45vw !important;
  }
  .caption-group {
    top: 12%;
  }
  .pattern-group li.radial {
    width: 42.7%;
    left: 2%;
    top: 16%;
  }
  .pattern-group li.radial2 {
    width: 42.7%;
    right: 2%;
    top: 16%;
  }
  .pattern-group li.mascot {
    bottom: -7.4%;
  }
  .pattern-group li.mascot2 {
    bottom: -6.4%;
  }

  .pattern-group li.thai-pattern {
    width: 35%;
    right: -18%;
    top: 10%;
  }
}

@media (max-width: 575px) {
  .caption-group {
    top: 70px;
    left: 0;
    right: 0;
  }

  .caption-group h1 {
    font-size: 4.4vw;
  }
  .caption-group h2 {
    font-size: 3.2vw;
  }
  .caption-group h6 {
    font-size: 6.2vw;
  }
  .caption-group .logo {
    width: 36vw;
  }
}

/*==================================================
  countdown timer
==================================================*/

.countdown-timer {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  min-height: 185px;
  position: relative;
  overflow: hidden;
}
.countdown-timer > div {
  width: 33.333%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.countdown-timer h6 {
  font-size: var(--fs-128);
  font-family: "Gotham";
  font-weight: 700;

  background: linear-gradient(121.3deg, #ec008c 0%, #3700ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.countdown-timer p {
  margin: 0;
  font-size: var(--fs-21);
  color: var(--color-title);
  font-weight: var(--fw-500);
  text-transform: uppercase;
}
.activity-group {
  padding: 70px 0 0;
}
.activity-group .row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.activity-group .btn {
  --btn-h: 62px;
  width: 100%;
}
.activity-group .btn > span {
  line-height: 1.2;
}
.activity-group .btn .icongroup {
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 2px;
  display: flex;
  align-items: center;
  transition: all 0.35s;
}
.activity-group .btn .icons {
  --icon-size: 32px;
}

.pc .activity-group .btn:hover .icongroup {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@media (max-width: 1280px) {
  .activity-group .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
  .activity-group .btn {
    --btn-h: 58px;
  }
  .activity-group .btn .icongroup {
    left: 25px;
  }
}

@media (max-width: 1199px) {
  .activity-group {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .activity-group .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
  .activity-group .btn {
    --btn-h: 54px;
  }
}
@media (max-width: 1100px) {
  .activity-group .btn {
    padding: 0 50px;
  }

  .countdown-timer {
    min-height: 120px;
  }
  .countdown-timer p {
    font-size: var(--fs-16);
  }
}
@media (max-width: 575px) {
  .activity-group {
    padding-top: 35px;
  }
  .activity-group .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 10px;
  }

  .countdown-timer {
    min-height: 80px;
  }
  .countdown-timer h6 {
    font-size: 40px;
  }
  .countdown-timer p {
    font-size: 12px;
  }
  .activity-group .btn .icongroup {
    left: 20px;
  }
  .activity-group .btn .icons {
    --icon-size: 28px;
  }
}

/*==================================================
  Running
==================================================*/
.section-running {
  padding-top: 0;
  margin-top: 20px;
}
.section-title .icons.fill path {
  fill: var(--color-title);
}
.section-title .icons.stroke path {
  stroke: var(--color-title) !important;
}
.section-title .icons.route path {
  stroke-width: 2px !important;
}
.section-title .icons {
  margin: 0 auto;
}
.section-title .icons {
  --icon-size: 50px;
}
.card-running {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #000000;
}
.card-running h2 {
  --color: #d9306a;
  color: var(--color);
  font-size: var(--fs-62);
  margin-bottom: 5px;
}
.card-running h4 {
  --bg: #d9306a;
  --color: #ffffff;
  background-color: var(--bg);
  color: var(--color);
  text-transform: uppercase;
  font-size: var(--fs-21);
  padding: 8px 10px;
  margin: 5px 0 25px;
  border-radius: 40px;
  font-weight: var(--fw-500);
}
.card-running h4.gradient {
  background: linear-gradient(-203deg, #991d94 24%, #531151 100%);
  --color: #fff;
}
.card-running h5 {
  --color: #511153;
  color: var(--color);
  font-size: var(--fs-42);
  margin-bottom: 5px;
  font-family: "Gotham";
  font-weight: var(--fw-700);
}

.card-running .card-body {
  padding: 0 30px;
}

.running-row {
  --bs-gutter-x: 0.8rem;
  --bs-gutter-y: 1.5rem;
  padding-top: 30px;
}

.schedule-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
  padding-top: 30px;
}

.card-schedule {
  display: flex;
  flex-direction: column;
  box-shadow: -10px 35px 90px rgba(0, 0, 0, 0.15);
  background: linear-gradient(121.3deg, #991d94 34%, #531151 100%);
  color: #fff;
  padding: 50px 40px;
  height: 100%;
}
.card-schedule .card-header {
  text-align: center;
}
.card-schedule h2 {
  color: #fff;
  font-weight: var(--fw-500);
  margin-bottom: 5px;
}
.card-schedule h6 {
  font-weight: var(--fw-400);
  font-size: var(--fs-18);
}
.card-schedule p {
  margin: 0;
}
.card-schedule .card-body {
  padding: 30px 0 0;
}
.card-schedule .lists {
  padding: 0;
  margin: 0 auto;
  max-width: 440px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.card-schedule .lists.mw-350 {
  max-width: 380px;
}
.card-schedule .lists li span {
  font-family: "Gotham";
  font-weight: var(--fw-600);
}
.card-schedule .lists li {
  display: flex;
  gap: 30px;
  align-items: center;
}
.card-schedule .lists li .icons {
  --icon-size: 40px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .card-running {
    font-size: 15px;
  }
  .card-running h2 {
    font-size: 44px;
  }
  .card-running h4 {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .card-schedule .lists li .icons {
    --icon-size: 35px;
  }
  .card-schedule .lists li {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .running-row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
  }

  .card-schedule h2 {
    font-size: 20px;
  }
  .card-schedule .lists li .icons {
    --icon-size: 30px;
  }
  .schedule-row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
  }
}

@media (max-width: 991.98px) {
  .running-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 2.5rem;
  }
  .card-running h4 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .card-schedule .lists {
    max-width: 550px !important;
  }
}

@media (max-width: 670px) {
  .running-row {
    padding-top: 10px;
  }

  .running-row {
    --bs-gutter-y: 1.7rem;
    padding-bottom: 10px;
  }
  .schedule-row {
    padding-top: 10px;
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  .card-schedule {
    padding: 30px 25px;
  }

  .card-schedule h2 {
    font-size: 17px;
  }
  .card-schedule .card-header p {
    font-size: 14px;
  }
  .card-schedule .lists li {
    gap: 10px;
  }
  .card-schedule .lists li .icons {
    --icon-size: 25px;
  }

  .section-schedule {
    padding-top: 50px;
  }
}

/*==================================================
  Route
==================================================*/

.route-row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
  padding-top: 15px;
}
.route-row img {
  width: 100%;
  transition: all 0.25s;
  position: relative;
  z-index: 1;
}
.route-row a[data-fancybox]:hover img {
  transform: scale(1.1);
  z-index: 10;
}

.pc .card-photo.hover:hover .photo {
  transform: scale(1.1);
}

/*==================================================
  souvenir
==================================================*/

.souvenir-row {
  --bs-gutter-x: 45px;
  --bs-gutter-y: 45px;
  padding-top: 15px;
}
.card-photo.gradient {
  padding: 12px;
  background: linear-gradient(111.24deg, #ec008c 26.26%, #3700ff 69.19%);
}
.card-photo.gradient img {
  width: 100%;
}

.progress-status {
  --bs-progress-height: 62px;
  --bs-progress-border-radius: 50px;
  --bs-progress-bg: #fff;
  --bs-progress-bar-bg: linear-gradient(-203deg, #991d94 24%, #531151 100%);
  --bs-progress-bar-transition: width 1.2s ease;
  border: 1px solid #531151;
}

.progress-bar {
  background: var(--bs-progress-bar-bg);
  position: relative;
  overflow: visible;
}

.progress-status .progress-bar {
  width: 0;
}
.progress-status .icons {
  --icon-size: 38px;
  background-image: url(../img/icons/icon-running-2.svg);

  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  height: auto;

  opacity: 0;

  transition: all 0.6s;
}
.progress-status .percent {
  font-size: var(--fs-26);
  font-family: "Gotham";
  font-weight: var(--fw-600);
  color: #531151;

  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;

  transition: all 0.6s;

  display: flex;
  align-items: center;
}

.progress-show .progress-status.aos-animate .progress-bar {
  width: var(--width);
}
.progress-show .progress-status.aos-animate .icons {
  right: 18px;
  opacity: 1;
  transition-delay: 0.5s;
}

.progress-show .progress-status.aos-animate .percent {
  right: -70px;
  opacity: 1;
  transition-delay: 0.5s;
}

.form-group.form-status .form-control {
  --input-h: 62px;
  text-align: center;
}

.form-group.form-status .btn {
  position: absolute;
  top: 0;
  right: 0;
  --btn-h: 62px;
  padding: 0 40px;
  border-radius: 30px;
  font-size: 21px;
  font-weight: 500;

  --bs-btn-color: #531151;
  --bs-btn-bg: transparent;
  --bs-btn-hover-color: #fff;
}
.form-group.form-status .btn:before,
.form-group.form-status .btn:after {
  opacity: 0;
}
.form-group.form-status .btn:hover:before,
.form-group.form-status .btn:hover:after {
  opacity: 1;
}

.progress-status-group {
  position: relative;
}
.progress-status-group {
  height: 100px;
}
.progress-status-group .progress,
.progress-status-group .form-status {
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.progress-status-group .progress {
  opacity: 0;
  pointer-events: none;
}

.progress-status-group.progress-show .progress {
  opacity: 1;
  pointer-events: all;
}

.progress-status-group.progress-show .form-status {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .souvenir-row {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 35px;
  }
}

@media (max-width: 991.98px) {
  .souvenir-row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
  }
  .progress-status {
    --bs-progress-height: 56px;
  }
  .progress-status .icons {
    --icon-size: 32px;
  }
  .progress-show .progress-status.aos-animate .percent {
    right: -60px;
  }

  .form-group.form-status .form-control {
    --input-h: 56px;
  }
  .form-group.form-status .btn {
    --btn-h: 56px;
  }
}

@media (max-width: 767px) {
  .souvenir-row,
  .route-row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  .card-photo.gradient {
    padding: 10px;
  }
}

@media (max-width: 670px) {
  .progress-status {
    --bs-progress-height: 48px;
  }
  .progress-status .icons {
    --icon-size: 24px;
  }
  .progress-show .progress-status.aos-animate .percent {
    right: -55px;
  }

  .form-group.form-status .form-control {
    --input-h: 48px;
  }
  .form-group.form-status .btn {
    --btn-h: 48px;
    padding: 0 18px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .card-photo.gradient {
    padding: 8px;
  }
  .progress-status {
    --bs-progress-height: 42px;
  }
  .progress-show .progress-status.aos-animate .percent {
    font-size: 16px;
  }
  .progress-show .progress-status.aos-animate .percent {
    right: -45px;
  }
}

/*==================================================
  Register
==================================================*/
.section-body {
  padding: 0;
}
.logo.w-470 {
  width: 470px;
  margin: 40px auto 60px;
}

.logo.w-300 {
  width: 300px;
  margin: 40px auto 60px;
}
.logo.w-485 img {
  width: 100%;
}

.content-boxed {
  background-color: #ffffff;
  box-shadow: -10px 35px 90px rgba(0, 0, 0, 0.15);
  border-radius: 10px;

  width: 100%;
  padding: 60px 85px;

  min-height: 100vh;
  margin-bottom: 130px;
}
.register-boxed {
  --bs-gutter-y: 2rem;
  padding-top: 20px;
}
.register-boxed .btn-xl {
  width: 326px;
}
.register-infos .btn-xl {
  width: 100%;
}
.register-infos {
  --bs-gutter-y: 2rem;
  --bs-gutter-x: 2.25rem;
}
.card-running.w-325 {
  width: 100%;
  max-width: 326px;
  margin: 0 auto;
}
.card-running.w-325 .card-body {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}

.card-running.w-325 .card-body.overflow {
  margin-left: -50px;
  margin-right: -50px;
}

.card-running .info-lists {
  padding: 10px 0 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.8;
  font-size: var(--fs-18);
}
.card-running .info-lists + .info-lists {
  margin-top: 11px;
}
.card-running .info-lists li {
  text-align: left;
  color: #531151;
  font-weight: var(--fw-300);
}
.table-form {
  width: 100%;
  color: #531151;
  font-size: var(--fs-21);
  text-align: left;
}
.table-form th {
  font-weight: var(--fw-500);
}
.table-form th,
.table-form td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-form.table-03,
.table-form.table-05 {
  margin-right: 13%;
}
.table-form.table-03 th {
  width: 101px;
}
.table-form.table-05 th {
  width: 111px;
}

.form-row {
  --bs-gutter-y: 1.25rem;
}
.form-row .form-group.rows h6 {
  width: 215px;
  flex-shrink: 0;
}
.form-row .form-group.rows h6.w-auto {
  padding-right: 20px;
}
.form-row {
  margin-bottom: var(--bs-gutter-y);
}
.card-running.distance .form-check.lg {
  gap: 0;
}

@media (min-width: 901px) {
  .form-row > div {
    width: 56%;
  }
  .form-row:not(.flex-column) > div:nth-child(2) {
    width: 44%;
  }
}
@media (max-width: 900px) {
  .form-row > div {
    width: 100%;
  }
  .form-row:not(.flex-column) > div:nth-child(2) {
    width: 100%;
  }

  .form-row .form-group.rows h6 {
    width: 170px !important;
  }
}

@media (max-width: 1280px) {
  .logo.w-470 {
    width: 350px;
    margin: 30px auto 40px;
  }

  .logo.w-300 {
    width: 280px;
    margin: 30px auto 40px;
  }
  .form-row .form-group.rows h6 {
    width: 200px;
  }

  .card-running .info-lists {
    font-size: 18px;
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .form-row .form-group.rows h6 {
    width: 170px;
  }
  .table-form {
    font-size: var(--fs-18);
  }
}

@media (max-width: 1024px) {
  .logo.w-470 {
    width: 250px;
  }

  .logo.w-300 {
    width: 250px;
  }

  .content-boxed {
    padding-left: 50px;
    padding-right: 50px;
  }
  .card-running.w-325 .card-body {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .card-running.distance h2 {
    font-size: 35px;
  }
}

@media (max-width: 670px) {
  .logo.w-470 {
    width: 180px;
  }

  .logo.w-300 {
    width: 180px;
  }

  .content-boxed {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 50px;
  }

  .card-running.w-325 .card-body.overflow {
    margin-left: -20px;
    margin-right: -20px;
  }

  .table-form.table-03,
  .table-form.table-05 {
    margin: 0;
  }

  .card-running .info-lists {
    font-size: 16px;
    padding-top: 0;
    margin-top: -10px;
  }
}

@media (max-width: 575px) {
  .register-boxed {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    padding-top: 10px;
  }
  .card-running.distance h2 {
    font-size: 25px;
  }
  .card-running.distance h4 {
    font-size: 15px;
  }
  .card-running.w-325 .card-body {
    padding-top: 0;
  }
  .form-row .form-group.rows h6 {
    width: auto !important;
  }

  .register-infos {
    --bs-gutter-y: 1.25rem;
    --bs-gutter-x: 1rem;
  }
}

@media (max-width: 440px) {
  .card-running.distance {
    margin-bottom: 10px;
  }
  .card-running.distance h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .card-running.distance h2 {
    font-size: 22px;
  }
  .card-running.distance .card-body {
    padding-bottom: 0;
  }
  .card-running.w-325 .card-body.overflow {
    margin-left: 0px;
    margin-right: 0px;
  }

  .table-form.table-03 th,
  .table-form.table-05 th {
    width: auto;
    padding-right: 10px;
    white-space: nowrap;
  }
  .table-form.table-03 td,
  .table-form.table-05 td {
    width: 100%;
  }
}

/*==================================================
  Footer
==================================================*/

.footer {
  padding: 60px 0;
  color: #fff;
  background: linear-gradient(121.3deg, #991d94 34%, #531151 100%);
  font-size: var(--fs-15);
}
.footer h4 {
  font-weight: var(--fw-500);
  font-size: var(--fs-18);
  margin-bottom: 20px;
}

.footer-rows {
  flex-wrap: unset;
  display: flex;
  gap: 20px;
}

.footer-rows .cols:nth-child(1) {
  width: 29%;
}
.footer-rows .cols:nth-child(2) {
  width: 220px;
}
.footer-rows .cols:nth-child(3) {
  width: 29%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  right: 5%;
}
.footer-rows .cols:last-child {
  width: auto;
}
.nav-footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nav-footer li {
  display: flex;
  gap: 10px;
  font-size: var(--fs-15);
}
.nav-footer li .icons {
  --icon-size: 22px;
}
.nav-footer li a {
  color: #fff;
  margin-bottom: auto;
}

.followus {
  display: flex;
  gap: 20px;
  padding-top: 10px;
}
.followus .icons {
  --icon-size: 40px;
}
.pc .followus a:hover .icons {
  opacity: 0.8;
}

.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.partners img {
  width: auto;
}
.partners img.h-74 {
  height: 75px;
}
.partners img.h-51 {
  height: 51px;
  margin-top: 5px;
}

@media (max-width: 1280px) {
  .partners img.h-74 {
    height: 65px;
  }
  .partners img.h-51 {
    height: 45px;
  }
}

@media (max-width: 991.98px) {
  .footer-rows {
    flex-wrap: wrap;
    gap: 50px 0px;
  }
  .footer-rows .cols:nth-child(1) {
    width: 100%;
  }
  .footer-rows .cols:nth-child(2),
  .footer-rows .cols:nth-child(3),
  .footer-rows .cols:nth-child(4) {
    width: 33.33%;
  }
  .footer-rows .cols:nth-child(3) {
    right: auto;
  }
  .footer-rows .cols:nth-child(4) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .partners {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .footer-rows {
    justify-content: space-between;
  }
  .footer-rows .cols:nth-child(1),
  .footer-rows .cols:nth-child(3) {
    width: 60%;
    margin: 0;
  }
  .footer-rows .cols:nth-child(2),
  .footer-rows .cols:nth-child(4) {
    width: 35%;
    margin: 0;
  }
  .footer-rows .cols:nth-child(3) {
    text-align: left;
  }
  .footer-rows .cols:nth-child(4) {
    align-items: flex-start;
  }
  .partners {
    align-items: flex-start;
    gap: 0;
  }
}

@media (max-width: 575px) {
  .footer {
    padding: 40px 0;
  }
  .footer-rows {
    flex-direction: column;
    gap: 40px 0px;
  }
  .footer-rows .cols {
    flex-direction: column;
    width: 100%;
  }
  .partners {
    margin-top: -10px;
  }
  .followus {
    padding-top: 0;
  }
  .nav-footer li .icons {
    --icon-size: 20px;
  }
}

/*==================================================
  Award
==================================================*/
h5.age-group-title {
  font-size: 26px;
}

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

.award-icongroup {
  position: relative;
}
.mascot-box {
  width: 60px;
  position: absolute;
  left: 3%;
  top: 12%;
  display: block;
}

.award-icongroup .textrow {
  line-height: 60px;
}

.section-banner-award .logo {
  margin-top: 23%;
}

@media (max-width: 991.98px) {
  .mascot-box {
    display: none;
  }

  .award-icongroup .textrow {
    line-height: 40px;
  }

  .section-banner-award .logo {
    margin-top: 10%;
  }
}

/*==================================================
  User Profile
==================================================*/

.section-profile-1 {
  background: rgb(0, 46, 105);
  background: linear-gradient(
    180deg,
    rgba(0, 46, 105, 1) 21%,
    rgba(145, 52, 175, 1) 82%,
    rgba(145, 52, 175, 0.8) 100%
  );
}

.section-profile {
  background: linear-gradient(111deg, #d60157, #240cbc, #a69fc4, #9f40ed);
  background-size: 240% 240%;
  animation: gradient-animation 16s ease infinite;
}

.section-profile .profile-boxed {
  background-color: #ffffff;
  box-shadow: -10px 35px 90px rgba(0, 0, 0, 0.15);
  border-radius: 10px;

  width: 100%;
  padding: 60px 30px;

  min-height: 20vh;
  margin-bottom: 30px;
}

.profile-nav {
  font-size: 15px;
  padding-top: 20px;
}

.profile-form-row {
  --bs-gutter-y: 1.25rem;
}
.profile-form-row .form-group.rows h6 {
  width: 215px;
  flex-shrink: 0;
}
.profile-form-row .form-group.rows h6.w-auto {
  padding-right: 20px;
}
.profile-form-row {
  margin-bottom: var(--bs-gutter-y);
}

.transparent {
  background: transparent;
}

.concent-title-box {
  background-color: #a20d9c;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  box-sizing: border-box;
  display: block;
  font-family: Kanit, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 20px;
  color: #fff;
}

.mb-30 {
  margin-bottom: 30px;
}

@media (min-width: 901px) {
  .profile-form-row > div {
    width: 80%;
  }
  .profile-form-row:not(.flex-column) > div:nth-child(2) {
    width: 44%;
  }
}
@media (max-width: 900px) {
  .fprofile-orm-row > div {
    width: 100%;
  }
  .profile-form-row:not(.flex-column) > div:nth-child(2) {
    width: 100%;
  }

  .profile-form-row .form-group.rows h6 {
    width: 170px !important;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.text-right {
  text-align: right;
}

.invoice {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #f8f3f3;
  border-radius: 3px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  padding: 40px;
}
.invoice .invoice-title .invoice-number {
  float: right;
  font-size: 20px;
  font-weight: 700;
  margin-top: -45px;
}
.invoice hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top-color: #a20d9c;
}
.invoice .invoice-detail-item {
  margin-bottom: 15px;
}
.invoice .invoice-detail-item .invoice-detail-name {
  letter-spacing: 0.3px;
  color: #555;
  margin-bottom: 4px;
}
.invoice .invoice-detail-item .invoice-detail-value {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.invoice .invoice-detail-item .invoice-detail-value.invoice-detail-value-lg {
  font-size: 24px;
}

.invoice .section-title {
  font-weight: 800;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .table-invoice table {
    min-width: 800px;
  }
}

.img-banner-hokkaido {
  object-fit: cover;
  height: 100%;
  width: -webkit-fill-available;
}

.btn-links-hokkaido a {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  border: 2px solid #000000;
  padding: 0px 38px;
  border-radius: 18px;
}
.wrp-text-title-buy {
  margin-bottom: 2rem;
}
.wrp-text-title-buy span {
  margin-bottom: 1rem;
  color: #ffffff;
  background: #636363;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 24px;
}

.link-page h4 a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.about-pic img {
  width: 100%;
}

.screen img {
  width: 100%;
  object-fit: contain;
}
.thumbnail {
  height: 85px;
  width: 128px;
}
.thumbnail-carousel {
  display: flex;
  gap: var(--gap);
  block-size: 100%;
}

.arrow-icon {
  margin-inline: auto;
  outline: none;
  border: 0;
  scale: 1;
  display: inline grid;
  width: max(80%, 1.5rem);
  height: max(80%, 1.5rem);
  fill: var(--fill-primary);
}

.carousel__slider {
  user-select: none;
  flex-grow: 999;
  list-style: none;
  display: flex;
  gap: var(--gap);
  padding: 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.active.carousel__slide {
  outline: 0.125em solid var(--accent-color);
  outline-offset: -0.37em;
}

.carousel__slider::-webkit-scrollbar {
  display: none;
}

.carousel__btn {
  flex: 1 0 max(2.75rem, 5.834%);
  background: #0000;
  border: 1px solid #0000;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.carousel__btn:hover .arrow-icon {
  fill: var(--fill-active);
}

.carousel__btn:disabled {
  opacity: 0.1;
  pointer-events: none;
}

.image-thumbnail-carousel {
  padding: 1rem;
  width: clamp(360px, 90vw, 820px);
  display: flex;
  flex-flow: column;
  gap: 1rem;
  position: relative;
}

.thumbnail img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

video {
  object-fit: cover;
  width: 100%;
  /* height: 100vh; */
}

.viewport-header {
  position: absolute;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5%;
  left: 35%;
  color: #ffffff;
}

.viewport-header .fs-view{
  font-size: 55px !important;
}

@media (max-width: 680px) {
  .image-thumbnail-carousel {
    width: 90vw;
  }

  .thumbnail-carousel {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .carousel__slider {
    max-width: fit-content;
    align-items: center;
    gap: 1em;
  }

  .carousel__btn {
    flex-grow: 0;
  }

  .thumbnail {
    opacity: 0;
    display: none;
    aspect-ratio: 16 / 9;
    block-size: 8vw;
    position: absolute;
    border-radius: var(--border-s);
    overflow: hidden;
    z-index: 99;
    will-change: transform, opacity;
    transition: opacity 150ms ease-out;
    transform-origin: bottom;
    translate: -50%;
    bottom: 20%;
  }

  .carousel__slide:not(.active):hover .thumbnail {
    opacity: 1;
    display: block;
    animation: show 250ms ease-out forwards;
    box-shadow: 0 0.375em 0.67em #0003, 0 0.5em 1.3em #0002;
  }
}
