@font-face {
    font-family: "Druk Wide Medium";
    src: url("../fonts/7e389c5e310dc537b083e0e25ea6eab5.eot");
    src: url("../fonts/7e389c5e310dc537b083e0e25ea6eab5.eot?#iefix")format("embedded-opentype"),
    url("../fonts/7e389c5e310dc537b083e0e25ea6eab5.woff2")format("woff2"),
    url("../fonts/7e389c5e310dc537b083e0e25ea6eab5.woff")format("woff"),
    url("../fonts/7e389c5e310dc537b083e0e25ea6eab5.ttf")format("truetype"),
    url("../fonts/7e389c5e310dc537b083e0e25ea6eab5.svg#Druk Wide Medium")format("svg");
}

@font-face{
    font-family: "Mabry Pro Medium";
    src: url("../fonts/9b06ae83a4412168ed194a8ed31218c2.eot");
    src: url("../fonts/9b06ae83a4412168ed194a8ed31218c2.eot?#iefix")format("embedded-opentype"),
        url("../fonts/9b06ae83a4412168ed194a8ed31218c2.woff")format("woff"),
        url("../fonts/9b06ae83a4412168ed194a8ed31218c2.woff2")format("woff2"),
        url("../fonts/9b06ae83a4412168ed194a8ed31218c2.ttf")format("truetype"),
        url("../fonts/9b06ae83a4412168ed194a8ed31218c2.svg#Mabry Pro Medium")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('../fonts/TrajanPro-Bold.eot');
    src: url('../fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TrajanPro-Bold.woff2') format('woff2'),
        url('../fonts/TrajanPro-Bold.woff') format('woff'),
        url('../fonts/TrajanPro-Bold.ttf') format('truetype'),
        url('../fonts/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.wrapper{background:#000;}
ul, ul li{margin:0;padding:0}
.pt0{padding-top:0}
.sw{padding-top:50px;padding-bottom:50px}

.page-section{min-height: 100vh;width: 100%;position: relative;padding:0;opacity:1;transform:translateY(0);transition:.7s;display:flex;align-items:center}
.page-section.active{opacity:1;transform:translateY(0);}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
  will-change: transform;
}

/* Common styles for both panels */
.panel {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #000; /* Your white background */
  transition: transform 0.9s cubic-bezier(0.175, 0, 0.175, 1);
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

/* The "Loaded" state */
.loaded .top {
  transform: translateY(-100%);
}

.loaded .bottom {
  transform: translateY(100%);
}



header{position:fixed;top:0;width:100%;z-index:1000;padding-top:10px;padding-bottom:10px}
.top-menu ul{display:flex;justify-content:center;margin:0;padding:15px;list-style:none;}
.top-menu li{margin:0 10px}
.top-menu a{color:#fff;text-decoration:none;font-size:18px;padding:6px 15px;border-radius:20px;border:1px solid #fff;}
.top-menu a.active{color:#fff;background-color:#BF1F28;padding-bottom:4px;border:2px solid #BF1F28;}
:root {
    --font: calibri;
    --size-pri: 1px;
    --size-sec: 100px; 
    --main-clr: #fff;
    --white: #fff;
}
.btn {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width:auto;
    min-height: auto;
    font-family: calibri;
    font-size: 1.2em;
    border-radius: 100px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    border: 2px solid var(--main-clr);
    color: var(--main-clr);
    background-color : transparent;
    overflow: hidden;
}    
.btn::before, .btn::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background-color: var(--main-clr);
    z-index: -1;
    transition: all 400ms ease-in;
    }

    .btn:hover {
        color: #000;
    }

    .btn::before {
        opacity: 0.3;
    }

    .btn::after {
        transition-delay: 0.3s;
    }

    .btn:hover::before, .btn:hover::after {
        top: 0;
    }




.cnt-blk{margin-top:70px}

footer{background:#000;width:100%}
.footer{margin:0 auto;padding-bottom:15px}
.footer .ftr-tp ul.add{display:flex;flex-direction:row;padding:0;justify-content: end;}
.footer .ftr-tp ul.add li{color:#fff;padding:0 15px 0 15px;font:18px/28px "Mabry Pro Medium";list-style:none}
.footer .ftr-tp ul.add li a{color:#fff;display:block;position:relative;padding-left:30px;text-decoration:none}
.footer .ftr-tp ul.add li a:before{position:absolute;content:'';left:0;top: 3px;width:20px;height:20px;background-repeat:no-repeat;background-position:0 0;background-size:contain}
.footer .ftr-tp ul.add li.tel a:before {background-image:url('../../assets/images/ic_phone.png')}
.footer .ftr-tp ul.add li.mail a:before{background-image:url('../../assets/images/ic_mail.png')}
.footer .ftr-tp ul.add li.loc a:before{background-image:url('../../assets/images/ic_loc.png')}
.footer .ftr-md {padding-bottom:50px;padding-top:30px}
.footer .ftr-btm ul.soc{display:flex;flex-direction:row;padding:0;justify-content: center;}
.footer .ftr-btm ul.soc li{padding:0 10px 0 10px;list-style:none}
.footer .ftr-btm ul.soc li a{position:relative;padding-left:30px;text-indent:-9999em;display:block;height:35px}
.footer .ftr-btm ul.soc li a:before{position:absolute;content:'';left:0;top: 3px;width:30px;height:30px;background-repeat:no-repeat;background-position:0 0;background-size:contain}
.footer .ftr-btm ul.soc li.fb a:before {background-image:url('../../assets/images/ic_fb.png')}
.footer .ftr-btm ul.soc li.tw a:before{background-image:url('../../assets/images/ic_twitter.png')}
.footer .ftr-btm ul.soc li.insta a:before{background-image:url('../../assets/images/ic_instagram.png')}
.footer .ftr-btm ul.soc li.uTube a:before{background-image:url('../../assets/images/ic_youtube.png')}
.footer .ftr-btm ul.ftr-links{display:flex;flex-direction:row;padding:0;justify-content: end;}
.footer .ftr-btm ul.ftr-links li{color:#fff;padding-left:10px;font:16px/26px "Mabry Pro Medium";list-style:none}
.footer .ftr-btm ul.ftr-links li a{color:#fff;display:block;text-decoration:none}

/* Text Gradient CSS */
.partner-logo-slide p {font-size:100px;
  color: #BF1F28;
  background-image: linear-gradient(180deg, #BF1F28 , #740005 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "Druk Wide Medium";padding:0 30px;margin-bottom:0;
}


.partner-logo-slider {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
}
.partner-logo-slider:before {display:none;
  content: "";
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  z-index: 9;
}
.partner-logo-slider:after {display:none;
  content: "";
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  z-index: 9;
}
.partner-logo-slide {
  display: flex;
  align-items: center;
  gap: 20px;
  animation: partner-logo 30s linear infinite;
}

.partner-logo-slide:hover {
  animation-play-state: paused;
}
.partner-logo-slide img {
  width: 150px;
  border: 1px solid #b2b2b2;
  padding: 20px;
  border-radius: 10px;
}
@keyframes partner-logo {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

h2{font-family: "Druk Wide Medium";color:#BF1F28;font-size:40px}
h3{font-family: 'Trajan Pro';color:#fff;font-size:18px}
p{font-family: "Mabry Pro Medium";color:#fff;font-size:16px}

.abt-cnt-cent{text-align:center}
.abt-cnt-lft,.abt-cnt-rgt{padding-top:150px}
.abt-cnt-lft figure{text-align:right}
.abt-cnt-lft p,.abt-cnt-rgt p{min-height:140px}
.abt-cnt-cent h2{margin-bottom:30px}


.banner-slider .slide {	
    width:100%;
    height:800px;
    position:relative;
	background-color:#000
}

/* FULL WIDTH FIX */
.banner-slider{
  position: relative;
  width:100vw;
   min-height: calc(100vh - 120px);
  /*min-height: 100vh;*/
  margin-left:calc(-50vw + 50%);
  display: block;
  align-items: center;
  justify-content: center;
}

/* SLIDE */


/* BACKGROUND HERO */
.banner-slider .slide.hero1{
    background:url('../images/hero-banner1.jpg') no-repeat center center;
    background-size:cover;
}

.banner-slider .slide.hero2{
    background:url('../images/hero-banner2.jpg') no-repeat center center;
    background-size:cover;
}

/* DARK OVERLAY */
.banner-slider .slide::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
}

/* CONTENT */
.banner-slider .content{
    position:absolute;
    top:50%;
    left:10%;
    transform:translateY(-50%);
    color:#fff;
    z-index:2;
	width:800px
}

/* TEXT ANIMATION */
.banner-slider .heading,
.banner-slider .text, .banner-slider h3{
    opacity:0;
    transform:translateY(80px);
    transition:all .8s ease;
}

.banner-slider .slick-active .heading{
    opacity:1;
    transform:translateY(0);
    transition-delay:.3s;margin-bottom:30px
}

.banner-slider .slick-active .text{
    opacity:1;
    transform:translateY(0);
    transition-delay:.6s;
    font-family: "Mabry Pro Medium";font-size:12px;color:#fff;font-weight:400;
}
.banner-slider .slick-active h3{
    opacity:1;
    transform:translateY(0);
    transition-delay:.6s;
    font-family: 'Trajan Pro';font-size:18px;color:#fff;margin-bottom:30px
}
.banner-slider .slick-active h3 span{display:block;font-size:13px}

/* IMPORTANT FOR FADE */
.banner-slider .slick-slide{
    height:800px;
}

.our-journey {width:100%}
.our-journey h2{text-align:center;font-size:40px;margin-bottom:30px}
.our-journey .banner{background:url('../images/our-journey-img.png') no-repeat center top;padding:50px 60px}
.our-journey .banner .banner-in{height:650px;position:relative;}
.our-journey .banner .banner-in figure{position:absolute;top:0;right:0}
.our-journey .banner .banner-in .cnt{position:absolute;bottom:0;left:0;width:545px}
.our-journey .banner h3{font-family: "Druk Wide Medium";color:#fff;font-size:35px;margin-bottom:25px}
.our-journey .banner p{font-family: "Mabry Pro Medium";color:#fff;font-size:16px}


/* Podcast*/
.podcast-slider-wrap{text-align:center;padding-bottom:60px;overflow:hidden}
.podcast-slider {margin:0 auto;width:700px}
.podcast-slider-wrap h2{font-size:80px;margin-bottom:30px}
.podcast-slider .slide{position:relative;}
.podcast-slider .slick-list{overflow:visible}
.podcast-slider img{
height:400px;
object-fit:cover;
}

/* LEFT TITLE */

.podcast-slider .caption-left{
position:absolute;
bottom:-50px;
left:0;
overflow:hidden;
}

.podcast-slider .caption-left h3{
color:#fff;font-family: "Mabry Pro Medium";
font-size:22px;
margin:0;
transform:translateX(120%);
opacity:0;
transition:0.8s;
}

/* RIGHT NAV TEXT */

.podcast-slider .podcast-controls{
position:absolute;
bottom:-50px;
right:0;
display:flex;
gap:10px;
overflow:hidden;
}

.podcast-slider .podcast-controls span{
color:#fff;font-family: "Mabry Pro Medium";
font-size:22px;
cursor:pointer;
/*transform:translateX(120%);*/
opacity:1;
transition:0.8s;
}

/* ACTIVE ANIMATION */

.podcast-slider .slick-active .caption-left h3{
transform:translateX(0);
opacity:1;
}

.podcast-slider .slick-active .podcast-controls span{
transform:translateX(0);
opacity:1;
}


/* WHAT WE DO */
.what-we-do-wrapper{width:100%;}
.what-we-do-wrapper h2{text-align:center;margin-bottom:30px}
.slick-vertical .slick-slide{height:700px;border-radius:25px}
.intro-wrapper{
height:100vh;
background:#000;
position:relative;
overflow:hidden;
}

.intro-text{
position:absolute;
color:#BF1F28;
left:50%;
font-size:150px;
font-weight:bold;
opacity:0;
white-space:nowrap;
transition:1.2s cubic-bezier(.77,0,.18,1);
}

.text1{top:30%;transform:translate(120vw,0)}
.text2{top:50%;transform:translate(-120vw,0)}
.text3{top:70%;transform:translate(120vw,0)}

.show{opacity:1;transform:translate(-50%,0)}
.merge{top:50%;transform:translate(-50%,-50%) scale(1.15)}
.fadeUpOut{opacity:0;transform:translate(-50%,-150%) scale(1.25)}


/*What We Do*/
.do-slider{display:none}
.do-slider,.slide3{height:600px}

.slide3{
display:flex!important;
/* align-items:center; */
justify-content:right;
color:#fff;position:relative;margin-left:150px
}
.what-we-do-in{position:relative;max-width:1440px;margin:0 auto;display: flex;align-items: center;justify-content: center;min-height: 100vh;}
.what-we-do-in h2.hdg{position:absolute;left:-100px;z-index:10000;top:55%;font-size:70px}
.what-we-do-in p{position:absolute;bottom:20px;z-index:10000;font-size:24px;right:0;width:70%;font-weight:400;line-height:34px}
.slide3.films{background:url('../images/films.png') no-repeat right center}
.slide3.music{background:url('../images/music.png') no-repeat right center}
.slide3.podcast{background:url('../images/podcast.png') no-repeat right center}
/* .what-we-do-in .do-slider{margin-left:150px} */
.what-we-do-in ul {position:absolute;left:30px;z-index:10000;top:65px;}
.what-we-do-in ul li{color:#fff;list-style:none;display:inline-block;padding-right:10px;font-size:24px;font-weight:500;font-family: "Druk Wide Medium";}
.what-we-do-in ul li.act{color:#BF1F28}

.hdg,.txt{
opacity:0;
transform:translateY(80px);
}

.hdg.show,.txt.show{
animation:up .8s forwards;
}

@keyframes up{
to{opacity:1;transform:translateY(0)}
}

.section{
max-width:1320px;
margin:0 auto;
display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:25px;
}

.box{
padding:0;
}

#abt{background:url('../images/podcast-bg.png') no-repeat center center;background-size:cover;min-height: 100vh;}

#animateSection .img-row{
display:flex;
gap:15px;
margin-top:25px;
flex-direction:column
}

/* #animateSection .img-row img{
width:123px;
height:140px;
object-fit:cover;
border-radius:10px;
} */
#animateSection .left,#animateSection .right {padding-top:150px}
#animateSection .left .img-row img{align-self: flex-end;}
#animateSection .right .img-row img{align-self: flex-start;}
#animateSection .left .img-row img:last-child{padding-right:100px;margin-top:-43px}
#animateSection .right .img-row img:last-child{padding-left:100px;margin-top:-43px}
/* CENTER IMAGE */

#animateSection .center img{
width:100%;
height:422px;
object-fit:cover;
border-radius:14px;
}
#animateSection h3{margin-bottom:25px;font-family: 'Trajan Pro';font-size:24px;color:#fff}
#animateSection p{min-height:125px}
#animateSection h2{text-align:center}

/* INITIAL STATES */

#animateSection .fadeUp{
opacity:0;
transform:translateY(70px);
transition:1s cubic-bezier(.19,1,.22,1);
}

#animateSection .fadeDown{
opacity:0;
transform:translateY(-70px);
transition:1s cubic-bezier(.19,1,.22,1);
}

#animateSection .zoomIn{
opacity:0;
transform:scale(0.6);
transition:1.4s cubic-bezier(.19,1,.22,1);
}

/* ACTIVE */

#animateSection .show{
opacity:1;
transform:translateY(0) scale(1);
}


@media only screen and (max-width: 1025px) {
  .partner-logo-slide {
    gap: 20px;
  }
  .partner-logo-slide img {
    height: 45px;
  }
}

/*Collaboration*/
.collaborate{width:100%;display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;background: #000;}
	
.collaborate h2{color:#fff;font-size:35px;font-family: 'Trajan Pro';}
.collaborate p {font-weight:400;font-size:18px}
	.collaborate {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  padding: 100px 0;
}

/* Initial state */
.collaborate .lft,
.collaborate .rgt,
.collaborate figure {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

/* When active */
.collaborate.active .lft {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.collaborate.active .rgt {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

/* Image with more delay */
.collaborate.active figure {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s; /* for image */
}


/*Stage*/
:root {
  --bg: #0a0a0a;
  --fg: #ffffff;
  --primary: #4a9ece;
  --muted-fg: #8c8c8c;
  --border: #2e2e2e;
  /* --card-bg: #121212; */
}
/* ===== PROPERTY CAROUSEL ===== */
.property-carousel { padding: 6rem 2rem 0; display: flex; gap: 1rem; }
.property-card {
  position: relative; flex: 1; min-width: 0; height: 280px;
  border-radius: 1rem; overflow: hidden; cursor: pointer;
}
.property-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s;
}
.property-card:hover img { transform: scale(1.05); }
.property-card .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.8), transparent, transparent);
}
.property-card .address {
  position: absolute; bottom: 1rem; left: 1rem;
  font-size: 0.875rem; color: var(--fg);
}


/* ===== PARALLAX SHOWCASE ===== */
.parallax-container {width:100%; position: relative;text-align:center;height:100vh}
.parallax-sticky {
  position: sticky; top: 0; height: 100vh;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.parallax-inner {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  will-change: transform;background:#070707 url('../images/stage-cen-img.png') no-repeat center top;
}    

/* Decorative curves */
.deco-left, .deco-right {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 60px; opacity: 0.2; pointer-events: none;
}
.deco-left { left: 0; }
.deco-right { right: 0; }
.deco-left svg, .deco-right svg { width: 100%; height: auto; }

.leftRow1 {transform: rotate(-10deg);}
/* Card sets */
.card-layer {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.card-layout {
  max-width: 90rem; margin: 0 auto; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem;
}
.phone-wrapper { display: flex; justify-content: center; will-change: transform, opacity; }
.phone-mockup {  
   border-radius: 2rem; /*border: 3px solid rgba(255,255,255,0.9); */
  overflow: hidden;
  box-shadow: 0 25px 60px -12px rgba(0,0,0,0.5);
}
.phone-mockup img { width: 100%; height: 100%; object-fit: cover; }

#leftPhone0 .phone-mockup img{transform: rotate(-3deg);}
#rightPhone0 .phone-mockup img{transform: rotate(2deg);}

#leftPhone1 .phone-mockup img{transform: rotate(2deg);}
#rightPhone1 .phone-mockup img{transform: rotate(-3deg);}
.card-spacer { flex: 1; }

/* Text layers */
.text-layer {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.text-content {
  text-align: center; padding: 0 1rem; max-width: 37rem;
  will-change: transform, opacity;
}
.text-content h2 {
  font-size:60px;line-height:70px;margin-bottom:50px;
}
.text-content h3 {
  font-size:26px;font-family: "Mabry Pro Medium";color:#fff;margin-bottom:30px;
}
.text-content p {
  font-size:22px;font-family: "Mabry Pro Medium";color:#fff;font-weight:400;line-height:32px
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .property-carousel { flex-direction: column; }
  .property-card { height: 200px; }
  .phone-mockup { width: 180px; height: 340px; }
  .card-layout { padding: 0 1rem; }
}

#sec5 {
  background: #000;
}


/*Podcast*/
/* ===== Reset & Base ===== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --dark-bg: hsl(60, 4%, 18%);
  --dark-fg: hsl(40, 10%, 82%);
  --light-bg: hsl(40, 10%, 82%);
  --light-fg: hsl(40, 10%, 12%);
}

html {
  scroll-behavior: auto;
}

/* ===== Hero Section ===== */
.hero-section {
  position: relative;
  height: 520vh;width:100%;
}

.hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.hero-bg-dark,
.hero-bg-light {
  position: absolute;
  inset: 0;
}

.hero-bg-dark {
  background: var(--dark-bg);
}

.hero-bg-light {
  background: url(../images/podcast-bg.png) no-repeat center center;background-size:cover;
  opacity: 0;
}

.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hero-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
}

/* ===== Text + Image Row ===== */
.hero-row {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
}

.shot-text,
.here-text {
  font-family: "Druk Wide Medium";
  font-size: 100px;
  line-height: 0.85;
  letter-spacing: -0.02em;
  font-weight: 400;
  flex-shrink: 0;
  user-select: none;
  will-change: transform;
  color:#BF1F28
}

/* ===== Image Container ===== */
.image-container {
  width: 0;
  max-width: 860px;
  opacity: 0;
  overflow: hidden;
  will-change: width, opacity;
}

.image-wrapper {
  position: relative;
  width: min(56vw, 860px);
  aspect-ratio: 3 / 2;
  margin: 0 auto;
}

.hero-section .slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hero-section .slide-img.active {
  opacity: 1;
}

/* ===== Info Bar ===== */
.hero-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
  width: 750px;
  max-width: 860px;
  opacity: 0;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Mabry Pro Medium";font-size:22px;font-weight:400;color:#fff !important
}

.hero-info .slide-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-info .slide-nav button {
  background: none;
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.25s;
}

.hero-info .slide-nav button:hover {
  opacity: 0.65;
}



.hero-section::after {
  content: "Scroll";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  opacity: 0.6;
}

.do-slider {
    display: block; 
    opacity: 1;
}

/* ===== MOBILE MENU ===== */
.menu-toggle {
  width: 30px;
  cursor: pointer;
  display: inline-block;
}

.menu-toggle span {
  display: block;
  height: 3px;
  background: #fff;
  margin: 6px 0;
  border-radius: 3px;
  transition: 0.3s;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}



.journey-container { position: relative; height: 2800vh;width:96%;margin:0 auto}
.sticky-wrapper {
  position: sticky; top: 0; height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; background: #0a0a0a;
}
.assembly-area { position: relative; display: flex; align-items: center; justify-content: center; }
.journey-title {text-align:center;
  position: absolute; z-index: 20;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  pointer-events: none; user-select: none;
  font-family: "Druk Wide Medium";
    color: #BF1F28;
    font-size: 40px;
}
.card {
  position: absolute; width: 280px; height: 180px;
  overflow: hidden; border-radius: 8px;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
  will-change: transform, opacity;
}
.card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.zoom-card {
  position: relative; overflow: hidden; border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
}
.zoom-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-text-overlay {
  position: absolute; bottom: 32px; left: 40px; right: 40px;
  z-index: 30; pointer-events: none;
}
.card-text-overlay h2 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 2.2rem; font-weight: 400;
  color: #fff; text-transform: uppercase;
  letter-spacing: 0.15em;
}
.card-text-overlay p {
  margin-top: 12px; color: rgba(255,255,255,0.8);
  font-size: 0.875rem; max-width: 32rem; line-height: 1.625;
}
.slide-container {
  position: relative; width: 1331px; height: 644px;
  display: flex; align-items: center; justify-content: center;
}
.slide-card {
  position: absolute; inset: 0;
  overflow: hidden; border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
}
.slide-card img { width: 100%; height: 100%; object-fit: cover; display: block; }

html {
  scroll-behavior: smooth;
}

.dt{display:block}
.mbl{display:none}

@media (min-width: 769px) {
  .hero-info .hero-info {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}






@media (max-width: 1599px) {
.what-we-do-in{max-width:1300px}
.intro-text{font-size:130px}


}

@media (max-width: 1439px) {
.section,.what-we-do-in{max-width: 1140px}
.what-we-do-in h2.hdg{font-size:60px}
.what-we-do-in p{font-size:22px;line-height:32px}

}

@media (max-width: 1365px) {
	/* .assembly-area{width:96%} */



}

@media (max-width: 1279px) {
	.top-menu li {margin: 0 5px}
	.top-menu ul {    justify-content: left;}
	.top-menu a {font-size: 15px;padding: 4px 7px;border-radius: 15px;}
	.banner-slider .slick-slide{height:700px}
	.banner-slider{min-height:calc(100vh - 70px)}
	.what-we-do-in ul{left:30px}
	.slick-vertical .slick-slide{height:600px}
	.slide3{margin-left:120px}
	.what-we-do-in h2.hdg{top:42%}
	.intro-text {font-size: 100px}
	/*.card-text-overlay{left:120px}*/
	.zoom-card{width:100% !important}
	.assembly-area{width:100% !important}
	.shot-text, .here-text{font-size:80px}
	.hero-info{width:623px;max-width:623px;font-size:20px}
	.text-content h2{font-size:55px;line-height:65px;margin-bottom:40px}
	.text-content h3 {font-size: 24px;margin-bottom: 25px;padding-left: 15px;padding-right: 15px}
	.text-content p{font-size: 20px;margin-bottom: 0;padding-left: 15px;padding-right: 15px;line-height:30px}
	
}

@media (max-width: 1199px) {
	.section,.what-we-do-in{max-width: 960px}
	.intro-text {font-size: 80px}
	.hero-info{width:500px;max-width:500px}
	.phone-mockup img{width:80%;height:auto}
	.partner-logo-slide p {font-size:80px;line-height:90px}
	.footer .ftr-tp ul.add li{padding:0 7px 20px;font-size:17px}
	.footer .ftr-tp ul.add{flex-direction:column;padding-left: 40px;}
	
}



/* MOBILE NAV */
@media (max-width: 1024px) {
  .top-menu {position: absolute;top: 70px;left: 0;width: 100%;background: #000;max-height: 0;overflow: hidden;transition: max-height 0.4s ease;}
  .top-menu.open {max-height: 400px;}
  .top-menu ul {flex-direction: column;align-items: center;}
  .top-menu li {margin: 10px 0;}
  .collaborate h2{font-size:30px}
  .collaborate p{font-size:17px}

}

@media (max-width: 991px) {
	.section, .what-we-do-in{max-width: 720px}
	#animateSection h3{font-size:22px}
	h2{font-size:32px}
	.slide3 {margin-left: 70px}
	.slick-vertical .slick-slide {width: 648px !important;}
	.what-we-do-in h2.hdg{left:-68px}
	.what-we-do-in ul{top:10px}
	.what-we-do-in ul li{font-size:20px}
	.what-we-do-in h2.hdg {font-size: 32px}
	.what-we-do-in p {font-size: 20px;line-height: 28px}
	.hero-info {width: 420px;max-width: 420px}
	.card-layout{flex-direction:column;height:900px}
	.text-content h2 {font-size: 50px;line-height: 60px;margin-bottom: 30px;margin-top: -55px;}
	.text-content h3 {font-size: 22px;margin-bottom: 15px;padding-left: 0;padding-right: 0}
	
}

@media (max-width: 767px) {
	.section, .what-we-do-in{max-width: 540px;grid-template-columns: 1fr;}
	#animateSection .left, #animateSection .right{padding-top:0}
	.banner-slider .content{width:80%}
	.banner-slider .slick-slide{height:600px}
	#animateSection .show{text-align:center}
	.dt{display:none}
	.mbl{display:block}
	h2{margin-bottom:25px;font-size:26px}
	#animateSection h3 {font-size: 20px;}
	.slide3{margin-left:0}
	.slick-vertical .slick-slide{width:542px !important;height:550px}
	.what-we-do-in h2.hdg {left: 10px}
	.what-we-do-in p{width:90%;left:5px}
	.intro-text {font-size: 60px}
	.shot-text, .here-text {font-size: 60px}
	.hero-info{font-size:18px}
	p.copy{text-align:center;font-size:15px}
	.footer .ftr-btm ul.ftr-links {justify-content: center;padding-top:20px}
	.footer .ftr-md {padding-bottom: 30px;padding-top: 30px;}
	.footer .ftr-btm ul.ftr-links li{font-size:15px}
	.footer .ftr-tp ul.add li{padding-bottom:12px}
	.collaborate{padding:0}

}

@media (max-width: 575px) {
	.banner-slider .content {width:90%;left:5%}
	.banner-slider .heading img{width:80%}
	.banner-slider {min-height:calc(100vh - 20px)}
	.slick-vertical .slick-slide{width:400px !important;height:500px}
	.what-we-do-in p {font-size: 18px;line-height: 20px}
	.what-we-do-in h2.hdg {font-size: 26px}
	.what-we-do-in ul {left: 10px}	
	.what-we-do-in ul li {font-size: 18px}
	.intro-text {font-size: 42px}
	.journey-title {font-size: 34px}
	.shot-text, .here-text {font-size: 45px}
	.image-wrapper{width:min(62vw, 860px)}
	.hero-info{flex-direction:column;margin-top:10px}
	.text-content h2 {font-size: 40px;line-height: 50px;margin-bottom: 20px;}
	.text-content p {font-size: 18px;padding-left: 0;padding-right: 0;line-height: 26px;}
	.collaborate h2 {font-size: 26px;margin-bottom:15px}
	/* .ftr-logo{width:100%} */
	.footer .ftr-tp ul.add{padding-left:0;padding-top:30px}
	.footer .ftr-md {padding-bottom: 15px;padding-top: 0;}
	.partner-logo-slide p {font-size: 60px;line-height: 70px;}

}

@media (max-width: 413px) {
	.what-we-do-in h2.hdg {top: 36%;}
	.slick-vertical .slick-slide{width:340px !important;margin-left:10px}
	.intro-text {font-size: 34px}
	.journey-title {font-size: 30px}
	.shot-text, .here-text {font-size: 40px}
	.text-content h2 {font-size: 34px;line-height: 44px;margin-bottom: 15px;}
	.text-content h3{font-size:20px}
	.text-content p{font-size: 17px;line-height: 22px;}
	.collaborate h2 {font-size: 24px}
    .partner-logo-slide p {font-size: 50px;line-height: 60px;}


}

/* #home, #abt, #sec1, #sec2, #sec3, #sec4, #sec5,header{display:none}*/
.dn{display:none} 


