@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Epilogue", sans-serif;
}
body {
  background-color: #fffcf7;
}
.container {
  margin: 0 auto;
}
.main-box {
  padding-block: 1rem;
  max-width: 100vw !important;
  width: 100% !important;
  padding: 0 !important;
}
.box {
  display: grid;
  gap: 106px;
  grid-template-columns: 570px auto;
  align-items: center;
  height: 100%;

  & > *:not(.thumb-box) {
    flex: 1;
  }
}
.right-box {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.content {
  height: 100%;
  width: 100%;
  /* scroll-snap-align: start; */
  display: grid;
  place-items: center;
}

.thumb-box {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
  z-index: 999;
}
.thumb-box span {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100vw;
  border: none;
  display: block;
}
.thumb-box span.scroll-active {
  height: 23px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 1);
}

.background_image {
  background: url(./public/background.png);
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
  height: 589px;
  padding-bottom: 300px;
  background-size: cover;
  background-position: bottom;
}

.wistia_embed .w-vulcan-overlays-table {
  display: none !important;
}
.gridlayout {
  grid-template-columns: auto 624px;
}
.transition-class {
  transition: 0.5s ease-in-out;
}
.max-h-0 {
  max-height: 0;
}

.sliderIImg .slick-slide {
  height: 710px !important;
}
.sliderIImg .slick-dots li {
  width: 8px !important;
  height: 8px !important;
  margin: 0 7px !important;
}
.sliderIImg .slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
}
.sliderIImg .slick-dots li button:before {
  font-size: 0 !important;
  line-height: 0 !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #fff !important;
  opacity: 0.4 !important;
  border-radius: 50%;
}
.sliderIImg .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  width: 32px !important;
  border-radius: 3px !important;
}
.sliderIImg .slick-dots li.slick-active {
  width: 32px !important;
}
.sliderIImg .slick-dots {
  position: absolute;
  top: -82px;
  right: 136px;
  bottom: unset;
  text-align: right;
  left: 0;
  width: auto;
  line-height: 0;
}
.sliderIImg .slick-next:before,
.sliderIImg .slick-prev:before {
  font-size: 0;
  background: url("public/left.svg") no-repeat;
  width: 40px;
  height: 42px;
  display: inline-block;
  transform: rotate(0deg);
  opacity: 1;
}
.sliderIImg .slick-next:before {
  transform: rotate(180deg);
}
.sliderIImg .slick-next,
.sliderIImg .slick-prev {
  top: 0;
  right: 56px;
  left: unset;
  top: -78px;
  width: 40px;
  height: 42px;
}
.sliderIImg .slick-next {
  right: 0;
  left: unset;
}
.collection_tab li {
  color: #ffffff;
  opacity: 0.5;
}
.collection_tab li.active {
  opacity: 1;
}

.tw-pfas-w {
  max-width: 850px;
}
.tw-ts {
  width: 202px;
}
.tw-ts-bg {
  background-color: #DDC491;
  color: #55411A;
}
.tw-ts-bg-50 {
  background-color: #F6ECD8;
  color: #55411A;
}
.tw-ts-bg-100 {
  color: #55411A;
  background-color: #EDE0C5;
}
.other-container {}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .responsiveText {
    padding-top: 0px;
    margin-top: -300px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1550px) {
  .container {
    max-width: 1520px !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1550px) and (min-width: 1350px) {
  .container {
    max-width: 1320px !important;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-inline: 32px;
  }
}
@media (min-width: 320px) {
  .container {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1025px) {
  .sliderIImg .slick-dots {
    display: none !important;
  }
  .sliderIImg .slick-next,
  .sliderIImg .slick-prev {
    top: -55px;
  }
  .box {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    padding-left: 0 !important;
  }
  .right-box {
    width: 100%;
  }
  .background_image {
    height: 500px;
    background-position: bottom;
    margin-top: 100px;
  }
  .inner-scroll {
    overflow-y: auto;
    scrollbar-width: none;
    scroll-snap-type: y mandatory;
  }
  .inner-scroll .content {
    scroll-snap-align: start;
  }
  .inner-scroll [data-id="one"]{
    background: url('public/gallery/01m.jpg') no-repeat !important;
    background-size: cover !important;
  }
  .inner-scroll [data-id="two"]{
    background: url('public/gallery/02m.jpg') no-repeat !important;
    background-size: cover !important;
  }
  .inner-scroll [data-id="three"]{
    background: url('public/gallery/03m.jpg') no-repeat !important;
    background-size: cover !important;
  }
  .inner-scroll [data-id="four"]{
    background: url('public/gallery/04m.jpg') no-repeat !important;
    background-size: cover !important;
  }
  .inner-scroll [data-id="five"]{
    background: url('public/gallery/05m.jpg') no-repeat !important;
    background-size: cover !important;
  }
  .inner-scroll [data-id="six"]{
    background: url('public/gallery/06m.jpg') no-repeat !important;
    background-size: cover !important;
  }
}

@media screen and (max-width: 767px) {
  .collection_tab {
    display: none;
  }
  .sliderIImg .slick-slide {
    height: 219px !important;
  }
  .background_image {
    height: 270px;
    background-position: bottom;
  }
  .inner-scroll {
    height: 650px !important;
  }
  .other-container {
    width: 100%;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.noText {
  animation: reveal 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
}
.paragraph {
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 1s;
}
@keyframes reveal {
  0% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media screen and (min-width: 1920px) {
  .inner-scroll {
    height: 100vh !important;
  }
}
@media screen and (min-width: 1024px) {
  .box {
    position: relative;
  }

  .box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000000;
    z-index: 99;
  }
}
