: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;
  }
}

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;
  }
}

.p-gallery-detail {
  padding-top: var(--header-height);
}

.cata {
  margin: 12rem 0rem 12rem;
}
@media screen and (max-width: 991px) {
  .cata {
    margin: 6rem 0rem;
  }
}
.cata-heading form .form-wrap {
  gap: 1.2rem;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: unset;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .cata-heading form .form-group {
    width: calc(50% - 7.1rem);
  }
}
@media screen and (max-width: 767px) {
  .cata-heading form .form-group {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .cata-heading form .form-group:has(input) {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .cata-heading form .form-select {
    max-width: 23.2rem;
  }
}
.cata-heading form .form-action {
  margin-top: 0;
}
.cata-heading form input {
  border: 0;
  padding: 0.4rem 2.4rem;
  background-color: white;
  box-shadow: var(--box-shadow-1);
}
@media screen and (min-width: 992px) {
  .cata-heading form input {
    min-width: 38.4rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .cata-heading form input {
    min-width: 30rem;
  }
}
.cata-heading form select {
  border: 0.1rem solid #d9cdbb;
}
.cata-heading form input,
.cata-heading form select {
  border-radius: 4rem;
}
@media screen and (min-width: 1201px) {
  .cata-heading form input,
  .cata-heading form select {
    height: 5.6rem;
  }
}
.cata-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-16));
  margin: 0 calc(-1 * var(--pi-16));
}
.cata-item {
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 767px) {
  .cata-item {
    width: 50%;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .cata-box:hover .img img, .cata-box:focus-visible .img img {
    transform: scale(1.05);
  }
}
.cata-img .img {
  padding-top: 137.2395833333%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .cata-content .text-20:hover, .cata-content .text-20:focus-visible {
    color: #f2b705;
  }
}
@media screen and (max-width: 576px) {
  .cata-content .text-20 {
    font-size: 1.4rem;
  }
}

.file {
  overflow: hidden;
  isolation: isolate;
  position: relative;
  padding: 12rem 0rem 12rem;
}
@media screen and (max-width: 991px) {
  .file {
    padding: 6rem 0rem;
  }
}
.file .decor::before, .file .decor:after {
  --wh: 126.2rem;
  width: var(--wh);
  height: var(--wh);
  position: absolute;
  content: "";
  z-index: -2;
  border-radius: var(--radius-circle);
  background: radial-gradient(50% 50% at 50% 50%, rgba(217, 205, 187, 0.35) 0%, rgba(217, 205, 187, 0) 100%);
}
@media screen and (max-width: 1200px) {
  .file .decor::before, .file .decor:after {
    --wh: 80rem;
  }
}
@media screen and (max-width: 576px) {
  .file .decor::before, .file .decor:after {
    --wh: 60rem;
  }
}
.file .decor::before {
  top: 50%;
  left: -25%;
  transform: translateY(-50%);
}
.file .decor::after {
  bottom: 50%;
  right: -25%;
}
.file:before, .file:after {
  --height: 64.5rem;
  bottom: 0;
  width: 50%;
  left: -6.4rem;
  position: absolute;
  content: "";
  z-index: -1;
  height: var(--height);
  border-radius: 0 4rem 4rem 0;
}
@media screen and (max-width: 1200px) {
  .file:before, .file:after {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .file:before, .file:after {
    width: calc(100% - 1.6rem);
  }
}
@media screen and (max-width: 576px) {
  .file:before, .file:after {
    display: none;
  }
}
.file:before {
  background: linear-gradient(106deg, #ffd557 5.99%, #f2b600 97.39%);
}
.file:after {
  mix-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("../../assets/images/gallery/file-decor1.png");
}
.file-swiper {
  position: relative;
}
.file-swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--pi-16));
}
.file-swiper .swiper-slide {
  padding: 0 var(--pi-16);
}
.file-swiper .swiper-slide-active .file-content .title-w-desc .title-40,
.file-swiper .swiper-slide-active .file-content .title-w-desc .text-14 {
  animation: fadeInUp 1s ease-out 0.6s forwards;
}
.file-swiper .swiper-slide-active .file-content .btn {
  animation: fadeInUp 1s ease-out 1s forwards;
}
.file-swiper .swiper-control {
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .file-swiper .swiper-control {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 50%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .file-swiper .swiper-pagination {
    margin: 0 auto;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .file-swiper .swiper-navigation {
    display: none;
  }
}
.file-content .title-w-desc .title-40,
.file-content .title-w-desc .text-14 {
  opacity: 0;
}
.file-content .btn {
  opacity: 0;
}
.file-img {
  max-width: 48.8rem;
}
@media screen and (max-width: 991px) {
  .file-img {
    margin: 0 auto;
  }
}
.file-img .img {
  box-shadow: var(--box-shadow-1);
  padding-top: 137.2950819672%;
}
/*# sourceMappingURL=gallery.css.map */
