@font-face {
    font-family: "iran_sans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
	url("../fonts/IRANSansWeb.woff") format("woff"),
	url("../fonts/IRANSansWeb.ttf") format("truetype");
}
:root {
  --site-width: 1200px;
  --gap: 30px;
  --bg-base: #e5e0d8;
  --text-main: #3d3a35;
  --accent-gold: #b5a48b;
  --bg-dark: #2c2a27;
  --text-gold: #b5a48b;
  --text-secondary: #99958e;
  --fs-solid: clamp(32px, 4.5vw, 68px);
  --fs-outline: clamp(24px, 2.8vw, 45px);
  --bg-black: #0a0a0a;
  --text-white: #ffffff;
  --text-muted: #a0a0a0;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'iran_sans', serif;
  direction:rtl;
}

.site-line {
  max-width: 1200px;
  margin: auto;
  clear: both;
}

.clearfix {
  clear: both;
}

.app-menu-header {
  position: relative;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

.app-nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.app-logo {
  font-size: 22px;
  font-weight: bold;
  margin-left: auto;
  color: #fff;
  width: 100px;
  height: 50px;
  text-decoration: none;
  direction: block;
}

.app-logo > img {
  max-width: 100%;
}

.app-nav-list {
  list-style: none;
  display: flex;
  gap: 55px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.app-nav-list a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.app-has-submenu {
  position: relative;
}

.app-submenu {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 180px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.app-submenu li {
  padding: 10px 20px;
}

.app-submenu li a {
  color: #000;
  display: block;
}

.app-has-submenu:hover .app-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.app-search-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-search-btn svg {
  color: #fff;
}

.app-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(16, 17, 22, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 5000;
}

.app-search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.app-search-container {
  position: relative;
  width: 90%;
  max-width: 500px;
}

.app-search-input {
  width: 100%;
  padding: 18px 22px;
  font-size: 18px;
  border-radius: 14px;
  border: none;
  outline: none;
  box-sizing: border-box;
}

.app-close-search {
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slides {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.7s ease;
}

.slide {
  width: 100%;
  height: 100vh;
  flex-shrink: 0;
  position: relative;
}

.slide video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.controls {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 10;
}

.btn {
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.btn:hover {
  background: rgba(0, 0, 0, 0.9);
}

.dots {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.dot.active {
  background: transparent;
  border: 1px solid #fff;
}

.dot.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.dot-line {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  left: 0px;
  right: 50%;
  width: 100%;
}

.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 1;
}

.animated-title span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  animation: letterReveal 0.6s forwards;
}

.word-wrapper {
  display: inline-block;
  white-space: nowrap;
}

@keyframes letterReveal {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-text {
  position: absolute;
  left: 50%;
  bottom: 10rem;
  max-width: 1200px;
  padding: 0 1rem;
  color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  width: 100%;
  transform: translateX(-50%);
  z-index: 2;
}

.slide.active .slide-text {
  opacity: 1;
}

.slide-text h2 {
  font-size: 34px;
}

.slide-text h2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(15px);
  animation: letterIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  margin-left: 0.05em;
}

@keyframes letterIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  60% {
    opacity: 1;
    transform: translateY(-2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-text p {
  opacity: 0;
  transition: opacity 0.6s ease;
  max-width: 600px;
}

.slide.active .slide-text p {
  opacity: 0.85;
}

.col-point1 {
  display: none;
}

.slideshow .social-icons-wrapper {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  max-width: 1200px;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  z-index: 15;
}

.slideshow .social-icons-wrapper .social-icons {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}

.slideshow .social-icons-wrapper .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.slideshow .social-icons-wrapper .social-icons a:hover {
  transform: scale(1.2);
  background: rgba(255, 255, 255, 0.1);
}

.slideshow .social-icons-wrapper .social-icons svg {
  width: 16px;
  height: 16px;
  fill: white;
}

.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.two-col-section {
  padding: 6rem 0;
  color: #94897c;
}

.two-col {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

.col-left {
  width: 40%;
}

.col-left img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.col-right {
  width: 60%;
}

.section-heading {
  margin-bottom: 2rem;
}

.section-sup-title {
  display: block;
  margin-bottom: 60px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section-main-title i {
  font-style: italic;
  font-weight: 500;
}

.col-right p {
  margin-top: 2rem;
  line-height: 1.7;
  font-size: 1rem;
  color: #444;
}

.reveal {
  overflow: hidden;
}

.reveal-line {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
}

.inner-two-col {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  margin-top: 2rem;
}

.inner-left {
  width: 60%;
}

.inner-left p {
  margin: 0;
  line-height: 1.7;
  font-size: 1rem;
  color: #444;
}

.inner-right {
  width: 40%;
}

.inner-right img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 75px;
  border-radius: 8px;
}

.reveal-image {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}

.reveal-image.active {
  opacity: 1;
  transform: translateY(0);
}

.services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.services-container .section-head {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

.services-container .section-subtitle {
  font-size: 16px;
  color: #94897c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-container .section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  color: #685c4e;
}

.services-container .section-backtitle {
  font-size: 120px;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.services-container .section-head .icon {
  display: inline-block;
  margin-top: 20px;
}

.services-container .section-head .icon svg {
  width: 40px;
  height: 40px;
  fill: #94897c;
}

.services-container .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.services-container .service-box {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 0.6s ease-out;
}

.services-container .service-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="%23ff6f61"/></svg>') no-repeat center center;
  background-size: contain;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.services-container .service-box.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.services-container .service-box svg,
.services-container .service-box .service-title,
.services-container .service-box .service-desc {
  position: relative;
  z-index: 1;
}

.services-container .service-box svg {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  fill: #94897c;
}

.services-container .service-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.services-container .service-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.header-footer {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 800;
}

.bg-first {
  background-color: #1a1a1a;
}

.bg-last {
  background-color: #16a085;
}

.scroll-wrapper {
  overflow: hidden;
  background: transparent;
  direction:ltr;
}

.scroll-content {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  height: 100vh;
  align-items: center;
  padding: 0px 0px 0px calc((100vw - var(--site-width)) / 2);
}

.item {
  height: 80vh;
  flex-shrink: 0;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 15px;
  padding: 0 15px;
  color: #fff;
  overflow: hidden;
}

.scroll-content > .item:last-child {
  margin-left: var(--gap);
}

.wrapper {
  position: relative;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  border-radius: 0px;
}

.wrapper img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: cover;
  transition: transform 5s cubic-bezier(0.2, 1, 0.3, 1);
}

.wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.sidebar {
  position: absolute;
  top: 0;
  left: -60px;
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 2;
}

.vertical-title {
  color: #ffffff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1.2rem;
  font-weight: 300;
}

.wrapper:hover img {
  transform: scale(1.1) rotate(-2deg);
}

.wrapper:hover::after {
  opacity: 1;
}

.wrapper:hover .sidebar {
  left: 0;
  opacity: 1;
}

.collection-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0px 15px 15px 15px;
  margin: 50px 0px;
  border-bottom: 1px solid #94897c;
  color: #685c4e;
  box-sizing: border-box;
}

.collection-title {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.collection-title i {
  font-style: italic;
  text-transform: capitalize;
  color: #94897c;
}

.all-collection-link {
  text-decoration: none;
  color: #94897c;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}

.all-collection-link:hover {
  border-color: #94897c;
}

.first-item {
  max-width: 280px;
  width: 100%;
  height: 90vh;
  color: #94897c;
  line-height: 32px;
}

.stack-container {
  width: 100%;
}

.card {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(166, 166, 166, 0.74);
  transform: scale(var(--shrink, 1));
  transform-origin: center center;
  will-change: transform;
}

.image-side {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-side {
  flex: 1.2;
  padding: 6% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.headline {
  font-size: clamp(2.5rem, 5vw, 5rem);
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: auto;
  font-weight: 400;
  color: white;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
}

.description {
  font-size: 0.9rem;
  color: #a0a0a0;
  line-height: 1.8;
  max-width: 300px;
}

.discover-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: white;
  position: relative;
}

.circle {
  width: 110px;
  height: 110px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.discover-btn .arrow {
  font-size: 1.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.wedding-footer {
  background-color: #ffffff;
  border-top: 1px solid #f1ece8;
  padding: 80px 8%;
  color: #3d3d3d;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}

.footer-brand h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-brand p {
  max-width: 280px;
  color: #8a7f78;
  font-size: 15px;
  line-height: 1.7;
}

.footer-links h4,
.footer-contact h4 {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 500;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
  text-decoration: none;
  color: #7a6f68;
  font-size: 14px;
  transition: 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #b48a78;
}

.footer-contact p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #7a6f68;
}

.socials a {
  display: inline-block;
  margin-left: 15px;
  transition: 0.3s ease;
}

.socials a svg {
  width: 24px;
  height: 24px;
  fill: #7a6f68;
  transition: 0.3s ease;
}

.socials a:hover svg {
  fill: #b48a78;
  transform: scale(1.1);
}

.footer-bottom {
  margin-top: 70px;
  padding-top: 25px;
  border-top: 1px solid #f3ede9;
  text-align: center;
  font-size: 13px;
  color: #a89b94;
  letter-spacing: 1px;
}

.spacer {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.section-container {
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  overflow: hidden;
}

.main-carousel {
  width: 100%;
  padding: 0 5%;
  overflow: visible !important;
}

.carousel-cell {
  width: calc((100% - 160px) / 3);
  margin-left: 40px;
  aspect-ratio: 1 / 1;
  height: auto;
}

.stair-card {
  width: 100%;
  height: 100%;
  background: var(--card-bg);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  position: relative;
  will-change: transform;
  transform-style: preserve-3d;
  overflow: hidden;
  transform: scale(0.1);
}

.stair-card img {
  position: absolute;
  width: 180%;
  height: 100%;
  left: -40%;
  top: 0;
  object-fit: cover;
  will-change: transform;
}

.flickity-page-dots,
.flickity-prev-next-button {
  display: none !important;
}

.flickity-viewport {
  overflow: visible !important;
}

.mobile-footer-bar {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 500px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  z-index: 2000000003;
}

.mobile-footer-bar a, .mobile-menu-btn {
  text-decoration: none;
  color: #333;
  text-align: center;
  font-size: 12px;
  flex: 1;
  transition: transform 0.2s;
  cursor: pointer;
}

.mobile-footer-bar a:hover, .mobile-menu-btn:hover {
  transform: translateY(-5px);
}

.mobile-menu-btn span {
  font-size: 20px;
  display: block;
  transition: transform 0.3s;
}

.slideup-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
  overflow: auto;
  transition: height 0.3s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slideup-menu.open {
  height: 100%;
}

.slideup-menu .slideup-items {
  opacity: 0;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  width: 80%;
  text-align: center;
  transition: opacity 0.3s ease;
  padding-bottom: 120px;
  box-sizing: border-box;
}

.slideup-menu.open .slideup-items {
  opacity: 1;
  transition-delay: 0.3s;
}

.slideup-menu .slideup-items a {
  padding: 30px 0;
  font-size: 20px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
}

.slideup-menu .slideup-items a:last-child {
  border-bottom: none;
}

.mobile-menu-btn.active span {
  transform: rotate(180deg);
}

.mobile-item {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.mobile-item-header {
  padding: 0px 0;
  font-size: 20px;
  cursor: pointer;
  display: table;
  text-align: left;
  width: 100%;
}

.mobile-item-header > div:last-child {
  display: table-caption;
  caption-side: bottom;
}

.mobile-item-header .arrow {
  transition: transform 0.3s ease;
}

.mobile-item-header > * {
  display: table-cell;
}

.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  display: flex;
}

.mobile-submenu a {
  padding: 10px 0;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  text-align: center;
}

.mobile-item.open .mobile-submenu {
  max-height: 300px;
}

.mobile-item.open .arrow {
  transform: rotate(180deg);
  text-align: right;
}

.mvp {
  height: 820px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.blk {
  display: flex;
  width: 100%;
  height: 90%;
  align-items: stretch;
  gap: 12px;
  box-sizing: border-box;
}

.tile {
  position: relative;
  overflow: hidden;
  background: #050505;
  border-radius: 0;
}

.vb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tile.tall {
  flex: 1;
}

.col-stacked {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tile.small {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tile.small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tile.big-video {
  flex: 2;
}

.tile.big-video iframe {
  transform: translate(-50%, -50%) scale(1.05);
}

.tile.tall::after, .tile.small::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.lang-menu {
  position: relative;
}

.lang-dropdown {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 60px;
  background: rgba(84, 84, 84, 0.67);
  border-radius: 12px;
  padding: 5px 0;
  opacity: 1;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  border: 1px solid #ffffff8c;
  gap: 5px;
}

.lang-dropdown li {
  padding: 3px 5px;
  list-style: none;
}

.lang-dropdown li a {
  color: #fff;
  display: block;
  text-align: center;
}

.lang-menu:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-track {
  height: 300vh;
  position: relative;
}

.sticky-viewport {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.side-column {
  position: absolute;
  height: 250vh;
  top: -75vh;
  width: 17%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 10;
}

.left-column {
  left: 0;
}

.right-column {
  right: 0;
}

.corner-img {
  width: 100%;
  height: 55vh;
  object-fit: cover;
  display: block;
  background-color: #eee;
}

.video-stick {
  width: 58vw;
  height: 70vh;
  object-fit: cover;
  z-index: 2;
}

.hid-element {
  display: none;
}

.vCenter2 {
  display: none;
}

.more-desc {
  text-align: center;
  max-width: 1180px;
  margin: auto;
}

.more-desc h5 {
  color: #685c4e;
  font-size: 23px;
}

.gx-scroll-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.gx-panel {
  position: absolute;
  width: 100%;
  height: 100%;
}

.gx-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gx-after {
  height: 100vh;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.gx-slide-text {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  z-index: 10;
  pointer-events: none;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.gx-slide-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.gx-slide-desc {
  font-size: 1.2rem;
  opacity: 0.9;
}

.mobile-logo {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 58px;
  width: 120px;
  z-index: 10;
}

.mobile-logo > img {
  max-width: 100%;
}

.desktop-card {
  display: block;
}

.mob-card {
  display: none;
}

@media (max-width: 450px) {
  .main-carousel {
    padding: 0 3%;
  }
  .carousel-cell {
    width: 65%;
    margin-left: 10px;
  }
  .stair-card img {
    width: 180%;
    left: -40%;
  }
}

@media (max-width: 768px) {
  .dots {
    display: none;
  }
  .slide-text, .collection-title {
    padding: 0 0.5rem;
    box-sizing: border-box;
    font-size: 2rem !important;
  }
  .slide-text h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .slide-text p {
    font-size: 0.95rem;
  }
  .col-point2 {
    display: none !important;
  }
  .col-point1 {
    display: initial !important;
  }
  .inner-two-col {
    flex-direction: column;
  }
  .inner-left,
  .inner-right {
    width: 100%;
  }
  .inner-right img {
    margin-top: 30px;
  }
  .app-menu-header {
    display: none;
  }
  .social-icons {
    margin: auto;
  }
  .mvp {
    display: none;
  }
  .section-container {
    display: flex;
  }
  .mobile-col {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 25vw;
    z-index: 20;
    will-change: transform;
    top: 64%;
    transform: translateY(-50%);
  }
  #col-left {
    left: 5px;
  }
  #col-right {
    right: 5px;
  }
  .side-img {
    position: relative !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    opacity: 1 !important;
  }
  .main-stage {
    position: absolute;
    width: 45vw;
    height: 40vh;
    z-index: 5;
  }
  .side-column {
    width: 22%;
    gap: 10px;
    height: 100vh;
  }
  .hid-element {
    display: block;
  }
  .corner-img {
    height: 23vh;
  }
  .vCenter1 {
    display: none;
  }
  .vCenter2 {
    display: block;
  }
  .video-stick {
    width: 53vw;
    height: 50vh;
    transform: translateY(-48px);
  }
  .more-desc h5 {
    margin-bottom: 50px;
    padding: 0px 5px;
    box-sizing: border-box;
    font-size: 19.5px !important;
    margin-top: 0px;
  }
  .gx-slide-title {
    font-size: 1.8rem;
  }
  .gx-slide-desc {
    font-size: 0.9rem;
  }
  .desktop-card {
    display: none !important;
  }
  .mob-card {
    display: block !important;
  }
  .mobile-logo {
    display: block !important;
  }
}

@media (max-width: 800px) {
  .col-stacked {
    display: none;
  }
  .tile.big-video {
    flex: 1;
  }
  .mvp {
    height: 500px;
  }
}

@media (max-width: 800px) and (min-width: 451px) {
  .main-carousel {
    padding: 0 4%;
  }
  .carousel-cell {
    width: 50%;
    margin-left: 15px;
  }
  .stair-card img {
    width: 170%;
    left: -45%;
  }
}

@media (max-width: 900px) {
  .card {
    flex-direction: column;
  }
  .image-side {
    height: 80%;
  }
  .content-side {
    flex: none;
    height: 20%;
    padding: 30px;
  }
  .headline {
    font-size: 1.5rem;
  }
  .footer-row {
    margin-top: 20px;
  }
  .description {
    display: none;
  }
  .footer-container {
    flex-direction: column;
    gap: 40px;
  }
  .footer-bottom {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .two-col {
    flex-direction: column;
    gap: 2rem;
  }
  .col-left,
  .col-right {
    width: 100%;
  }
  .section-main-title {
    font-size: 2rem;
  }
}

@media (max-width: 1200px) {
  .tile.tall {
    display: none;
  }
  .carousel-cell {
    width: calc((100% - 90px) / 3);
    margin-left: 30px;
  }
}

@media (max-width: 1200px) and (min-width: 851px) {
  .main-carousel {
    padding: 0 4%;
  }
  .carousel-cell {
    width: 40%;
    margin-left: 15px;
  }
  .stair-card img {
    width: 170%;
    left: -45%;
  }
}

@media (max-width: 1240px) {
  .scroll-content {
    padding-left: 20px;
  }
}

@media (max-width: 1400px) {
  .carousel-cell {
    width: calc((100% - 120px) / 3);
    margin-left: 35px;
  }
}

@media (min-width: 769px) {
  .extra {
    display: none;
  }
  .mobile-col {
    display: contents;
  }
}

@media (min-width: 768px) {
  .mobile-footer-bar,
  .slideup-menu {
    display: none;
  }
}