    body {
      margin: 0;
      background-color: #000;
      overflow-x: hidden;
      overflow-y: scroll;

    }

    @font-face {
  font-family: 'MyCustomFont';
  src: url('../fonts/halyard-display-extralight-italic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
    @font-face {
  font-family: 'MyCustomFontone';
  src: url('../fonts/GC-saphone.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: 'MyCustomFonttwo';
  src: url('../fonts/Ageo.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: 'MyCustomFontthree';
  src: url('../fonts/gilroy-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
    .navbar {
      position: fixed;
      top: 0;
      width: 100%;
      padding: 1rem 3rem;
      /* background-color: rgba(0, 0, 0, 0.5); */
      /* display: flex;
      justify-content: space-between;
      align-items: center; */
      z-index:5;
    }
    .navbar-brand {
      font-size: 1.5rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    .menu-btn {
      width: 40px; height: 40px; border: none;  display: flex; align-items: center; justify-content: center; cursor: pointer;
      transition: background 0.33s;
      position: relative;
      z-index:2001;
         padding: 5px 10px 0px 10px;
    }
    .menu-icon {
      width:30px; height:30px; display:block; position:relative;
    }
    .bar {
      display:block;
      width:100%; height:2px;
      background:#fff; margin:5px 0;
      border-radius:1px;
      transition: all .38s cubic-bezier(.47,1.64,.41,.97);
      position:relative;
    }

     .bar3{
width:10px!important;
     }
    .menu-btn.active .bar1 { transform: translateY(9px) rotate(45deg); }
    .menu-btn.active .bar2 { opacity:0;}
    .menu-btn.active .bar3 { transform: translateY(-9px) rotate(-45deg); }

    /* Horizontal scroll */
.scroll-container {
  display: flex;
  height: 100vh;
 overflow-x: scroll;
   scroll-behavior: smooth;
  position: relative;
  overflow-y: scroll;  /* <-- FIX: hides vertical scroll */
    scroll-snap-type: x mandatory;
     scrollbar-width: none;
}
section {
    min-width: 100vw;
    /* Remove fixed height from here! */
    /* height: 100vh; */
    /* Remove flex from here! */
    /* display: flex; */
    scroll-snap-align: start;
    position: relative;
    z-index: 3;
    overflow-y: scroll;
}

 .sec1{
      background:url(../images/pattern1.jpg);
  background-size: cover;
  background-repeat: no-repeat; 
 }
  .sec2{
      background:url(../images/pattern2.jpg);
  background-size: cover;
  background-repeat: no-repeat; 
 }
   .sec3{
      background:url(../images/pattern3.jpg);
  background-size: cover;
  background-repeat: no-repeat; 
 }
   .sec4{
      background:url(../images/pattern4.jpg);
  background-size: cover;
  background-repeat: no-repeat; 
 }
   .sec5{
      background:url(../images/pattern5.jpg);
  background-size: cover;
  background-repeat: no-repeat; 
 }
   .sec6{
      background:url(../images/pattern6.jpg);
  background-size: cover;
  background-repeat: no-repeat; 
 }
 
 
  .section-image {
  position: relative;
height:100vh;
  width: 100%;
  z-index: 1;
}
.section-image img {
  width: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}
    .section-text { flex: 1; z-index: 2;}
 
  
  

    /* Menu overlay */
 .menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 0;
  max-width: 300px; /* set custom max width here */
  background: #fff;
  overflow-y: auto;
  transition: width 0.5s cubic-bezier(.47,1.64,.41,.97);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: auto;
  /*box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.7);*/
  border-left: 1px solid #ccc;
}


.menu-overlay.active {
  width: 500px; /* activate with custom width */
}

.menu-overlay .close-btn {
  position: absolute;
  top: 30px;
  right: 20px; /* adjust to new width */
  width: 40px;
  height: 40px;
  font-size: 25px;
  color: #fff;
    background-image: url('../images/Frame52.svg'); /* Your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  z-index: 2011;
  transition: color .3s;
}

.menu-overlay .close-btn:hover {
  color: #fff;
}

.menu-overlay a:hover {
  color: #341111;
}

    
    .fntaws{
        color:#341111!important;
    }
    @media (max-width: 767px) {
  .scroll-container {
    flex-direction: column;
    overflow-x: hidden!important;
    height: auto;
  }
  section {
    min-width: 100%;
    height: auto;
    padding: 0.5rem 0;
    transition: none;
  }
}

 h1{
    font-size:80px;
    line-height:80px;
}
.scroll {
    font-size:30px;
    margin-top:20px;
color:#ff3a3a;
}


 

    #main-content { opacity: 0; transition: opacity 1s 0.3s; z-index: 1; position: relative; }
    #main-content.visible { opacity: 1; }

    .menu-overlay .menu-link {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}



@media (max-width: 767px) {
  .preloader-text, .pre-half {
     font-size:16px;
    line-height:20px;
     font-family: 'MyCustomFontone', sans-serif!important;
    
  }
     h1{
    font-size:50px;
    line-height:60px;
}
  .section-inner {
    flex-direction: column !important;
    gap: 0 !important;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
 
  .section-image img {
    /*width: 100% !important;*/
    height: auto !important;
    margin-bottom: 0;
    border-radius: 12px;
  }
}

#vertical-effect-section .section-inner {
  transition: transform 1s cubic-bezier(.71,.2,.36,1.43);
  will-change: transform;
}
#vertical-effect-section.in-up .section-inner {
  transform: translateY(-100vh);
}
#vertical-effect-section.in-down .section-inner {
  transform: translateY(0);
}
/* Wobble animation for handle */
@keyframes handle-wobble {
  0% { transform: translateY(-50%) rotate(0deg);}
  20% { transform: translateY(-50%) rotate(18deg);}
  50% { transform: translateY(-50%) rotate(-18deg);}
  80% { transform: translateY(-50%) rotate(14deg);}
  100% { transform: translateY(-50%) rotate(0deg);}
}
.handle-wobble {
  animation: handle-wobble 1.2s infinite;
}
/* Pause the animation when hovered */
.handle-wobble:hover {
  animation-play-state: paused !important;
}
.scroll-container {
  /* your existing styles ... */
  overflow-x: auto;
  scrollbar-width: none;    /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.scroll-container::-webkit-scrollbar {
  display: none;            /* Chrome, Safari, Opera */
}
.door-img-section {
  min-width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  overflow: hidden;
}
.door-image-full {
  width: 98vw;
  height: 96vh;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: left;
}
.door-content-over {
  position: absolute;
  left: 4vw;
  top: 8vh;
  color: #fff;
  background: rgba(0,0,0,0.28);
  padding: 1em 2em;
  border-radius: 8px;
  max-width: 520px;
  z-index: 4;
}
.door-handle-img {
  position: absolute;
  top: 50%;
  right: -58px;  /* sticks slightly outside edge */
  transform: translateY(-50%);
  z-index: 12;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(.72,.1,.42,1.77);
}

/* Sliding out / animation (left/right) */
.door-slide-left-img {
  animation: door-slide-left-img 0.7s cubic-bezier(.95,.1,.59,.99) forwards;
}
.door-slide-right-img {
  animation: door-slide-right-img 0.7s cubic-bezier(.95,.1,.59,.99) forwards;
}
@keyframes door-slide-left-img {
  100% { transform: translateX(-110vw) scaleY(0.96) rotateZ(-7deg); opacity:0.12; }
}
@keyframes door-slide-right-img {
  100% { transform: translateX(110vw) scaleY(0.96) rotateZ(7deg); opacity:0.12; }
}
.hln{
  font-size:20px;
  font-family: 'MyCustomFont', sans-serif;
  color:#000;
  font-weight:200;
  font-style:italic;
}

.cnt{
  font-size:18px;
  color:#fff;
  font-weight:normal;
 font-family: 'MyCustomFonttwo', sans-serif;
}
.hln span{
  font-size:30px;
  color:#341111;
  font-weight:normal;
 font-family: 'MyCustomFontone', sans-serif;
 text-transform: normal;
}

.hln1{
    font-size:26px;
  color:#341111;
  font-weight:normal;
 font-family: 'MyCustomFontone', sans-serif;
 text-transform: uppercase;
}
.hln2{
    font-size:18px;
  color:#341111;
  font-weight:normal;
 font-family: 'MyCustomFontone', sans-serif;
 text-transform: uppercase;
}

.hln3{
     font-size:14px;
  color:#341111;
 font-family: 'MyCustomFontthree', sans-serif;
 text-transform: uppercase;
}

.hlncnt{
    font-size:32px;
   color:#341111;
  font-weight:normal;
 font-family: 'MyCustomFontone', sans-serif;
}

.hlncnt1{
    font-size:32px;
   color:#000;
  font-weight:normal;
 font-family: 'MyCustomFonttwo', sans-serif;
}

.smhdln{
    font-size:20px;
   color:#000;
  font-weight:600;
 font-family: 'MyCustomFonttwo', sans-serif;
}

.btn-enquire {
  border-radius: 32px;
  font-weight: 600;
  font-size: 1.16rem;
  padding: 0.62em 2.1em;
  transition: background 0.36s, color 0.36s, box-shadow 0.33s;
  box-shadow: 0 3px 18px rgba(40,40,150,0.10);
}

/* Custom Hover */
.btn-enquire:hover, .btn-enquire:focus {
  background: #fff;
  color: #15204a;
  box-shadow: 0 4px 28px rgba(44,128,220,0.15);
  border-color: #4675ea;
  outline: none;
  /* Smooth underline effect */
  position: relative;
}
.btn-enquire:hover::after {
  content: '';
  display: block;
  height: 3px;
  background: #4675ea;
  width: 42%;
  margin: 0.18em auto 0 auto;
  border-radius: 3px;
  transition: width 0.25s;
}
.icon-headline-block h4 {
  font-weight: 600;
  font-size: 1.32rem;
  margin-bottom: 0.62em;
}
.icon-headline-block i {
  vertical-align: -0.15em;
}
.para{
 font-size:14px;
  color:#000;
  font-weight:normal;
 font-family: 'MyCustomFonttwo', sans-serif;
}

.parawht{
 font-size:14px;
  color:#fff;
  font-weight:normal;
 font-family: 'MyCustomFonttwo', sans-serif;
}
.para1{
 font-size:12px;
  color:#000;
  font-weight:normal;
 font-family: 'MyCustomFonttwo', sans-serif;
}

.btn-ylw{
    /* padding: 10px 30px; */
  border-radius: 30px;
  background-color: #f6921e;
  color:#FFF;
  font-family: 'MyCustomFontthree', sans-serif;
  font-size:14px;
}


.btn-ylw:hover{
  background-color: #341111;
  color:#fff;
}

.highlight-bg {
  background: #f7f7fa;
}

hr {
  background: #000;
  height: 1px;
  opacity: 0.24;
  border: 0;
}
.subline {
  height: 1px;
  width: 40px;      /* ← Adjust this for custom width! */
  background: #000;

}
.subheadline {
  font-size: 10px;
  color: #000;
   font-family: 'MyCustomFontthree', sans-serif;
   text-transform: capitalize;
   text-align:center;
}
.bx1{
  background-color: #f5f5f5;
  padding:30px 20px;
  height:450px;
}

.underline-custom {
  width: 50px;          /* ← Change this width as needed */
  height: 1px;
  background: #000;   /* or any color */
  margin-top: 0px;
}
#knockText {
  cursor: pointer;
}
.para2{
  color:#341111;
   font-weight:normal;
 font-family: 'MyCustomFontone', sans-serif;
 font-size:14px;

}

#vertical-effect-section img{
height:100%;
width:100%;
object-fit:cover;
}

.hln4{
  color:#341111;
   font-family: 'MyCustomFontone', sans-serif;
   font-size:26px;
   font-weight:normal;
}
.colpd{
  padding-left:7.5px!important;
  padding-right:7.5px!important;
}
.vertical-head {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.form-control {
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 12px;
  font-family: 'MyCustomFonttwo', sans-serif;
  background-color: #f4f4f4;
  color:#838383;
  height:35px;
}

.nvitem{
  color:#000;
  font-size:18px;
  font-family: 'MyCustomFonttwo', sans-serif;
  font-weight:normal;
}

.nvitem:hover{
    color:#341111;
    font-weight:600;
}
.pstn{
    position:absolute;top:35%;
}
@media screen and (max-width: 768px) {
     .section-image {
         height:auto!important;
     }
     .navbar {
    padding: 1rem 1.5rem!important;}
     .centered-group{
         left:60%!important;
     }
     .pstn{
    position:relative!important;
}
.imght{
  height:100%!important;
}
.cov
{
  text-align: justify;
}
.bx1{
  height:100%!important;
  
}
.mgbt{
    margin-bottom:15px;
}
.mgtp{
      margin-top:10px; 
}
.mgbt1{
   margin-bottom:30px;
}
.ps5{
    padding-left:1rem!important;
}
.borderend{
    border-right:0px!important
}
.menu-overlay.active{
    width:100%!important;
}
.menu-overlay{
    max-width:100%!important;
}
}
.preloader-split {
  position: fixed; left:0; top:0; width:100vw; height:100vh;
  display: flex;
  flex-direction: row;
  z-index: 9999;

  pointer-events: none;
}

/* When hidden, it must not cover the page or be in flow! */
.preloader-split.hidden { display: none !important; }

.preloader-texts {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* changed from center to left */
  color: #fff;
  font-size: 20px;
  font-family: 'MyCustomFont', sans-serif;
}

.preloader-text {
  text-align: left;
  white-space: pre;
  position: relative;
  line-height: 24px;
  letter-spacing:0.2px;
}

.caret {
  display: inline-block;
  width: 1ex;
  background: none;
  animation: blink 0.7s steps(1) infinite;
  color: #fff;
}

@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}



.pre-half {
 background: linear-gradient(to bottom, #4e3f3a 0%, #4d4644 50%, #5d2d16 50%, #5d2d16 100%);
   flex: 1 0 50vw;
  height: 100%;
position:relative;
  transition: transform 1.3s cubic-bezier(.74,.1,.4,1.05), opacity 0.5s;
  z-index: 1;
}
.pre-half img {
 
  width:100%;height:100%;object-fit:contain;display:block;
}
.preloader-split.split .top { transform: translateX(-100vw);}
.preloader-split.split .bottom { transform: translateX(100vw);}
.section-image.signature-style-img {
  position: relative;
}

/* The centering container */
.centered-group {
  position: absolute;
  left: 53%;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* The handle image (size as needed) */
#handle-img {
  width: 120px;              /* Set your handle width here */
  height: auto;
  display: block;
  margin-left: -30px;        /* Space between text and handle */
  transition: transform 0.6s cubic-bezier(.71,.2,.36,1.58);
  cursor: pointer;
  z-index: 99;
}

.vertical-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  font-family: 'MyCustomFonttwo', sans-serif;
}

.vertical-word {
  display: block;
  margin: 0;
  line-height: 1.2em; /* Tighter or looser as you desire */
}
.twht{
    color:#fff;
    font-size:12px;
      font-family: 'MyCustomFonttwo', sans-serif;
}
/*section.sec2,*/
/*section.sec2 .container-fluid,*/
/*section.sec2 .row {*/
/*  height: 100vh !important;*/
/*  min-height: 100vh !important;*/

/*}*/

.section-image.signature-style-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;      /* vertical center children (your overlay/handle/text) */
  justify-content: center;  /* horizontal center children */
  position: relative;
  overflow: hidden;

  padding: 0 !important;
  margin: 0 !important;
}

/* Image is completely visible, always entirely inside its parent */
.img-fullheight {
  max-height: 100vh;
  max-width: 100%;
  width: auto;
  height: 100vh;
  object-fit: contain;      /* ensures ENTIRE image is shown, no crop */
  display: block;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

/* Hide scrollbar for Chrome, Edge, Safari */
section.hide-scrollbar::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

/* Hide scrollbar for Firefox */
section.hide-scrollbar {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
#vertical-effect-section {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  /* Remove any animation classes like .in-up or .in-down in your CSS file */
  /* Remove scroll-snap align rules if you want native vertical scroll */
  /* height: auto; // Allow section to grow if needed, but set a max-height if necessary */
}
.section1-overlay-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 20;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .sec3, .sec4 {
    position: relative;
    min-height: 100vh;
  }
}
@media (min-width: 1440px) {
  .sec3 .centered-content,
  .sec4 .centered-content,.sec6 .centered-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto; /* center horizontally if width is auto */
    /* Optionally, set width of your centered div */
    /* width: 600px; */
    /* text-align: center; */ /* If you want content centered horizontally as well */
  }
  .bx1 .para1{
      font-size:14px;
  }
  .bx1{
      height:500px;
       display: flex;
  flex-direction: column;
  justify-content: center;
  }
  .cntimg{
    height:100%!important;
}
 .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.modal-backdrop {
  z-index: 2999 !important;
}
.modal {
  z-index: 3000 !important;
}
.cntimg{
    height:250px;
}
.extreme-right-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -70px;  /* Adjust negative margin as needed */
  z-index: 5;           /* Place above content if needed */
  width: 150px!important;         /* Set width */
  height: 400px!important;
  object-fit:contain!important;
  /* Optional: add transition, pointer-events:none etc if desired */
}

.letter {
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.3s, transform 0.3s;
  display: inline-block;
}
.letter.visible {
  opacity: 1;
  transform: scale(1);
}
.inline-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}

.door-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
 background: #2a1913;
 opacity:0.7;
  z-index: 2;
  pointer-events: none; /* Keeps clicks passing through to door for animation if needed */
}


.reel-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.reel-thumb,
.reel-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .reel-item { height: 260px; }
}
@media (max-width: 767.98px) {
  .reel-item { height: 200px; }
  .px-5
{
    padding:15px !important;
    text-align: justify;
}
}
.ps5{
    padding-left:3rem;
}
.borderend{
    border-right:1px solid #dee2e6;
}
/* shared container */
#preloader-split, #preloader-split1{
  position:fixed; inset:0; width:100vw; height:100vh;
  display:flex; align-items:center; justify-content:center; z-index:9999;
}

/* make the text sit ABOVE everything */
#preloader-split .preloader-texts,
#preloader-split1 .preloader-texts{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  display:flex; flex-direction:column; align-items:center;
  z-index:10002;               /* 🔼 higher than overlay + doors */
  color:#fff;
}

/* background image just below text */
#preloader-split .preloader-overlay-img{
  position:absolute; left:0; top:0; width:100vw; height:100vh; object-fit:cover;
  z-index:10000; pointer-events:none;
}

#preloader-split1 .preloader-overlay-img{
  position:absolute; left:0; top:0; width:100vw; height:100vh; object-fit:cover;
  z-index:10000; pointer-events:none;
}


/* door halves under text */
#preloader-split .pre-half img,
#preloader-split1 .pre-half img{
  position:relative; z-index:9998;
}
@media (max-width: 767.98px) {
  .hide-on-mobile { display: none !important; }
   .lgo{
  width:120px!important;
}
.hln1{
    font-size:16px!important;}
    .inline-arrow {
  font-size:12px!important;
 }
}
@media (min-width: 768px) {
  .hide-on-desktop { display: none !important; }
 
}
.inline-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
      font-family: 'MyCustomFontone', sans-serif;
}
/* door halves under text */
#preloader-split .pre-half img,
#preloader-split1 .pre-half img{
  position:relative; z-index:9998;width:100%;
  height:100vh;
}
@media (max-width: 767.98px) {
  .mobile-horizontal-scroll {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100vw; /* Optional: remove if handled by container */
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    scrollbar-width: thin;
  }
  .mobile-horizontal-scroll > .col-md-4 {
    flex: 0 0 auto;
    width: 80vw !important;  /* Try 80vw or 90vw for visible columns */
    max-width: 100vw !important;
    min-width: 80vw !important;
    margin-right: 16px;      /* Space between cards (optional) */
  }
}
.imght{
  height:400px;
}
#menu-btn{
      background-image: url('../images/Frame52.svg'); /* Your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.door-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
background: rgba(52, 17, 17, 0.3);
  z-index: 10002;
  pointer-events: none; /* Keeps clicks passing through to door for animation if needed */          /* Makes overlay ignore pointer */
}
