/** Shopify CDN: Minification failed

Line 357:0 All "@import" rules must come first
Line 364:19 Expected identifier but found whitespace
Line 364:21 Unexpected "{"
Line 364:30 Expected ":"
Line 365:15 Expected identifier but found whitespace
Line 365:17 Unexpected "{"
Line 365:26 Expected ":"
Line 366:16 Expected identifier but found whitespace
Line 366:18 Unexpected "{"
Line 366:27 Expected ":"
... and 21 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* LoveCraft Font */
@font-face {
  font-family: 'LoveCraft';
  src: url('/cdn/shop/files/LoveCraft.woff2?v=1755838598') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Section */
.custom-breadcrumb-section {
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  margin-top: -25px !important;
  position: relative;
  overflow: hidden;
}

/* Left Text */
.breadcrumb-content {
  flex: 1;
  padding-right: 40px;
  text-align: left;
  margin-left: 20px;
}

.breadcrumb-title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 3.2rem;
  margin: 0;
  color: #333333;
}

.breadcrumb-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  margin-top: 10px;
  color: #333333;
}
.breadcrumb-subtitle .current { color: rgb(100, 100, 100); }
.breadcrumb-subtitle .separator { margin: 0 5px; }
.breadcrumb-subtitle a:hover { text-decoration: underline; }

/* Animated Words */
.animated-words {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 4.5rem;
  font-family: 'LoveCraft', cursive;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.9;
  letter-spacing: 3px;
  pointer-events: none;
  z-index: 2;
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
}

/* Overlay Image */
.overlay-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.overlay-image img {
  max-height: 1500px !important;
  object-fit: contain;
  opacity: 1;
}

/* Animation setup for 9 spans */
.animated-words span {
  --o: 1;
  opacity: 0;
  transform: translateY(-60px);
  animation: fallDown 2.0s ease forwards;
}

/* Desktop: show only first 5 spans */
@media screen and (min-width: 601px) {
  .animated-words span:nth-child(n+6) { display: none; }
  .animated-words span:nth-child(1) { animation-delay: 0s; --o:1; }
  .animated-words span:nth-child(2) { animation-delay: 0.3s; --o:0.8; }
  .animated-words span:nth-child(3) { animation-delay: 0.6s; --o:0.6; }
  .animated-words span:nth-child(4) { animation-delay: 0.9s; --o:0.5; }
  .animated-words span:nth-child(5) { animation-delay: 1.2s; --o:0.3; }
}

/* Mobile: show all 9 spans */
@media screen and (max-width: 600px) {
  .animated-words span { display: block; margin-bottom: 5px; }
  .animated-words span:nth-child(1) { animation-delay: 0s; --o:1; }
  .animated-words span:nth-child(2) { animation-delay: 0.2s; --o:0.9; }
  .animated-words span:nth-child(3) { animation-delay: 0.4s; --o:0.8; }
  .animated-words span:nth-child(4) { animation-delay: 0.6s; --o:0.7; }
  .animated-words span:nth-child(5) { animation-delay: 0.8s; --o:0.6; }
  .animated-words span:nth-child(6) { animation-delay: 1.0s; --o:0.5; }
  .animated-words span:nth-child(7) { animation-delay: 1.2s; --o:0.45; }
  .animated-words span:nth-child(8) { animation-delay: 1.4s; --o:0.4; }
  .animated-words span:nth-child(9) { animation-delay: 1.6s; --o:0.35; }
}

@keyframes fallDown {
  0% { opacity: 0; transform: translateY(-60px); }
  100% { opacity: var(--o); transform: translateY(0); }
}

/* Responsive */
@media screen and (max-width: 992px) {
  .breadcrumb-title { font-size: 48px; }
  .animated-words { font-size: 50px; right: 20px; }
  .overlay-image img { max-height: 800px!important; }
}

/* ---------- Mobile (≤600px) ---------- */
@media screen and (max-width: 600px) {
  .custom-breadcrumb-section {
    height: 180px;
    padding: 0 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    /* Background tweaks */
    background-size: 140%;   /* ⬅ increase image size (try 150–200%) */
    background-repeat: no-repeat;
    background-position: -60px center;
  }

  .breadcrumb-content {
    margin-left: 40px !important;
    padding-left: 30px;
    text-align: left;
  }

  .breadcrumb-title { font-size: 1.2rem; margin-top: -10px;}
  .breadcrumb-subtitle { font-size: 0.7rem; margin-top: 2px; font-weight: 400;}
  .breadcrumb-subtitle .separator {margin-inline: 1px;}

  .animated-words {
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.0rem !important;
  }

  .overlay-image {
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .overlay-image img {
    max-height: 300px !important;
  }
}
/* LoveCraft Font */
@font-face {
  font-family: 'LoveCraft';
  src: url('/cdn/shop/files/LoveCraft.woff2?v=1755838598') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Section */
.custom-breadcrumb-section {
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  margin-top: -25px !important;
  position: relative;
  overflow: hidden;
}

/* Left Text */
.breadcrumb-content {
  flex: 1;
  padding-right: 40px;
  text-align: left;
  margin-left: 200px;
}

.breadcrumb-title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 3.2rem;
  margin: 0;
  color: #333333;
}

.breadcrumb-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  margin-top: 10px;
  color:#333333;
}
.breadcrumb-subtitle .current {
  color:rgb(100, 100, 100);
}

/* Animated Words */
.animated-words {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 4.0rem;
  font-family: 'LoveCraft', cursive;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.9;
  letter-spacing: 3px;
  pointer-events: none;
  z-index: 2;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* Overlay Image */
.overlay-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 49%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.overlay-image img {
  max-height: 1500px !important;
  object-fit: contain;
  opacity: 1;
}

/* Animation setup for 9 spans */
.animated-words span {
  --o: 1;
  opacity: 0;
  transform: translateY(-60px);
  animation: fallDown 2.0s ease forwards;
}

/* Desktop: show only first 5 spans */
@media screen and (min-width: 601px) {
  .animated-words span:nth-child(n+6) {
    display: none;
  }
  .animated-words span:nth-child(1) { animation-delay: 0.0s;  --o: 1; }
  .animated-words span:nth-child(2) { animation-delay: 0.3s;  --o: 0.8; }
  .animated-words span:nth-child(3) { animation-delay: 0.6s;  --o: 0.6; }
  .animated-words span:nth-child(4) { animation-delay: 0.9s;  --o: 0.5; }
  .animated-words span:nth-child(5) { animation-delay: 1.2s;  --o: 0.3; }
}

/* Mobile: show all 9 spans */
@media screen and (max-width: 600px) {
  .animated-words span:nth-child(n) {
    display: block;
  }
  .animated-words span:nth-child(1) { animation-delay: 0.0s;  --o: 1; }
  .animated-words span:nth-child(2) { animation-delay: 0.2s;  --o: 0.9; }
  .animated-words span:nth-child(3) { animation-delay: 0.4s;  --o: 0.8; }
  .animated-words span:nth-child(4) { animation-delay: 0.6s;  --o: 0.7; }
  .animated-words span:nth-child(5) { animation-delay: 0.8s;  --o: 0.6; }
  .animated-words span:nth-child(6) { animation-delay: 1.0s;  --o: 0.5; }
  .animated-words span:nth-child(7) { animation-delay: 1.2s;  --o: 0.45; }
  .animated-words span:nth-child(8) { animation-delay: 1.4s;  --o: 0.4; }
  .animated-words span:nth-child(9) { animation-delay: 1.6s;  --o: 0.35; }
}

@keyframes fallDown {
  0% { opacity: 0; transform: translateY(-60px); }
  100% { opacity: var(--o); transform: translateY(0); }
}

/* Responsive layout tweaks */
@media screen and (max-width: 992px) {
  .breadcrumb-title { font-size: 48px; }
  .animated-words { font-size: 50px; right: 20px; }
  .overlay-image img { max-height: 800px !important; }
}

/* ---------- Mobile (≤600px) ---------- */
@media screen and (max-width: 600px) {
  .custom-breadcrumb-section {
    height: 180px;
    padding: 0 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    /* Background tweaks */
    background-size: 140%;   /* ⬅ increase image size (try 150–200%) */
    background-repeat: no-repeat;
    background-position: -60px center;
  }

  .breadcrumb-content {
    margin-left: 40px !important;
    padding-left: 30px;
    text-align: left;
  }

  .breadcrumb-title { font-size: 1.2rem; margin-top: -10px;}
  .breadcrumb-subtitle { font-size: 0.7rem; margin-top: 2px; font-weight: 400;}
  .breadcrumb-subtitle .separator {margin-inline: 1px;}

  .animated-words {
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.0rem !important;
  }

  .overlay-image {
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .overlay-image img {
    max-height: 300px !important;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Raleway&display=swap');

.custom-move-aboutus {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 20px;
  align-items: start;
  background-color: {{ section.settings.bg_color }};
  padding-left: {{ section.settings.side_padding }};
  padding-right: {{ section.settings.side_padding }};
  padding-top: {{ section.settings.padding_top }};
  padding-bottom: {{ section.settings.padding_bottom }};
  margin: {{ section.settings.margin }};
  width: 100%;
}

.custom-move-aboutus.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Left slideshow */
.custom-move-aboutus .investment-left {
  position: relative;
}
.custom-move-aboutus .slideshow img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: none;
  border-radius: 10px;
}
.custom-move-aboutus .slideshow img.active {
  display: block;
}

/* Right text */
.custom-move-aboutus .investment-text h2 {
  font-size: {{ section.settings.heading_size }};
  font-family: 'Fjalla One', sans-serif;
  color: {{ section.settings.heading_color }};
  margin-bottom: 15px;
}
.custom-move-aboutus .investment-text p {
  font-size: {{ section.settings.body_size }};
  font-family: 'Raleway', sans-serif;
  color: {{ section.settings.description_color }};
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 15px;
}

/* Right side images – side by side */
.custom-move-aboutus .images-row {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.custom-move-aboutus .images-row img {
  flex: 1 1 30%;
  max-width: 30%;
  border-radius: 10px;
  object-fit: cover;
}

/* Responsive adjustments */
@media screen and (max-width: 992px) {
  .custom-move-aboutus {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 15px;
  }
  .custom-move-aboutus .slideshow img {
    height: 360px;
  }
  .custom-move-aboutus .investment-text h2 {
    font-size: 1.6rem;
  }
  .custom-move-aboutus .investment-text p {
    font-size: 0.95rem;
  }
  .custom-move-aboutus .images-row img {
    max-width: 32%;
  }
}

@media screen and (max-width: 768px) {
  .custom-move-aboutus {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .custom-move-aboutus .slideshow img {
    height: 280px;
  }
  .custom-move-aboutus .investment-text h2 {
    font-size: 1.3rem !important;
  }
  .custom-move-aboutus .investment-text p {
    font-size: 0.9rem !important;
  }
  .custom-move-aboutus .images-row {
    flex-direction: column;
  }
  .custom-move-aboutus .images-row img {
    max-width: 100%;
  }
}
.create-custom-page {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .create-custom-page .container {
    max-width: 1000px;
    margin: 0 auto;
  }