:root {
  --font-title: "Nunito Sans", sans-serif;
  --font-pri: "Montserrat", sans-serif;
  --pi-4: 0.4rem;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --header-height: 9.6rem;
  --header-height-fixed: 8rem;
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0 1rem 3rem 0 rgba(0, 0, 0, 0.05);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(27%) sepia(7%) saturate(5832%) hue-rotate(339deg) brightness(92%)
    contrast(85%);
  --filter-sec: brightness(0) saturate(100%) invert(77%) sepia(36%) saturate(5995%) hue-rotate(9deg) brightness(110%)
    contrast(96%);
  --filter-third: brightness(0) saturate(100%) invert(43%) sepia(81%) saturate(875%) hue-rotate(22deg) brightness(101%)
    contrast(101%);
  --container-full: 4.8rem;
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --container-full: 1.6rem;
  }
}

.swiper-navigation {
  z-index: 5;
  gap: 0.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.swiper-navigation > * {
  cursor: pointer;
  transition: 0.4s ease-in-out;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #784123;
  border-radius: var(--radius-circle);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .swiper-navigation > *:hover, .swiper-navigation > *:focus-visible {
    background-color: #784123;
  }
  .swiper-navigation > *:hover img, .swiper-navigation > *:focus-visible img {
    filter: var(--filter-white);
  }
}
.swiper-navigation > * img {
  transition: 0.4s ease-in-out;
  filter: var(--filter-pri);
}
.swiper-navigation .prev img {
  transform: rotate(-180deg);
}

.swiper-pagination {
  max-width: 28rem;
  overflow: hidden;
  position: static !important;
  border-radius: var(--radius-max);
  background: #d9cdbb !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    max-width: 20rem;
  }
}
.swiper-pagination-progressbar-fill {
  background: #784123 !important;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-fraction {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  position: absolute;
  right: 2.4rem;
  bottom: 4rem;
  z-index: 10;
}
.swiper-fraction .swiper-pagination {
  gap: 0.8rem;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-direction: column;
  background-color: transparent !important;
}
.swiper-fraction .swiper-pagination-bullet {
  transition: 0.4s ease-in-out;
  margin: 0 auto !important;
  background-color: white !important;
}
.swiper-fraction .swiper-pagination-bullet-active {
  background-color: white !important;
}
.swiper-fraction .swiper-line {
  height: 8rem;
  width: 0.2rem;
  background: white;
  border-radius: var(--radius);
}
.swiper-fraction .swiper-fraction_number {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  font-weight: 800;
  color: white;
  font-family: var(--font-title);
}
@media screen and (max-width: 1280px) {
  .swiper-fraction {
    left: 50%;
    right: auto;
    gap: 1.2rem;
    bottom: 2.4rem;
    flex-direction: row;
    align-items: center;
    transform: translateX(-50%);
  }
  .swiper-fraction .swiper-pagination {
    gap: 0.8rem;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
  }
  .swiper-fraction .swiper-pagination-bullet {
    margin: auto 0 !important;
  }
  .swiper-fraction .swiper-line {
    width: 10rem;
    height: 0.2rem;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .project:hover .img img, .project:focus-visible .img img {
    transform: scale(1.05);
  }
}
.project-img .img {
  padding-top: 100%;
}
.project-content .text-20 {
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .project-content .text-20:hover, .project-content .text-20:focus-visible {
    color: #f2b705;
  }
}

.collection {
  width: 100%;
  height: 100%;
  padding: 0.8rem;
  min-width: 14rem;
}
@media screen and (max-width: 576px) {
  .collection {
    min-width: 12rem;
    max-width: 12rem;
  }
}
.collection-img .img {
  padding-top: 100%;
}
.collection-info {
  max-width: 9.4rem;
}
.collection-link {
  --pos: 0.8rem;
  top: var(--pos);
  right: var(--pos);
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #784123;
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 576px) {
  .collection-link {
    --pos: 0.4rem;
    width: 2rem;
    height: 2rem;
  }
}
.collection-link img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.2rem;
  height: 1.2rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 576px) {
  .collection-link img {
    width: 1rem;
    height: 1rem;
  }
}

ul.page-numbers {
  gap: 0.6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
ul.page-numbers li {
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 10rem;
}
ul.page-numbers li:has(.current) {
  background-color: #784123;
}
ul.page-numbers li:has(.current) a,
ul.page-numbers li:has(.current) span {
  color: white;
}
@media screen and (min-width: 768px) {
  ul.page-numbers li:has(img) {
    margin-right: 0.6rem;
  }
}
ul.page-numbers li:has(img) img {
  width: 3.2rem;
  height: 3.2rem;
  filter: var(--filter-black);
}
@media screen and (max-width: 767px) {
  ul.page-numbers li:has(img) img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 1201px) {
  ul.page-numbers li:not(:has(.disable)):hover {
    background-color: #784123;
  }
  ul.page-numbers li:not(:has(.disable)):hover a {
    color: white;
  }
  ul.page-numbers li:not(:has(.disable)):hover img {
    filter: brightness(0) invert(1);
  }
}
ul.page-numbers li .disable {
  pointer-events: none;
}
ul.page-numbers li .prev img {
  transform: rotate(90deg);
}
ul.page-numbers li .next img {
  transform: rotate(-90deg);
}
ul.page-numbers li a,
ul.page-numbers li span {
  width: 100%;
  height: 100%;
  font-weight: 500;
  line-height: 150%;
  transition: 0.4s ease-in-out;
  color: #656565;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  ul.page-numbers li a,
  ul.page-numbers li span {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1201px) {
  .samco {
    margin: 10rem 0rem 10rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 991px) {
  .samco {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 1200px) {
  .samco-bg {
    padding: 0;
    border-radius: 0;
  }
}
.samco-bg_bg {
  background: linear-gradient(106deg, #ffd557 5.99%, #f2b600 97.39%);
}
@media screen and (max-width: 1200px) {
  .samco-bg_bg {
    padding: 0;
    border-radius: 0;
  }
}
.samco-bg_bg:before {
  bottom: 0;
  width: 100%;
  height: 100%;
  left: -6.4rem;
  position: absolute;
  content: "";
  mix-blend-mode: overlay;
  border-radius: 0 4rem 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("../../assets/images/gallery/file-decor1.png");
}
@media screen and (max-width: 1200px) {
  .samco-bg_bg:before {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .samco-bg_img {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .samco-position {
    padding: 0;
  }
}
.samco-wrap {
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .samco-wrap {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .samco-wrap {
    padding: 4rem 0;
  }
}
.samco-form {
  box-shadow: var(--box-shadow-1);
}
@media screen and (max-width: 576px) {
  .samco-form {
    padding: 2rem;
  }
}
.samco-form form .form-action {
  flex-wrap: wrap;
}
.samco-form form .form-action .btn {
  width: 100% !important;
  border-radius: 4rem !important;
  padding: 1.55rem 3.2rem !important;
}
.samco-form form .form-action.form-action-2col .btn {
  width: calc(50% - 0.5rem) !important;
}
@media screen and (max-width: 576px) {
  .samco-form form .form-action.form-action-2col .btn {
    width: 100% !important;
  }
}
.samco-item {
  max-width: 20rem;
}
.samco-logo {
  padding-top: 100%;
  position: relative;
}
.samco-logo img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.samco-content_action .btn {
  text-align: left;
  flex-wrap: nowrap;
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 1280px) {
  .samco-content_action .btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .samco-content_action .btn {
    width: calc(50% - 0.4rem);
  }
}
@media screen and (max-width: 576px) {
  .samco-content_action .btn {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .samco-content_action .btn .icon {
    display: none;
  }
}
.samco-content_action .btn > span:nth-child(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.pjli {
  overflow: hidden;
  position: relative;
  padding: 10rem 0rem 10rem;
}
@media screen and (max-width: 991px) {
  .pjli {
    padding: 6rem 0rem;
  }
}
.pjli:before, .pjli:after {
  --wh: 126.2rem;
  border-radius: 50%;
  position: absolute;
  content: "";
  z-index: -1;
  width: var(--wh);
  height: var(--wh);
  background: radial-gradient(50% 50% at 50% 50%, rgba(217, 205, 187, 0.35) 0%, rgba(217, 205, 187, 0) 100%);
}
.pjli:before {
  top: 50%;
  right: -50%;
  transform: translateY(-50%);
}
.pjli:after {
  left: -50%;
  bottom: 0;
}
.pjli-swiper .swiper:after {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  content: "";
  z-index: 1;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  background-color: rgba(120, 65, 35, 0.25);
}
.pjli-swiper .swiper-slide {
  height: auto;
  width: 16.6666666667%;
}
@media screen and (max-width: 1200px) {
  .pjli-swiper .swiper-slide {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .pjli-swiper .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  .pjli-swiper .swiper-slide {
    width: 40%;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .pjli-swiper .swiper-slide:hover .pjli-box, .pjli-swiper .swiper-slide:focus-visible .pjli-box {
    cursor: pointer;
  }
  .pjli-swiper .swiper-slide:hover .pjli-box img, .pjli-swiper .swiper-slide:focus-visible .pjli-box img {
    filter: var(--filter-pri);
  }
  .pjli-swiper .swiper-slide:hover .pjli-box .text-16, .pjli-swiper .swiper-slide:focus-visible .pjli-box .text-16 {
    color: #784123;
  }
  .pjli-swiper .swiper-slide:hover .pjli-box:after, .pjli-swiper .swiper-slide:focus-visible .pjli-box:after {
    left: 0;
    width: 100%;
  }
}
.pjli-swiper .swiper-slide.is-active .pjli-box img {
  filter: var(--filter-pri);
}
.pjli-swiper .swiper-slide.is-active .pjli-box .text-16 {
  color: #784123;
}
.pjli-swiper .swiper-slide.is-active .pjli-box:after {
  left: 0;
  width: 100%;
}
.pjli-box .text-16 {
  color: #d9cdbb;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .pjli-box .text-16 {
    font-size: 1.4rem;
  }
}
.pjli-box img {
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .pjli-box img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.pjli-box:after {
  width: 0;
  right: 0;
  bottom: 0;
  height: 0.3rem;
  position: absolute;
  content: "";
  z-index: 1;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  background-color: #784123;
}
.pjli-list {
  row-gap: calc(2 * var(--pi-16));
  margin: 0 calc(-1 * var(--pi-16));
}
.pjli-item {
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 767px) {
  .pjli-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .pjli-item {
    width: 100%;
  }
}

.p-project .main {
  position: relative;
}
.p-project .breadcrumb {
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  position: absolute;
}
/*# sourceMappingURL=project.css.map */
