.common_link {
  position: relative;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  letter-spacing: 2px;
  font-size: 13px;
}

.common_link:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 0.125rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 41 57 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transform: translateY(-50%);
}

.common_link:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.common_link:hover:after {
  width: 100%;
}

.floating_title {
  font-family: "wondershine", serif;
  position: absolute;
  font-weight: 500;
  color: rgb(0 41 57 / 0.1);
  font-size: 120px;
}

#about_us {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

#about_us .floating_title.top {
  top: 0.5rem;
  left: -100%;
  animation: floating_left 1.5s ease-in-out forwards;
}

#about_us .floating_title.bottom {
  right: -100%;
  bottom: 0.5rem;
  animation: floating_right 1.5s ease-in-out forwards;
}

#about_us .wrapper {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

#about_us .wrapper .title {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  font-family: "wondershine", serif;
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 1;
}

#about_us .wrapper .description {
  border-top: 1px solid;
  border-top-color: rgb(0 41 57 / 0.4);
  padding-top: 2rem;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
}

#category .wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#category .wrapper .heading {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#category .wrapper .heading .category {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  font-family: "wondershine", serif;
  font-size: 20px;
  letter-spacing: 1.5px;
}

#category .wrapper .heading .btn_wrapper .big_btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
}

#category .wrapper .content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}

#category .wrapper .content .img {
  position: relative;
}

#category .wrapper .content .img img {
  aspect-ratio: 0.9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#category .wrapper .content .img .absolute_img {
  position: absolute;
  top: 45%;
  width: 240px;
  right: -120px;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
}

#category .wrapper .content .img .absolute_img img {
  aspect-ratio: 0.8;
}

#category .wrapper .content .info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2.5rem;
}

#category .wrapper .content .info .title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  font-family: "wondershine", serif;
  font-size: 48px;
  line-height: 1;
}

#category .wrapper .content .info .desc {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  font-size: 20px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#category .wrapper .content .info .btn_wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 5rem;
}

#category .wrapper .content .info .btn_wrapper .common_link {
  font-size: 20px;
}

#category .wrapper:nth-of-type(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 41 57 / var(--tw-bg-opacity));
}

#category .wrapper:nth-of-type(even) .content .img {
  order: 9999;
}

#category .wrapper:nth-of-type(even) .content .img .absolute_img {
  left: -120px;
}

#category .wrapper:nth-of-type(even) .content .info .title {
  --tw-text-opacity: 1;
  color: rgb(228 207 169 / var(--tw-text-opacity));
}

#category .wrapper:nth-of-type(even) .content .info .desc {
  color: rgb(246 246 246 / 0.7);
}

#category .wrapper:nth-of-type(even) .content .info .btn_wrapper .common_link {
  --tw-text-opacity: 1;
  color: rgb(228 207 169 / var(--tw-text-opacity));
}

#category .wrapper:nth-of-type(even) .content .info .btn_wrapper .common_link:before {
  --tw-bg-opacity: 1;
  background-color: rgb(228 207 169 / var(--tw-bg-opacity));
}

#category .wrapper:nth-of-type(even) .content .info .btn_wrapper .common_link:after {
  --tw-bg-opacity: 1;
  background-color: rgb(228 207 169 / var(--tw-bg-opacity));
}

#category .wrapper:nth-of-type(even) .heading .category {
  --tw-text-opacity: 1;
  color: rgb(228 207 169 / var(--tw-text-opacity));
}

#gift {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#gift .title {
  padding-bottom: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  font-family: "wondershine", serif;
  font-size: 48px;
  line-height: 1;
}

#gift .wrapper ._custom_swiper {
  overflow: hidden;
}

#gift .wrapper .gift_carousel {
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration-line: none;
  width: 33.34%;
}

#gift .wrapper .gift_carousel .img img {
  aspect-ratio: 0.8;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#gift .wrapper .gift_carousel .name {
  margin-top: 1rem;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-family: "wondershine", serif;
}

#gift .wrapper .gift_carousel .type {
  margin-top: 0.5rem;
  text-align: center;
  color: rgb(0 41 57 / 0.5);
  font-size: 14px;
}

#gift .wrapper .gift_carousel .type span {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.inquiry_form {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  z-index: 200;
}

.inquiry_form .wrapper {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.inquiry_form .wrapper .bg_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(34 34 34 / 0.8);
}

.inquiry_form .wrapper .form_wrapper {
  display: grid;
  height: 100%;
  width: 100%;
  overflow: auto;
  place-items: center;
}

.inquiry_form .wrapper .form {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding: 2.5rem;
  max-width: 720px;
  height: -moz-max-content;
  height: max-content;
}

.inquiry_form .wrapper .form .heading {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.inquiry_form .wrapper .form .heading .title {
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  margin: 0 !important;
  font-family: "wondershine", serif;
  font-size: 36px;
  line-height: 1;
}

.inquiry_form .wrapper .form .heading .close_popup {
  position: relative;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  align-items: center;
}

.inquiry_form .wrapper .form .heading .close_popup .icon {
  position: relative;
}

.inquiry_form .wrapper .form .heading .close_popup:before, .inquiry_form .wrapper .form .heading .close_popup:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.125rem;
  width: 100%;
  border-radius: 0.25rem;
  background-color: rgb(0 41 57 / 0.6);
  transform: translate(-50%, -50%) rotate(45deg);
}

.inquiry_form .wrapper .form .heading .close_popup:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.inquiry_form .wrapper .form .input_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.inquiry_form .wrapper .form .input_fields input, .inquiry_form .wrapper .form .input_fields textarea {
  border: 0;
  border-bottom: 1px solid;
  border-bottom-color: rgb(0 41 57 / 0.3);
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  outline-width: 0px;
  flex: 0 0 calc(50% - 12px);
  font-size: 18px;
}

.inquiry_form .wrapper .form .input_fields input::-moz-placeholder, .inquiry_form .wrapper .form .input_fields textarea::-moz-placeholder {
  font-weight: 400;
  color: rgb(0 41 57 / 0.5);
}

.inquiry_form .wrapper .form .input_fields input::placeholder, .inquiry_form .wrapper .form .input_fields textarea::placeholder {
  font-weight: 400;
  color: rgb(0 41 57 / 0.5);
}

.inquiry_form .wrapper .form .input_fields textarea {
  flex: 0 0 100%;
  height: 120px;
}

.inquiry_form .wrapper .form button[type=submit] {
  margin-top: 2.5rem;
  width: 100%;
  cursor: pointer;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 41 57 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(228 207 169 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size: 24px;
}

.inquiry_form .wrapper .form button[type=submit]:hover {
  opacity: 0.8;
}

.inquiry_form.active {
  pointer-events: auto;
  opacity: 1;
}

#hero {
  --tw-bg-opacity: 1;
  background-color: rgb(0 41 57 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#hero .wrapper {
  display: flex;
}

#hero .wrapper .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding-right: 1.5rem;
  width: 40%;
}

#hero .wrapper .left .title {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(228 207 169 / var(--tw-text-opacity));
  line-height: 1.1;
  font-family: "wondershine", serif;
  font-size: 80px;
}

#hero .wrapper .left .desc {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  font-size: 20px;
  line-height: 1.4;
}

#hero .wrapper .left .btn_wrapper {
  justify-content: flex-start;
}

#hero .wrapper .right {
  width: 60%;
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}

#hero .wrapper .right .main_img {
  width: 66.666667%;
}

#hero .wrapper .right .main_img img {
  aspect-ratio: 0.7;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#hero .wrapper .right .sub_img {
  flex: 1 1 0%;
}

@media (max-width: 1400px) {
  #category .wrapper .content .img .absolute_img {
    width: 220px;
    right: -110px;
  }

  #category .wrapper:nth-of-type(even) .content .img .absolute_img {
    left: -110px;
  }

  #hero .wrapper .left .title {
    font-size: 72px;
  }
}

@media (max-width: 1200px) {
  #category .wrapper .content {
    gap: 1.5rem;
  }

  #category .wrapper .content .img .absolute_img {
    width: 200px;
    right: -100px;
  }

  #category .wrapper .content .info {
    padding-top: 1.5rem;
  }

  #category .wrapper .content .info .title {
    font-size: 40px;
  }

  #category .wrapper .content .info .desc {
    font-size: 18px;
  }

  #category .wrapper .content .info .btn_wrapper {
    gap: 4rem;
  }

  #category .wrapper .content .info .btn_wrapper .common_link {
    font-size: 18px;
  }

  #category .wrapper:nth-of-type(even) .content .img .absolute_img {
    left: -100px;
  }

  #gift .title {
    font-size: 40px;
  }

  #gift .wrapper .gift_carousel {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #gift .wrapper .gift_carousel .img img {
    aspect-ratio: 0.8;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }

  #gift .wrapper .gift_carousel .name {
    font-size: 18px;
  }

  #gift .wrapper .gift_carousel .type {
    font-size: 13px;
  }

  #about_us {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #about_us .floating_title.top {
    top: -1rem;
  }

  #about_us .floating_title.bottom {
    bottom: -1rem;
  }

  #about_us .wrapper .title {
    margin-bottom: 1.5rem;
    font-size: 36px;
  }

  #about_us .wrapper .description {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 22px;
  }

  #hero .wrapper .left .title {
    font-size: 64px;
  }

  #hero .wrapper .left .desc {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  #category .wrapper .content .img .absolute_img {
    width: 160px;
    right: -80px;
  }

  #category .wrapper .content .info {
    gap: 0.5rem;
  }

  #category .wrapper .content .info .title {
    font-size: 32px;
  }

  #category .wrapper .content .info .btn_wrapper {
    margin-top: 0.5rem;
    gap: 2.5rem;
  }

  #category .wrapper .content .info .btn_wrapper .common_link {
    font-size: 16px;
  }

  #category .wrapper:nth-of-type(even) .content .img .absolute_img {
    left: -80px;
  }

  #gift .title {
    font-size: 32px;
    padding-bottom: 1rem;
  }

  #gift .wrapper .gift_carousel {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .inquiry_form .wrapper .form {
    padding: 2rem;
    max-width: 580px;
  }

  .inquiry_form .wrapper .form .heading {
    margin-bottom: 2rem;
    gap: 2rem;
  }

  .inquiry_form .wrapper .form .heading .title {
    font-size: 32px;
  }

  .inquiry_form .wrapper .form button[type=submit] {
    margin-top: 2rem;
    font-size: 22px;
  }

  #hero .wrapper {
    flex-direction: column;
    gap: 2.5rem;
  }

  #hero .wrapper .left {
    width: 100%;
  }

  #hero .wrapper .right {
    order: -9999;
    width: 100%;
  }

  #hero .wrapper .right .main_img img {
    aspect-ratio: 0.8;
  }
}

@media (max-width: 768px) {
  .floating_title {
    font-size: 100px;
  }

  #about_us .wrapper {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #about_us .wrapper .title {
    font-size: 32px;
  }

  #about_us .wrapper .description {
    font-size: 20px;
  }

  #category .wrapper .content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }

  #category .wrapper .content .img {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }

  #category .wrapper .content .info {
    align-items: center;
  }

  #category .wrapper .content .info .title, #category .wrapper .content .info .desc {
    text-align: center;
  }

  #category .wrapper:nth-of-type(even) .content .img {
    order: -9999;
  }

  #gift .wrapper .gift_carousel {
    width: 45%;
  }

  #gift .wrapper .gift_carousel .type {
    font-size: 12px;
  }

  #gift .wrapper .gift_carousel .type span {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .inquiry_form .wrapper .form {
    padding: 1.5rem;
    max-width: 520px;
  }

  .inquiry_form .wrapper .form .heading {
    margin-bottom: 1.5rem;
    gap: 1.5rem;
  }

  .inquiry_form .wrapper .form .input_fields {
    gap: 1rem;
  }

  .inquiry_form .wrapper .form .input_fields input, .inquiry_form .wrapper .form .input_fields textarea {
    font-size: 16px;
  }

  .inquiry_form .wrapper .form .input_fields textarea {
    height: 100px;
  }

  .inquiry_form .wrapper .form button[type=submit] {
    margin-top: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 20px;
  }

  #hero .wrapper .left .title {
    font-size: 56px;
  }

  #hero .wrapper .right {
    gap: 1.5rem;
  }
}

@media (max-width: 568px) {
  .floating_title {
    font-size: clamp(64px, 18vw, 100px);
  }

  .common_link {
    padding-left: 0.75rem;
    font-size: 16px;
    letter-spacing: 1px;
  }

  #about_us .wrapper {
    padding: clamp(88px, 25vw, 140px) 0;
  }

  #about_us .wrapper .title {
    font-size: 28px;
    margin-bottom: 1rem;
  }

  #about_us .wrapper .description {
    font-size: 16px;
    padding-top: 1rem;
  }

  #category .wrapper .content .img {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
  }

  #category .wrapper .content .img .absolute_img {
    width: 120px;
    top: 55%;
    right: -32px;
  }

  #category .wrapper .content .info .title {
    font-size: 28px;
  }

  #category .wrapper .content .info .btn_wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 2.5rem;
  }

  #category .wrapper:nth-of-type(even) .content .img .absolute_img {
    left: -32px;
  }

  #gift .title {
    font-size: 28px;
  }

  #gift .wrapper .gift_carousel {
    width: 60%;
  }

  #gift .wrapper .gift_carousel .img img {
    aspect-ratio: 0.9;
  }

  #gift .wrapper .gift_carousel .name {
    margin-top: 0.5rem;
    font-size: 16px;
  }

  #gift .wrapper .gift_carousel .type {
    margin-top: 0.25rem;
    font-size: 12px;
  }

  #gift .wrapper .gift_carousel .type span {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .inquiry_form .wrapper .form {
    padding: 1.5rem;
    max-width: 75vw;
    min-width: 280px;
  }

  .inquiry_form .wrapper .form .heading .title {
    font-size: 28px;
  }

  .inquiry_form .wrapper .form .input_fields input, .inquiry_form .wrapper .form .input_fields textarea {
    flex: 0 0 100%;
  }

  #hero .wrapper .left .title {
    font-size: 40px;
  }

  #hero .wrapper .left .desc {
    font-size: 16px;
  }

  #hero .wrapper .right {
    gap: 1rem;
  }

  #hero .wrapper .right .main_img img {
    aspect-ratio: 0.7;
  }
}

@keyframes floating_left {
  100% {
    left: 3%;
  }
}

@keyframes floating_right {
  100% {
    right: 3%;
  }
}

/*# sourceMappingURL=main.css.map */