@mixin make-container($padding-x: $container-padding-x) {
  width: 100%;
  padding-right: $padding-x;
  padding-left: $padding-x;
  margin-right: auto;
  margin-left: auto;
}

.pt-serif-regular {
  font-family: "PT Serif", serif !important;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}


body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.custom-container {
  @include make-container();
}
body{
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	background-color: #f4ebe4;
}
.card-image{
	object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    aspect-ratio: 1.7777777777778;
}

.card-image img{
    width: 100%;
    border-radius: 25px;
    height: 525px;
}

.trigger-section{
	
}

.feature-info{
	margin-top: 35%;
}

.feature-section{
  display:flex;
  gap:60px;
  align-items:flex-start;
}

.feature-copy{
  /*flex:0 0 40%;*/
  position:relative;
}

.feature-cards{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:60px;
}

/* This is the magic: text slides inside a clipped viewport */
.viewport{
  overflow:hidden;
}

.index-inner,
.caption-inner{
  will-change: transform, opacity;
}

.index-inner{
	color: #715852;
	font-size: .75rem;
    line-height: 1rem;
}

.hero-text{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        color: transparent;
    background: linear-gradient(125.75deg, #d5cec7 9.27%, #76726e 95.35%);
    -webkit-background-clip: text;
    background-clip: text;
    width: 70%;
    text-shadow: 0px 0px 2px #00000080;
    color: #f4ebe4;
}

.hero-text h1{
	font-size: 7.25rem;
    line-height: 5.625rem;
    text-align: center;
}

.future-hero-text-wrapper{
	background: linear-gradient(160.45deg, #76726e 0%, #d5cec7 32.85%, transparent 68.05%, transparent 100%);
    background-size: 122.6667% 529%;
    background-clip: text;
    -webkit-background-clip: text;
    background-position: 0% calc(100% - var(--reveal) * 100%);
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.feature-copy h1{
	font-size: 3.75rem;
    line-height: 3.75rem;
}

.caption-inner{
	color: #715852;
	font-size: 1.875rem;
    line-height: 2rem;
}

.strached-image{
	width: 90vw;
	border-radius: 20px;
}

.girl-strached-image{
	width: 90vw;
	border-radius: 20px;
}
.slider-cards-top{
	flex:1;
	display:flex;
	flex-direction:row;
	gap:16px;
}

.slider-cards-bottom{
  flex:1;
  display:flex;
  flex-direction:row;
  gap:16px;
}

.strached-section{
	height: 125vh;
}
.slide-text-para {
	font-size: 1rem;
    line-height: 1.375rem;
    color: #715852;
}

.slide-text-heading {
	font-size: 2.625rem;
	line-height: 2.75rem;
    color: #715852;
}

.slide-card img{
    border-radius: 25px;
    max-height: 671px;
}

.background-handler {
  position: relative; /* Needed so pseudo-elements can be positioned */
}

.background-handler img {
  height: 125vh;
}

.background-handler::before,
.background-handler::after {
  content: ""; /* Required for pseudo-elements */
  position: absolute;
  z-index: -1; /* Push behind main content */
}

.background-handler::before {
  background: url('assets/top-bg.webp');
  opacity: 1;
  top: -98%;
  left: -16%;
  width: 77%;
  height: 89%;
  background-repeat: no-repeat;
  background-size: 25%;
  rotate: -145deg;
}

.background-handler::after {
  background: url('assets/bottom-bg.webp');
  opacity: 1;
  left: -8%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  bottom: -80%;
  rotate: 70deg;
}
.card-container{
  height: 100%;
  background-color: #f4ebe4;
}

.card-container img{
  width: 100%;
  height: 474px;
  object-fit: cover;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.card-content-button{
  border-width: 1px;
  border-style: solid;
  border-color: rgba(176, 115, 78, 0.4);
  border-image: initial;
  background-color: #715852;
  color: white;
}

.card-content-button:hover{
  background-color: rgb(73, 51, 44);
  color: white;
}

.small-text{
  text-transform: uppercase;
  font-weight: 700;
  color:rgba(174, 146, 138, 1);
}

.menu-container{
  height: 100vh;
}

.left-menu-section{
  height: 100vh;
  background-image: url('assets/menu.webp');
  position: relative;
}

.right-menu-section{
  height: 100vh;
  background:linear-gradient(115.11deg,#49332c,#261a16);
  position: relative;
}

.canvas{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 560px;
  z-index: 99;
}

.canvas img{
  width: 280px;
  height: 560px;
  border-radius: 25px;
  object-fit: cover;
}

.menu-li{
  font-size: 2.25rem;
  line-height: 3.1rem;
  list-style-type: none;
  color: transparent;
  background: linear-gradient(125.75deg, #d5cec7 9.27%, #76726e 95.35%);
  background-clip: text;
}
.menu-li:hover{
  color: white;
}

.small-menu-parent{
  font-size: .9375rem;
  line-height: 1.375rem;
  list-style-type: none;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(125.75deg, #d5cec7 9.27%, #76726e 95.35%);
  background-clip: text;
}


.sm-menu-li{
  font-weight: 500;
  line-height: 1.6rem;
}



.sm-menu-li:hover{
  color: white;
  
}

.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content h1{
  font-size: 1.875rem;
  line-height: 2rem;
  color: transparent;
  background: linear-gradient(125.75deg, #d5cec7 9.27%, #76726e 95.35%);
  background-clip: text;
}

p.content-title{
  font-size: .9375rem;
  line-height: 1.375rem;
  color: transparent;
  background: linear-gradient(125.75deg, #d5cec7 9.27%, #76726e 95.35%);
  background-clip: text;
  text-transform: uppercase;
  font-weight: 700;
}
span.content-title{
  font-size: .9375rem;
  line-height: 1.375rem;
  color: #e3cdbb;
  font-weight: 500;
}

span.content-title a{
  font-size: .9375rem;
  line-height: 1.375rem;
  color: #e3cdbb;
  font-weight: 500;
}

.content-menu{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-button{
  height: 40px;
  width: 40px;
  position: absolute;
  top:  20px;
  z-index: 999;
  color: white;
  border-radius: 5px;
  border: 0px;
  right: 40px;
  background-color: #71585233;
}

.menu-button{
  color: #f4ebe4;
  background: #71585233;
  position: absolute;
  top:20px;
  right: 40px;
  border: 0px;
  padding: 6px 20px;
  z-index: 9999;
}

.hero-video{
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 100vh;
}
.hero-section{
    margin-bottom: 200px;
}

.image-box-second{
  max-height: 815px;
  height: 815px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.desktop-100-mobile-50{
    margin-bottom: 100px;
}

.card-image{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.card-container.text-edition{
  padding: 80px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: linear-gradient(115.11deg, rgb(73, 51, 44), rgb(38, 26, 22));       
}

.logo {
  width: 200px;
}

.in-number {
  font-size: 2.5rem;
}

@media (max-width: 600px) {
  .hero-text{
    width: 80%;
  }
  .hero-text h1{
    font-size: 4.5rem;
    line-height: 3.625rem;
    text-align: center;
  }
  .hero-video{
    object-fit: cover;
    object-position: 50% 50%;
    width: 100vw;
    height: 85vh;"
  }

  .feature-copy h1{
    font-weight: 400;
    font-size: 2.7rem;
    line-height: 2.625rem;
    letter-spacing: -.03em;
  }
  .hero-section{
    margin-bottom: 130px;
  }
  .hide-on-mobile{
    display: none;
  }
  .mobile-card-image img{
    max-height: 185.11px;
    border-radius: 8px;
  }

  .mobile-padding-for-container{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .slide-text-heading{
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.875rem;
    letter-spacing: -.01em;
  }
  .image-box-second{
    height: 286px;
  }
  .desktop-100-mobile-50{
    margin-bottom: 50px;
  }
  .caption-inner{
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: -.02em;
  }
  .card-image{
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }

  .card-container.text-edition{
    padding: 40px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0px;
    text-align: center;
    background: linear-gradient(115.11deg, rgb(73, 51, 44), rgb(38, 26, 22));       
  }

  .card-container img{
    width: 100%;
    max-height: 186px;
    object-fit: cover;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }


}


.gsap-marker-start,
.gsap-marker-end,
.gsap-marker-scroller-start,
.gsap-marker-scroller-end {
  z-index: 2147483647 !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
}